- 20 Nov, 2003 10 commits
-
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
jani@ua167d18.elisa.omakaista.fi authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
jani@rhols221.adsl.netsonic.fi authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
bell@sanja.is.com.ua authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1
-
monty@mashka.mysql.fi authored
Add missing file to VC++ project
-
monty@mashka.mysql.fi authored
-
- 19 Nov, 2003 8 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
has (in mysql-test-run) a slave-net-timeout=10. So the 'sleep 1' below was converted in 'sleep 10', so slave thought that connection was down, so reconnected, so got an additional (fake) Rotate event, which shifted the positions displayed by SHOW SLAVE STATUS.
-
bell@sanja.is.com.ua authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1
-
monty@mashka.mysql.fi authored
Changed ~Item_func_in() to call cleanup() (to fix memory leak) Fixed test_multi_statements() test in client_test
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
There were errors in cp850: in unicode, ctype and sort arrays
-
pem@mysql.comhem.se authored
-
- 18 Nov, 2003 22 commits
-
-
lenz@kallisto.local authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
greg@mysql.com authored
into mysql.com:/bk/mysql-4.1
-
greg@mysql.com authored
-
greg@mysql.com authored
-
lenz@kallisto.local authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-used_tables-4.1
-
bell@sanja.is.com.ua authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-used_tables-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-delete-4.1
-
monty@mashka.mysql.fi authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-delete-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-used_tables-4.1
-
lenz@kallisto.local authored
as this is a document that belongs to the mysqldoc tree, it needs to be copied over manually (using the Bootstrap script), before doing an official release distribution. The file Docs/internals.texi in this tree is only a dummy file to keep "make dist" happy.
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1
-
monty@mashka.mysql.fi authored
-
sergefp@mysql.com authored
-
monty@mashka.mysql.fi authored
-
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.
-