An error occurred fetching the project authors.
- 25 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
null_string wasn't known in libmysqld/lib_sql.cc, that caused compiler's error i put the declaration of the null_string in mysql_priv.h and renamed it to my_null_string to reduce the probability of name's intersections
-
- 18 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
embedded library some dirty places cleaned: uint removed from mysql.h as Miguel suggested empty_string renamed as my_empty_string to get rid of name's intersections using embedded library
-
- 17 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
prepared statements in embedded library
-
- 16 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=1129 From: Georg Richter Description: there is a problem with special chars like umlauts in comments
-
- 13 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 08 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed IN optimisation bug
-
- 03 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 28 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 23 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 21 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
moved them all from different places to item_strfunc.{h,cc} checksum table command Com_xxx status variables updated
-
- 20 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
uninitialized value fixed
-
- 17 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Changed some non fatal myisamchk error messages to warnings
-
- 16 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 07 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed number of rows of external field reported to optimizer added check of choosen key (checked left expression tag) (SCRUM fix for simple IN optimisation)
-
- 23 Jul, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Bug record #828
-
- 22 Jul, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 08 Jul, 2003 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
venu@myvenu.com authored
-
- 07 Jul, 2003 1 commit
-
-
kostja@oak.local authored
--old-passwords Support for option --old-protocol was removed. Some test performed. Tests for SSL and replication are pending. More strict following to specification for --old-passwords is in the TODO.
-
- 06 Jul, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Added framework to create/drop and manager buffers for multiple key caches
-
guilhem@mysql.com authored
FLUSH LOGS now rotates relay logs, and a new variable max_relay_log_size. Plus a very small bit of code cleaning.
-
- 04 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added MAX_PASSWORD_LENGTH. This increased master-slave passwords to 32 bytes (Bug #766) Fixed server crash on purge master logs or show master logs when binlog is off. (Bug #733)
-
- 03 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Tests cleanup (put drop database first in tests)
-
- 01 Jul, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
removed outer resolving flag (because of movingtransformation after fix_fields)
-
kostja@oak.local authored
First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1) For now following tasks have been done: - PASSWORD() function was rewritten. PASSWORD() now returns SHA1 hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed; - password.c: new functions were implemented, old rolled back to 4.0 state - server code was rewritten to use new authorization algorithm (check_user(), change user, and other stuff in sql/sql_parse.cc) - client code was rewritten to use new authorization algorithm (mysql_real_connect, myslq_authenticate in sql-common/client.c) - now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc) - mysqladmin.c was fixed to work correctly with new passwords Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed; mysqladmin also was tested. Additional check are nevertheless necessary.
-
- 27 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added command 'replace_column' to mysqltest
-
- 23 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 14 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol Fixed wrong value for SQLSTATE_LENGTH Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect() Changed mysql_port and mysql_unix_port to mysqld_xxxx
-
- 12 Jun, 2003 1 commit
-
-
igor@rurik.mysql.com authored
New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
-
- 10 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added option --gdb Free memory used by replicate_xxx and binglog_xxx options
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 01 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 30 May, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 29 May, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 27 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316)
-
- 26 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 21 May, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
bar@bar.mysql.r18.ru authored
"character_set_system" has been added to display the system character set
-
- 19 May, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 16 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush trx0trx.c: Add forgotten return value (it was not used anywhere, fortunately) ha_innodb.h, mysql_priv.h: Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
-