- 18 Dec, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
Add better instructions on how to specify innodb_data_file_path etc.
-
- 17 Dec, 2001 5 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
heikki@donna.mysql.fi authored
Cleanup
-
heikki@donna.mysql.fi authored
Do less statistics calculations for tables dict0mem.h, row0mysql.c: Make calculation of new statistics less frequent, because the statistics in 3.23.44 involves many random disk reads
-
heikki@donna.mysql.fi authored
Do not automatically calculate new statistics when a temporary table is used by MySQL in a query. The fact that some ORDER BY queries were slow may have been explained by this unnecessary statistics calculation.
-
- 15 Dec, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 14 Dec, 2001 4 commits
-
-
heikki@donna.mysql.fi authored
Add diagnostic code to find out why foreign key constraint creation sometimes fails
-
heikki@donna.mysql.fi authored
Remove a theoretical overrun in adaptive hash index building
-
heikki@donna.mysql.fi authored
Eliminate a Purify warning in a multithreaded test: the fields are not protected by a mutex, therefore they can be read uninitialized
-
sasha@mysql.sashanet.com authored
-
- 13 Dec, 2001 5 commits
-
-
sasha@mysql.sashanet.com authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
sasha@mysql.sashanet.com authored
added extra/mysql_install.c - will work on it in 4.0, but it does not hurt to have it sit in 3.23 tree for now since it will eventually be backported to 3.23 anyway
-
- 11 Dec, 2001 3 commits
-
-
heikki@donna.mysql.fi authored
Increase semaphore wait warning threshold to 240 seconds
-
heikki@donna.mysql.fi authored
Improve table cardinality estimate if there are big BLOBs
-
heikki@donna.mysql.fi authored
Make column names non-case-sensitive in referential constraints and put table and database names there in lower case in Windows
-
- 10 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 05 Dec, 2001 4 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 04 Dec, 2001 2 commits
-
-
heikki@donna.mysql.fi authored
Add diagnostic code to catch possible space id or page no errors in the log
-
heikki@donna.mysql.fi authored
Add fault tolerance: when a log record contains nonsensical space id or page number, stop log scan there
-
- 02 Dec, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 01 Dec, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added test case that supposedly will crash mysqld built with 2.96
-
- 29 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 28 Nov, 2001 4 commits
-
-
monty@hundin.mysql.fi authored
This should cause fewer seeks when using replication.
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
fixed skip counter to do the RightThing (TM) when the user messes up. Still do RightThing when he gets it right.
-
monty@hundin.mysql.fi authored
-
- 27 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables.
-
- 26 Nov, 2001 3 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
-
- 23 Nov, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
sasha@mysql.sashanet.com authored
on a signal
-