summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
Commit message (Collapse)AuthorAgeFilesLines
* crease number of open files to 2048 on windowsmonty@mysql.com2004-02-191-1/+3
| | | | Don't do fsync on temporary .frm files
* Added new option --sync-frm / --skip-sync-frmjani@ua141d10.elisa.omakaista.fi2004-02-031-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 filemonty@mysql.com2003-11-021-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.fi2002-12-031-1/+1
| | | | | Optimized SELECT DISTINCT ... ORDER BY ... LIMIT Fixed reference to uninitalized variable
* Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-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.fi2002-06-111-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 tablesmonty@tik.mysql.fi2002-04-121-2/+9
| | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags()
* merge with 3.23.49monty@hundin.mysql.fi2002-02-141-2/+2
|\
| * Use NAMES_SEP_CHAR also for enums (Fix for supportwizard)monty@hundin.mysql.fi2002-02-131-2/+2
| |
* | mergemonty@hundin.mysql.fi2001-12-131-5/+15
|\ \ | |/
| * Fixed problem with default & InnoDB tables.monty@hundin.mysql.fi2001-12-131-5/+15
| |
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-3/+3
|/ | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
* OS2 patchmonty@hundin.mysql.fi2001-09-121-2/+2
|
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-3/+3
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-5/+5
| | | | | Fixes for RENAME TABLE Portability fixes
* Import changesetbk@work.mysql.com2000-07-311-0/+581