summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9665 Remove cs->cset->ismbchar()Alexander Barkov2016-03-161-3/+5
* Corrected format string for long long thread_idSergey Vojtovich2016-02-271-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-22/+70
|\
| * 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 remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-6/+8
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-3/+3
* | | | | MDEV-8717 - Obsolete sql_strdup() in favor of THD::strdup() and thd_strdup()Sergey Vojtovich2015-11-261-4/+5
* | | | | A joint patch for:Alexander Barkov2015-11-251-4/+4
* | | | | cleanup: remove Field->stored_in_db, Create_field->stored_in_dbSergei Golubchik2015-11-241-24/+20
|/ / / /
* | | | 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