summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* ALTER TABLE ... DISABLE/ENABLE KEYS, code cleanupserg@serg.mysql.com2001-05-241-2/+4
* Mergeserg@serg.mysql.com2001-05-151-27/+39
|\
| * ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYSserg@serg.mysql.com2001-05-111-27/+39
* | Applied patches for BDB tablesmonty@donna.mysql.fi2001-05-091-16/+19
* | Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-1/+3
|/
* added test case for the nasty join query crashsasha@mysql.sashanet.com2001-03-231-1/+1
* Add support for Gemini table handler, Monty has checked and approvedmikef@nslinux.bedford.progress.com2001-03-211-0/+7
* Added new tests to benchmark suitemonty@donna.mysql.fi2001-03-111-0/+1
* Patch from sleepycat to fix problem with BDB and log filesmonty@donna.mysql.fi2001-03-061-1/+4
* Fixes for innobasemonty@donna.mysql.fi2001-02-211-1/+4
* Fix bug in mysql_backup_table that prevented other threads fromtim@threads.polyesthetic.msg2001-02-071-1/+1
* Fixed ALTER TABLE on MERGE tablesmonty@donna.mysql.com2001-01-281-3/+6
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-1/+0
* Added new mutex for hostname lookupmonty@donna.mysql.com2001-01-231-0/+1
* Fixes for OSF1monty@donna.mysql.com2001-01-221-66/+62
* fixed buffer overrun in resolve_stack_dumpsasha@mysql.sashanet.com2001-01-181-3/+7
* Cleanup of testsmonty@donna.mysql.com2000-12-281-1/+1
* ha_berkeley.cc - Don't use subtransactions in update_row by defaulttim@cane.mysql.fi2000-12-261-2/+4
* New benchmark testmonty@donna.mysql.com2000-12-241-1/+3
* Bugfix when using a multi-part unique key in the SET and WHERE partmonty@donna.mysql.com2000-12-101-20/+42
* Lots of fixes for BDB tablesmonty@donna.mysql.com2000-12-081-23/+11
* Only write full transactions to binary logmonty@donna.mysql.com2000-12-071-0/+14
* Added innobase handler filesmonty@narttu.mysql.fi2000-12-051-0/+1
* Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-1/+1
|\
| * New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-1/+1
* | Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-2/+3
|\ \ | |/ |/|
| * Fixed temp tables to work with replication. It will not work if you stop the ...sasha@mysql.sashanet.com2000-11-251-2/+3
* | All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-2/+15
|/
* Split error message for crashed table to 3 different error messages.monty@donna.mysql.com2000-11-221-2/+2
* Fixed some reported bugsmonty@donna.mysql.com2000-11-181-0/+3
* Portability fixesmonty@donna.mysql.com2000-11-181-13/+14
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-1/+0
* repl-tests/test-repl-ts/repl-timestamp.master.rejectsasha@mysql.sashanet.com2000-11-131-3/+2
* Added ALTER TABLE ... ORDER BY ...jcole@tetra.bedford.progress.com2000-11-111-5/+33
* fix for FLUSH TABLES WITH READ LOCKsasha@mysql.sashanet.com2000-11-041-1/+22
* Give an error if you use a BLOB(X) where X > 255monty@donna.mysql.com2000-10-221-1/+2
* Fixes for automatic recover of MyISAM tablesmonty@donna.mysql.com2000-10-171-1/+19
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-171-0/+2
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-141-2/+13
* mergemonty@donna.mysql.com2000-10-111-1/+3
|\
| * Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysqlmonty@tik.mysql.com2000-10-111-1/+3
| |\
| | * Portability fixesmonty@narttu.mysql.fi2000-10-111-1/+3
| * | Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-111-45/+45
| |/
* | sql_table.cc key length limit check disabled for FULLTEXTserg@serg.mysql.com2000-10-041-14/+14
|/
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-261-12/+11
* Fix for SAFE_MUTEX on windowsmonty@donna.mysql.com2000-09-201-1/+1
* mergemonty@donna.mysql.com2000-09-201-0/+4
|\
| * Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-201-0/+4
* | added reopen_name_locked_table()sasha@mysql.sashanet.com2000-09-191-12/+20
|/
* Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-09-161-14/+26
|\