- 22 Dec, 2001 2 commits
-
-
heikki@donna.mysql.fi authored
Lower max key len to 3500 bytes because a secondary index record must also contain the primary key value
-
heikki@donna.mysql.fi authored
Make sure no memory overrun of key buffer in range estimation
-
- 21 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 20 Dec, 2001 2 commits
-
-
heikki@donna.mysql.fi authored
Allow equal key values in a unique secondary index if the key value contains an SQL NULL
-
heikki@donna.mysql.fi authored
Add warnings to recovery in some cases where log file might be corrupt and consequently recovery can be trusted less than normally
-
- 19 Dec, 2001 3 commits
-
-
sasha@mysql.sashanet.com authored
instead of DO RELEASE_LOCK()
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
-
- 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 2 commits
-
-
monty@hundin.mysql.fi authored
This should cause fewer seeks when using replication.
-
sasha@mysql.sashanet.com authored
-