summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Sergei Golubchik2018-02-221-1/+1
|\
| * MDEV-13982 Server crashes in in ha_partition::engine_nameSergei Golubchik2018-02-141-1/+1
* | MDEV-14696 Server crashes in in prep_alter_part_table on 2nd execution of PS.Alexey Botchkov2018-01-301-1/+2
* | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+2
|\ \ | |/
* | MDEV-14245 tokudb_alter_table.drop_add_pk_part_104 failsMonty2018-01-241-1/+3
* | Fix for MDEV-14141 Crash in print_keydup_error()Monty2018-01-241-3/+4
* | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-181-4/+1
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+0
|\ \ | |/
| * MDEV-13912 Can't refer the same column twice in one ALTER TABLESergei Golubchik2017-10-171-3/+42
| * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-1/+1
* | MDEV-8960: Can't refer the same column twice in one ALTER TABLEJan Lindström2017-08-181-3/+42
* | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-0/+15
|\ \ | |/
| * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-0/+15
| |\
| | * BUG#24437124: POSSIBLE BUFFER OVERFLOW ON CREATE TABLEKarthik Kamath2016-11-101-0/+15
* | | MDEV-11757 KEY_BLOCK_SIZE strangeness when UNCOMPRESSing COMPRESSed InnoDB ta...Sergei Golubchik2017-02-281-0/+3
* | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-1/+1
|\ \ \ | |/ /
| * | MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATESergei Golubchik2017-01-121-1/+1
* | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-121-6/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-6/+2
| |\ \ \ | | |/ /
| | * | reduce code duplication a littlemariadb-5.5.54Sergei Golubchik2016-12-221-5/+1
| | * | MDEV-10274 Bundling insert with create statement for table with unsigned Deci...Alexey Botchkov2016-12-191-1/+1
* | | | MDEV-11548 Reproducible server crash after the 2nd ALTER TABLE ADD FOREIGN KE...Alexey Botchkov2017-01-091-1/+1
* | | | MDEV-11317: `! is_set()' or `!is_set() || (m_status == DA_OK_BULK && is_bulk_...Monty2017-01-081-2/+14
|/ / /
* | | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-1/+1
|\ \ \ | |/ /
| * | Restore MY_WME flag for my_pread in read_ddl_log_entry, fix errors in buildbotVladislav Vaintroub2016-11-141-1/+1
| * | MDEV-11248 Fix passing offset parameter to my_file_pread in read_ddl_log_file...Vladislav Vaintroub2016-11-101-2/+2
* | | MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECTSergei Golubchik2016-12-041-6/+2
* | | MDEV-11126: Crash while altering persistent virtual columnJan Lindström2016-10-261-0/+1
* | | MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()Sergey Vojtovich2016-10-261-1/+2
* | | MDEV-8569 build_table_filename() doesn't support temporary tables.Alexey Botchkov2016-07-181-4/+6
* | | 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 '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
* | | 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