- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 27 Dec, 2001 4 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 26 Dec, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
Make os_file_flush to ignore the error we get from a raw device in fsync
-
- 25 Dec, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
Changed default of file_io_threads to 4 and lock_wait_timeout to 50 seconds Added a missing break: if not specified, innodb_fast_shutdown got the same value as ..flush_log_at_trx commit
-
- 24 Dec, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
Print progress info of the applying log records to the database phase in recovery srv0srv.c: Do buffer pool flush and checkpoints more often to make recovery faster
-
- 23 Dec, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
Increase table comment print size to 500 bytes to be able to print more foreign key constraint infos ha_innobase.h: Change max key len back to 500 bytes because MySQL interpreter cannot handle more
-
- 22 Dec, 2001 3 commits
-
-
heikki@donna.mysql.fi authored
Allow foreign keys refer between fixed and var length strings
-
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 1 commit
-
-
monty@hundin.mysql.fi authored
-