- 03 Feb, 2002 1 commit
-
-
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
-
- 31 Dec, 2001 1 commit
-
-
heikki@donna.mysql.fi authored
Remove erroneous warning of a duplicate key when the key in a UNIQUE secondary index contains a NULL
-
- 30 Dec, 2001 2 commits
-
-
heikki@donna.mysql.fi authored
into donna.mysql.fi:/home/heikki/mysqlm
-
miguel@light.local authored
-
- 27 Dec, 2001 6 commits
-
-
heikki@donna.mysql.fi authored
Make InnoDB startup option samples easier to understand, recommend not setting log files too big, because recovery slow
-
heikki@donna.mysql.fi authored
Eliminate a gcc compiler bug in inlining
-
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
-