summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | corrected error message for OPTIMIZE/ANALYZE/etc,unknown2002-11-081-2/+7
* | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-20/+35
* | mergedunknown2002-10-251-3/+11
|\ \ | |/
| * Fixed problem with BDB tables and ALTER TABLEunknown2002-10-241-3/+11
| * Change name -> alias in TABLE_LIST.unknown2002-09-211-4/+4
| * Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-...unknown2002-09-161-2/+2
* | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-4/+4
* | Increased max possible max_allowed_packet to 1Gunknown2002-09-191-2/+2
* | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesunknown2002-09-161-4/+4
* | max_key_length MyISAM bugfixunknown2002-09-101-1/+1
* | Fixed problem from last mergeunknown2002-09-031-3/+0