summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-5/+7
|\
| * MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-2/+0
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-2/+3
| |\
| | * MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare...Jan Lindström2015-12-071-2/+3
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-081-0/+6
| | |\
| | | * BUG#20310212 PARTITION DDL- CRASH AFTER THD::NOCHECK_REGISTER_ITEM_Debarun Banerjee2015-06-241-0/+6
| * | | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-3/+4
* | | | Windows : Fix crash with "uninitialized variable keyname used"Vladislav Vaintroub2015-12-021-1/+1
* | | | cleanupSergei Golubchik2015-11-201-1/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-2/+9
|\ \ \ \ | |/ / /
| * | | MDEV-8358 ALTER TABLE .. ADD PRIMARY KEY IF NOT EXISTS -> ERROR 1068 (42000):...Alexey Botchkov2015-10-251-0/+11
* | | | MDEV-7817 ALTER TABLE {ADD|DROP} INDEX IF [NOT] EXISTS does not get written i...Alexey Botchkov2015-10-061-0/+4
* | | | Don't write DROP TEMPORARY TABLE to binary logMonty2015-10-051-6/+0
* | | | MDEV-8831 : enforce_storage_engine doesn't block table creation on other nodesNirbhay Choubey2015-10-011-3/+2
* | | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-221-2/+6
* | | | MDEV-8577: With enforce-storage-engine mysql_upgrade corrupts the schema:Jan Lindström2015-09-121-2/+9
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-2/+2
|\ \ \ \ | |/ / /
| * | | Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-261-2/+2
* | | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-2/+2
* | | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-14/+18
* | | | Stage 2 of MDEV-6152:Monty2015-08-211-2/+2
* | | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-4/+4
* | | | Merge /my/maria-10.1-default into 10.1Monty2015-08-181-0/+14
|\ \ \ \
| * | | | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-0/+14
* | | | | MDEV-8441 Bad SHOW CREATE TABLE output for a table with a virtual columnAlexander Barkov2015-08-101-1/+5
* | | | | MDEV-8582: innodb_force_primary_key option does not force PK or unique keyJan Lindström2015-08-081-1/+1
* | | | | Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-071-1/+1
|/ / / /
* | | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-0/+11
* | | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-52/+70
* | | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-29/+24
|\ \ \ \ | |/ / /
| * | | MDEV-8287 DROP TABLE suppresses all engine errorsSergei Golubchik2015-06-161-19/+9
| * | | after-merge fixesSergei Golubchik2015-06-161-0/+1
| * | | MDEV-5309 - RENAME TABLE does not check for existence of the table's engineSergey Vojtovich2015-06-161-2/+2
| * | | MDEV-8212 alter table - failing to ADD PRIMARY KEY IF NOT EXISTS when existin...Alexey Botchkov2015-06-141-6/+11
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-1/+1
| |\ \ \ | | |/ /
| | * | Merge tag 'mysql-5.5.44' into bb-5.5-sergSergei Golubchik2015-06-051-1/+1
| | |\ \ | | | |/
| | | * Bug #20439913 CREATE TABLE DB.TABLE LIKE TMPTABLE ISVenkatesh Duggirala2015-03-131-2/+1
| | | * Bug #20439913 CREATE TABLE DB.TABLE LIKE TMPTABLE IS BINLOGGED INCORRECTLY - ...Venkatesh Duggirala2015-03-131-1/+2
* | | | MDEV-8219: enforce_storage_engine cannot be set globallyJan Lindström2015-06-261-1/+2
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-19/+19
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-3/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'openquery/MDEV-6916-maria-5.5-check_view-r4408' into 5.5Sergei Golubchik2015-04-281-1/+0
| | |\ \
| | | * | remove include sql_view.h from sql_table.cc - unneededDaniel Black2015-04-131-1/+0
| | | * | MDEV-6916 REPAIR VIEW / mysql migrationOleksandr Byelkin2015-04-121-1/+1
| | * | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-2/+6
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Bug #12671631 CREATE TABLE .. LIKE .. FEDERATED TABLEArun Kuruvila2015-01-281-1/+5
| | | * Bug#18790730 - CROSS-DATABASE FOREIGN KEY WITHOUT PERMISSIONSPraveenkumar Hulakund2014-09-101-0/+12
| | | * 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
| | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-6/+22