summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert change of lower-case-table handling as this breaks how alias works.monty@narttu.mysql.fi2003-08-291-2/+0
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-08-231-0/+3
|\
| * show symlinked directories in SHOW CREATE TABLEmonty@narttu.mysql.fi2003-08-231-0/+3
* | After merge fixesSinisa@sinisa.nasamreza.org2003-08-221-1/+2
|\ \ | |/
| * PRIMARY KEY can erroneously have HA_NULL_PART_KEY flag that breaks correct ke...serg@serg.mylan2003-08-071-1/+2
| * Safety and speedup fixes:monty@mashka.mysql.fi2003-07-141-5/+5
| * Fix for BUG#791:guilhem@mysql.com2003-07-111-5/+5
* | Fuller implementation of lower case table names.Sinisa@sinisa.nasamreza.org2003-07-231-0/+2
|/
* Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSmonty@mashka.mysql.fi2003-07-081-6/+8
* REPAIR/OPTIMIZE/CHECK/RESTORE/etc commands close relevant open HANDLERsserg@serg.mylan2003-06-301-0/+1
* Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478monty@narttu.mysql.fi2003-06-011-52/+81
* Fix for MacOSX and symlinksmonty@narttu.mysql.fi2003-05-141-64/+78
* Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.pem@mysql.com2003-05-131-2/+3
* avoid sigsegv when open_ltable() fails in REPAIR ... USE_FRMserg@serg.mylan2003-05-021-0/+5
* merge fixSinisa@sinisa.nasamreza.org2003-04-291-5/+25
|\
| * Fixed problem when comparing a key for a multi-byte-character set. (bug 152)monty@mashka.mysql.fi2003-04-271-5/+25
* | merge fixSinisa@sinisa.nasamreza.org2003-04-261-9/+12
|\ \ | |/
| * bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't wor...serg@sergbook.mysql.com2003-04-231-9/+12
* | One test case, one bug fix and one new featureSinisa@sinisa.nasamreza.org2003-04-031-7/+17
|/
* merge with 3.23 to get:monty@mashka.mysql.fi2003-03-151-6/+5
|\
| * Check for empty table/column namesmonty@mashka.mysql.fi2003-03-141-7/+5
* | mergemonty@narttu.mysql.fi2003-03-101-2/+3
|\ \
| * \ Merge with 3.23 to get fix for deadlock when doing LOCK TABLES in one thread ...monty@narttu.mysql.fi2003-03-041-4/+7
| |\ \ | | |/
* | | Merge to get fix for LOCK TABLES + DROP TABLE in another threadmonty@mashka.mysql.fi2003-03-071-6/+7
|\ \ \ | |/ / |/| / | |/
| * Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE i...monty@narttu.mysql.fi2003-03-031-4/+7
* | ALTER TABLE closes all open HANDLER's for the table in questionserg@serg.mysql.com2003-02-221-0/+1
* | Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-171-1/+1
* | Fixed compilation error on windowsmonty@mashka.mysql.fi2003-01-291-5/+43
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-01-281-1/+2
|\ \
| * | fixed "DROP table_open_in_handler" hangserg@serg.mysql.com2003-01-281-1/+2
* | | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
|/ /
* | fixed table invalidation in simple renamingbell@sanja.is.com.ua2003-01-241-0/+2
* | Merge with 3.23monty@mashka.mysql.fi2003-01-161-6/+3
|\ \ | |/
| * Updated commentmonty@mashka.mysql.fi2002-12-261-6/+3
* | Merge with 3.23monty@mashka.mysql.fi2002-12-051-2/+7
|\ \ | |/
| * some code cleanupSinisa@sinisa.nasamreza.org2002-12-041-1/+0
| * A fix for double free'd pointer bug ...Sinisa@sinisa.nasamreza.org2002-12-041-1/+7
* | row0mysql.c, row0mysql.h, ha_innodb.cc, sql_table.cc, handler.h:heikki@hundin.mysql.fi2002-11-191-1/+0
* | corrected error message for OPTIMIZE/ANALYZE/etc,serg@serg.mysql.com2002-11-081-2/+7
* | Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-20/+35
* | mergedserg@serg.mysql.com2002-10-251-3/+11
|\ \ | |/
| * Fixed problem with BDB tables and ALTER TABLEmonty@hundin.mysql.fi2002-10-241-3/+11
| * Change name -> alias in TABLE_LIST.monty@mashka.mysql.fi2002-09-211-4/+4
| * Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-...monty@mashka.mysql.fi2002-09-161-2/+2
* | Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-4/+4
* | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-2/+2
* | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesmonty@mashka.mysql.fi2002-09-161-4/+4
* | max_key_length MyISAM bugfixserg@sergbook.mysql.com2002-09-101-1/+1
* | Fixed problem from last mergemonty@mashka.mysql.fi2002-09-031-3/+0
* | Merge mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-09-031-0/+3
|\ \ | |/