summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+9
* MDEV-4260 Don't create frm files for temporary tablesSergei Golubchik2014-06-201-4/+5
* remove HTON_FLUSH_AFTER_RENAME (BDB-ism, unused for years)Sergei Golubchik2014-06-201-18/+0
* MDEV-6107 merge default_tmp_storage_engineSergei Golubchik2014-06-151-1/+1
* MDEV-4440 IF NOT EXISTS in multi-action ALTER does not work when the problem ...Alexey Botchkov2014-06-101-29/+79
* merge of "BUG# 13975227: ONLINE OPTIMIZE TABLE FOR INNODB TABLES"Sergei Golubchik2014-05-071-23/+28
* MDEV-6085 ALTER TABLE looses the connection stringSergei Golubchik2014-05-011-0/+3
* Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the sla...Michael Widenius2014-03-281-2/+3
* MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-231-4/+6
* MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-231-1/+1
* MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE does not obey to lower_case_...Michael Widenius2014-03-231-4/+10
* MDEV-5909 MySQL BUG#11748924 PARTITIONS: TOO-LONG COMMENT CAUSES NO WARNINGSergei Golubchik2014-03-261-24/+80
* build_frm_image(): don't try to guess the "real table name" from theSergei Golubchik2014-03-261-6/+13
* Fix for MDEV-5589: "Discrepancy in binlog on half-failed CREATE OR REPLACE"Michael Widenius2014-03-201-6/+100
* MDEV-5854 Interrupted CREATE OR REPLACE is written into binlog, and in a wron...Michael Widenius2014-03-191-1/+18
* MDEV-5619: CREATE OR REPLACE does not release MDL_EXCLUSIVE upon failureMichael Widenius2014-03-121-2/+17
* MDEV-5667 online alter and changed field/index optionsSergei Golubchik2014-03-021-3/+9
* MDEV-4955 discover of table non-existance on CREATESergei Golubchik2014-02-271-6/+6
* Fixed that rpl_row_create_table can be run with --ps-protocolMichael Widenius2014-02-221-34/+37
* MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-6/+6
* merge with 10.0-montySergei Golubchik2014-02-061-72/+244
|\
| * MDEV-5602: CREATE OR REPLACE obtains stricter locks than the connection had b...Michael Widenius2014-02-051-9/+17
| * Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-18/+44
| * Fixes for CREATE_OR_REPLACEMichael Widenius2014-01-311-7/+33
| * Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-291-51/+163
* | fix the fix and update test results for MDEV-4439Sergei Golubchik2014-02-061-1/+1
* | MDEV-4439 ALTER TABLE .. [ADD|DROP] FOREIGN KEY IF [NOT] EXISTS does not work...Alexey Botchkov2014-02-061-19/+65
|/
* 10.0-base mergeSergei Golubchik2013-12-161-11/+44
|\
| * 5.5 mergeSergei Golubchik2013-11-231-11/+44
| |\
| | * mysql-5.5.34 mergeSergei Golubchik2013-11-191-11/+44
| | |\
| | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-6/+22
| | | * BUG#16290902 DROP TEMP TABLE IF EXISTS CAN CAUSE POINTVenkatesh Duggirala2013-07-271-5/+22
* | | | MDEV-5438 A view can mask a table that supports discoverySergei Golubchik2013-12-131-1/+1
* | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-3/+6
* | | | Merge 10.0-monty -> 10.0Alexander Barkov2013-11-111-1/+12
|\ \ \ \
| * | | | MDEV-5241: Collation incompatibilities with MySQL-5.6Michael Widenius2013-11-091-1/+12
* | | | | MDEV-4436 CHANGE COLUMN IF EXISTS does not work and throws wrong warning.Alexey Botchkov2013-11-111-1/+1
* | | | | MDEV-4435 Server crashes in my_strcasecmp_utf8 on ADD KEY IF NOT EXISTS with ...Alexey Botchkov2013-11-111-3/+16
* | | | | MDEV-4880 Attempt to create a table without columns produces ER_ILLEGAL_HA in...Sergei Golubchik2013-11-101-1/+1
|/ / / /
* | | | 10.0-base mergeSergei Golubchik2013-11-041-6/+3
|\ \ \ \ | |/ / /
| * | | restore the condition in filename_to_tablename()Sergei Golubchik2013-11-041-6/+3
* | | | Check for duplicate index (port from mysql)unknown2013-09-201-0/+94
* | | | Enable TokuDB online ALTERSergei Golubchik2013-09-251-12/+11
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-4/+18
|\ \ \ \ | |/ / /
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-5/+19
| |\ \ \ | | |/ /
| | * | mysql-5.5.33 mergeSergei Golubchik2013-09-061-5/+17
| | |\ \ | | | |/
| | | * Bug#14834378 ADDRESSSANITIZER BUG IN FILENAME_TO_TABLENAMETor Didriksen2013-06-141-1/+2
| | | * Bug #14227431: CHARACTER SET MISMATCH WHEN ALTERING FOREIGN KEYSSivert Sorumgard2013-06-121-5/+17
| | * | bugfix: storage engine might return a negative error code, but it shouldn'tSergei Golubchik2013-08-261-0/+2
* | | | MDEV-4864 - Merge tests for EXCHANGE PARTITION featureSergey Vojtovich2013-08-151-2/+3