An error occurred fetching the project authors.
- 20 Nov, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 06 Oct, 2003 2 commits
-
-
monty@mishka.mysql.fi authored
Remove dependency of charsets (in my_init) to get smaller binaries when charsets are not used Simple code cleanup
-
ram@gw.mysql.r18.ru authored
-
- 17 Sep, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
backticks.
-
- 11 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
-
- 27 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Change metadata info so that that MIN() and code MAX() reports that they can return NULL. Bug #324
-
- 26 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 15 Jul, 2003 2 commits
-
-
ram@mysql.r18.ru authored
-
ram@mysql.r18.ru authored
-
- 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)
-
- 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
-
- 13 Jun, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 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
-
- 29 May, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 28 May, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
./configure --with-charset=latin1 --with-collation=latin1_danish_ci
-
bar@bar.mysql.r18.ru authored
-
- 27 May, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
Fixed new bug when reading field types
-
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)
-
- 22 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Bug fix: latin1 is not compiled charset and is not specified.. mysql.cc: Bug fix: latin1 is not compiled charset and is not specified...
-
- 01 May, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 23 Apr, 2003 2 commits
-
-
serg@sergbook.mysql.com authored
-
jani@hynda.(none) authored
-
- 07 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 03 Apr, 2003 1 commit
-
-
jani@hynda.(none) authored
mixed wrongly sometimes.
-
- 01 Apr, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 28 Mar, 2003 1 commit
-
-
greg@mysql.com authored
-
- 21 Mar, 2003 2 commits
-
-
greg@mysql.com authored
-
jani@rhols221.adsl.netsonic.fi authored
-
- 17 Mar, 2003 1 commit
-
-
jani@hynda.(none) authored
-
- 16 Mar, 2003 2 commits
-
-
root@home.(none) authored
system_charset_info was removed
-
root@home.(none) authored
Some system_charset_info were removed
-
- 12 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
without arguments ...
-
- 01 Mar, 2003 1 commit
-
-
papa@gbichot.local authored
Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client. Disabling can be safer when the server silently dies & restarts. This is for SCRUM task #727.
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 12 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 06 Feb, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-