summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-05-231-1/+1
* Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-2/+20
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-2/+20
| |\
| | * MDEV-9142 :Adding Constraint with no database referenceJan Lindström2016-04-231-1/+1
| | * trivial optimizationSergei Golubchik2016-04-201-2/+4
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-2/+18
| | |\
| | | * BUG#20574550 MAIN.MERGE TEST CASE FAILS IF BINLOG_FORMAT=ROWVenkatesh Duggirala2016-02-261-2/+18
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-10/+56
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-2/+25
| |\ \ \ | | |/ /
| | * | Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAKSergei Golubchik2016-02-091-1/+1
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+24
| | |\ \ | | | |/
| | | * BUG#21902059: "CREATE TEMPORARY TABLE SELECT ..." AND BIT(1)Karthik Kamath2015-12-291-0/+23
| | | * Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAKVenkatesh Duggirala2015-12-011-4/+8
| | | * Bug#20755615 CREATING INDEX ON A RENAMED COLUMN WITH CASE CRASH .FRMAditya A2015-09-221-4/+16
| * | | MDEV-9045 Inconsistent handling of "ALGORITHM=INPLACE" with PERSISTENT genera...Sergei Golubchik2016-02-151-5/+24
| * | | MDEV-8133 ALTER TABLE can perform the operation but escape the binary logSergei Golubchik2016-02-151-3/+7
* | | | 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