- 05 Mar, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fix for --enable-local-infile Portability fix for bison
-
- 14 Feb, 2002 8 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
heikki@hundin.mysql.fi authored
Add a warning to drop database wait if there are still open handles on a table
-
heikki@hundin.mysql.fi authored
Add some more safety if MySQL tries to drop a table on which there are open handles
-
heikki@hundin.mysql.fi authored
Try to make sure DROP DATABASE does not cause a deadlock because we now let InnoDB wait MySQL does not have open handles to tables we drop
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 13 Feb, 2002 7 commits
-
-
heikki@hundin.mysql.fi authored
DROP DATABASE required that the database name is in lower case to work; put it always to lower case in innobase_drop_database
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@tik.mysql.fi authored
-
monty@tik.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 12 Feb, 2002 1 commit
-
-
jorge@linux.jorge.mysql.com authored
Changed C++ style comments to ANSI C style.
-
- 11 Feb, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 10 Feb, 2002 6 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
heikki@donna.mysql.fi authored
into donna.mysql.fi:/home/heikki/mysqln
-
heikki@donna.mysql.fi authored
If the default character set was set to non-latin1 then the collation order of DATA_CHAR and DATA_VARCHAR was not defined, and foreign key system tables did not work, because they contain DATA_VARCHAR columns
-
monty@hundin.mysql.fi authored
-
- 09 Feb, 2002 4 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 08 Feb, 2002 2 commits
-
-
heikki@donna.mysql.fi authored
Still a little better error message for Harald Fuchs
-
heikki@donna.mysql.fi authored
Add some error messages to help in tracking Harald Fuchs' foreign key failure
-
- 07 Feb, 2002 4 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
-
heikki@donna.mysql.fi authored
Prevent a foreign key constraint references between INT columns where the signedness is different
-
- 04 Feb, 2002 2 commits
-
-
heikki@donna.mysql.fi authored
Remove use of prebuilt->trx, better play safe since we do not know MySQL call order of external_lock
-
heikki@donna.mysql.fi authored
Small improvements row0mysql.c: Small improvements + fix the ALTER TABLE problem by introducing a lazy drop table it can use ha_innobase.cc: Some fine-tuning of optimization
-
- 03 Feb, 2002 2 commits
-
-
heikki@donna.mysql.fi authored
Fix the crashes reported by Peter; SHOW CREATE does not call external_lock before calling ::info, and consequently the trx struct in prebuilt is obsolete; setting trx->op_info caused erratic memory corruption in mysqldump
-
heikki@donna.mysql.fi authored
into donna.mysql.fi:/home/heikki/mysqln
-
- 30 Jan, 2002 2 commits
-
-
heikki@donna.mysql.fi authored
Fine-tune optimization parameters; in small tables the estimates are accurate; in big tables let us not be too optimistic about index selectivity
-
monty@hundin.mysql.fi authored
-