summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* close table before next iteration of table proccesing in mysql_admin_table (t...unknown2004-10-281-3/+7
* Merge mysql.com:/home/mydev/mysql-4.0unknown2004-10-141-1/+1
|\
| * BUG#5625 - MyISAM Index corruption on ALTER TABLE x ENABLE KEYS due to full t...unknown2004-10-141-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-10-061-5/+1
|\ \ | |/ |/|
| * Reverted patch for new usage of open_count as it caused more problems than it...unknown2004-10-061-5/+1
* | Merge mysql.com:/home/mydev/mysql-4.0unknown2004-10-051-3/+3
|\ \ | |/ |/|
| * BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S).unknown2004-09-241-3/+3
* | bug#2831 - --extenral-locking does not fully work with --myisam-recover.unknown2004-09-181-3/+9
* | Fix of previous push.mysql-4.0.21unknown2004-09-061-2/+2
* | Replacing class Disable_binlog by macros. Patch already approved by Monty.unknown2004-09-061-19/+28
|/
* cosmetic changeunknown2004-08-191-9/+9
* Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DE...unknown2004-08-191-7/+21
* Fix for:unknown2004-07-311-1/+0
* Fixes forunknown2004-07-171-10/+13
* Merge mysql.com:/home/mydev/mysql-4.0unknown2004-06-251-3/+3
|\
| * bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.unknown2004-06-241-3/+3
* | lower_case_table_names=2 (Keep case for table names) was not honoredunknown2004-06-231-1/+4
|/
* 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