An error occurred fetching the project authors.
- 12 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
able delay_key_write as default (as it was in 4.0.2)
-
- 08 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 18 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
-
- 27 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 11 Jun, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-