summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6858: enforce_storage_engine optionJan Lindström2015-03-121-0/+12
* MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-111-2/+2
* don't let current_thd to point to a destroyed THDSergei Golubchik2015-02-031-2/+0
* cleanup: ha_checktype()Sergei Golubchik2015-02-021-6/+5
* Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-9/+25
|\
| * 5.5 mergeSergei Golubchik2015-01-211-9/+25
| |\
| | * MDEV-7404 REPAIR multiple tables crash in MDL_ticket::has_stronger_or_equal_typeSergei Golubchik2015-01-141-5/+9
| | * mysql-5.5.41 mergeSergei Golubchik2014-12-191-0/+12
| | |\
| | | * Bug#18790730 - CROSS-DATABASE FOREIGN KEY WITHOUT PERMISSIONSPraveenkumar Hulakund2014-09-101-0/+12
* | | | Using Schema_specification_st instead of HA_CREATE_INFO in a few placesAlexander Barkov2014-12-101-1/+1
* | | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-25/+30
* | | | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-10/+2
* | | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-12/+7
|\ \ \ \ | |/ / /
| * | | MDEV-6880 Can't define CURRENT_TIMESTAMP as default value for added columnSergei Golubchik2014-11-181-8/+6
| * | | 5.5 mergeSergei Golubchik2014-11-031-4/+0
| |\ \ \ | | |/ /
| | * | Cleanup.unknown2014-10-311-4/+0
| * | | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-45/+63
|\ \ \ \ | |/ / /
| * | | Automatic mergeMichael Widenius2014-09-111-0/+7
| |\ \ \
| | * | | Fixed two bugs with CREATE OR REPLACE and LOCK TABLES:Michael Widenius2014-09-081-0/+7
| * | | | MDEV-6523 CONNECT temporary table createdSergei Golubchik2014-09-101-3/+3
| |/ / /
| * | | 5.5.39 mergeSergei Golubchik2014-08-071-32/+32
| |\ \ \ | | |/ /
| | * | mysql-5.5.39 mergeSergei Golubchik2014-08-021-32/+32
| | |\ \ | | | |/
| | | * BUG#17665767 - FAILING ASSERTION: PRIMARY_KEY_NO == -1 || PRIMARY_KEY_NO == 0 Raghav Kapoor2014-06-251-1/+1
| | | * Bug#18776592 INNODB: FAILING ASSERTION: PRIMARY_KEY_NO == -1 ||Gopal Shankar2014-06-251-30/+38
| | * | MDEV-5743 Server crashes in mysql_alter_table on an attempt to add a primary ...Sergei Golubchik2014-04-071-1/+1
| | * | MDEV-5406 add index to an innodb table with a uniqueness violation crashes my...Sergei Golubchik2014-01-231-8/+29
| * | | Fixed MDEV-6451: "Error 'Table 't1' already exists' on query" with slave_ddl_...Michael Widenius2014-07-301-3/+18
| * | | small cleanup of the SHOW CREATE TABLE codeSergei Golubchik2014-07-081-7/+3
* | | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-21/+0
* | | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-2/+1
* | | | 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