Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crease number of open files to 2048 on windows | monty@mysql.com | 2004-02-19 | 1 | -1/+3 |
| | | | | Don't do fsync on temporary .frm files | ||||
* | Added new option --sync-frm / --skip-sync-frm | jani@ua141d10.elisa.omakaista.fi | 2004-02-03 | 1 | -1/+1 |
| | | | | | Marked --bdb-no-sync as deprecated Added --sync-bdb-logs / --disable-sync-bdb-logs as a synonym / alternative. | ||||
* | Call my_sync() after all data is written to .frm file | monty@mysql.com | 2003-11-02 | 1 | -3/+6 |
| | | | | Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file. | ||||
* | Change of internal key_field=NULL handling to avoid error messages. | monty@hundin.mysql.fi | 2002-12-03 | 1 | -1/+1 |
| | | | | | Optimized SELECT DISTINCT ... ORDER BY ... LIMIT Fixed reference to uninitalized variable | ||||
* | Put temporary files in binlog cache when using BEGIN/COMMIT | monty@hundin.mysql.fi | 2002-11-07 | 1 | -0/+1 |
| | | | | | | Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE | ||||
* | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -1/+1 |
| | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | Update for BTREE keys in HEAP tables | monty@tik.mysql.fi | 2002-04-12 | 1 | -2/+9 |
| | | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags() | ||||
* | merge with 3.23.49 | monty@hundin.mysql.fi | 2002-02-14 | 1 | -2/+2 |
|\ | |||||
| * | Use NAMES_SEP_CHAR also for enums (Fix for supportwizard) | monty@hundin.mysql.fi | 2002-02-13 | 1 | -2/+2 |
| | | |||||
* | | merge | monty@hundin.mysql.fi | 2001-12-13 | 1 | -5/+15 |
|\ \ | |/ | |||||
| * | Fixed problem with default & InnoDB tables. | monty@hundin.mysql.fi | 2001-12-13 | 1 | -5/+15 |
| | | |||||
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -3/+3 |
| | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -3/+3 |
|/ | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors | ||||
* | OS2 patch | monty@hundin.mysql.fi | 2001-09-12 | 1 | -2/+2 |
| | |||||
* | Fixes for bugs in the usage of IO_CACHE | monty@narttu.mysql.fi | 2000-11-17 | 1 | -3/+3 |
| | |||||
* | FLUSH TABLE table_list | monty@donna.mysql.com | 2000-08-22 | 1 | -5/+5 |
| | | | | | Fixes for RENAME TABLE Portability fixes | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+581 |