summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed bug #2342 unknown2004-03-271-0/+6
* Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-3/+4
* follow-up to bug #2628: attempt to makeunknown2004-02-091-2/+6
* 3.23 -> 4.0 merge: after merge fixesunknown2004-02-061-0/+1
* merge 3.23 -> 4.0, 2003/02/06unknown2004-02-061-7/+12
|\
| * Fix for bug #2628 "ALTER TABLE destroys table and reports success"unknown2004-02-061-6/+12
* | dict0dict.c:unknown2004-02-021-2/+8
* | Some small portability fixes.unknown2003-12-301-32/+53
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+5
|\ \
| * | Fix for BUG#2083unknown2003-12-161-0/+5
* | | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-4/+4
|/ /
* | Better fix for CREATE TABLE IF NOT EXISTS ... SELECTunknown2003-10-151-0/+7
* | Revert change of lower-case-table handling as this breaks how alias works.unknown2003-08-291-2/+0
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-231-0/+3
|\ \
| * | show symlinked directories in SHOW CREATE TABLEunknown2003-08-231-0/+3
* | | After merge fixesunknown2003-08-221-1/+2
|\ \ \ | |/ /
| * | PRIMARY KEY can erroneously have HA_NULL_PART_KEY flag that breaks correct ke...unknown2003-08-071-1/+2
| * | Safety and speedup fixes:unknown2003-07-141-5/+5
| * | Fix for BUG#791:unknown2003-07-111-5/+5
* | | Fuller implementation of lower case table names.unknown2003-07-231-0/+2
|/ /
* | Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSunknown2003-07-081-6/+8
* | REPAIR/OPTIMIZE/CHECK/RESTORE/etc commands close relevant open HANDLERsunknown2003-06-301-0/+1
* | Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478unknown2003-06-011-52/+81
* | Fix for MacOSX and symlinksunknown2003-05-141-64/+78
* | Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.unknown2003-05-131-2/+3
* | avoid sigsegv when open_ltable() fails in REPAIR ... USE_FRMunknown2003-05-021-0/+5
* | merge fixunknown2003-04-291-5/+25
|\ \
| * | Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-5/+25
* | | merge fixunknown2003-04-261-9/+12
|\ \ \ | |/ /
| * | bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't wor...unknown2003-04-231-9/+12
* | | One test case, one bug fix and one new featureunknown2003-04-031-7/+17
|/ /
* | merge with 3.23 to get:unknown2003-03-151-6/+5
|\ \ | |/
| * Check for empty table/column namesunknown2003-03-141-7/+5
* | mergeunknown2003-03-101-2/+3
|\ \
| * \ Merge with 3.23 to get fix for deadlock when doing LOCK TABLES in one thread ...unknown2003-03-041-4/+7
| |\ \ | | |/
* | | Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-071-6/+7
|\ \ \ | |/ / |/| / | |/
| * Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE i...unknown2003-03-031-4/+7
* | ALTER TABLE closes all open HANDLER's for the table in questionunknown2003-02-221-0/+1
* | Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-1/+1
* | Fixed compilation error on windowsunknown2003-01-291-5/+43
* | Merge work:/home/bk/mysql-4.0unknown2003-01-281-1/+2
|\ \
| * | fixed "DROP table_open_in_handler" hangunknown2003-01-281-1/+2
* | | Fixes for Netwareunknown2003-01-281-1/+1
|/ /
* | fixed table invalidation in simple renamingunknown2003-01-241-0/+2
* | Merge with 3.23unknown2003-01-161-6/+3
|\ \ | |/
| * Updated commentunknown2002-12-261-6/+3
* | Merge with 3.23unknown2002-12-051-2/+7
|\ \ | |/
| * some code cleanupunknown2002-12-041-1/+0
| * A fix for double free'd pointer bug ...unknown2002-12-041-1/+7
* | row0mysql.c, row0mysql.h, ha_innodb.cc, sql_table.cc, handler.h:unknown2002-11-191-1/+0