- 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 4 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
-
monty@hundin.mysql.fi authored
-
heikki@donna.mysql.fi authored
Assume selectivity of any key prefix is better than 1 / 100, regardless of what the estimator returns; this balances the pessimistic assumption of the optimizer thatany secondary key access to the full row incurs a page read from disk
-
- 29 Jan, 2002 2 commits
-
-
heikki@donna.mysql.fi authored
Add more diagnostic code to cath possible memory corruption
-
heikki@donna.mysql.fi authored
Add an assert dyn0dyn.h: Reduce stack consumption
-
- 28 Jan, 2002 1 commit
-
-
heikki@donna.mysql.fi authored
Merge InnoDB-.48
-
- 22 Jan, 2002 1 commit
-
-
heikki@donna.mysql.fi authored
Tell table handlers where a binlog segment for a trx ends
-
- 19 Jan, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Jan, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 13 Jan, 2002 2 commits
-
-
mwagner@cash.mwagner.org authored
Inc the version
-
mwagner@cash.mwagner.org authored
Added missing 'Q' for -Q option
-
- 04 Jan, 2002 3 commits
-
-
heikki@donna.mysql.fi authored
Better error message if we hit the max process size in FreeBSD
-
heikki@donna.mysql.fi authored
Add better error message if access rights are wrong
-
heikki@donna.mysql.fi authored
Fix typo
-
- 03 Jan, 2002 1 commit
-
-
heikki@donna.mysql.fi authored
Improve error messages which may occur in installation
-
- 02 Jan, 2002 3 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-