summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11071 - Assertion `thd->transaction.stmt.is_empty()' failed inSergey Vojtovich2018-10-161-1/+1
* MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-061-0/+11
* MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-041-3/+44
* MDEV-17021 Server crash or assertion `length <= column->length' failure in wr...Monty2018-08-241-0/+4
* MDEV-11741 handler::ha_reset(): Assertion `bitmap_is_set_all(&table->s->all_s...Sergei Golubchik2018-07-191-0/+2
* MDEV-16760 CREATE OR REPLACE TABLE never updates statistical tablesIgor Babaev2018-07-131-0/+4
* MDEV-14668 ADD PRIMARY KEY IF NOT EXISTS on composite key.Alexey Botchkov2018-06-121-1/+3
* MDEV-15308 Assertion `ha_alter_info->alter_info->drop_list.elementsbb-10.0-montyMonty2018-05-221-4/+25
* MDEV-14943 Alter table ORDER BY bugMonty2018-05-151-8/+24
* Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
|\
| * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+1
| |\
| | * BUG#27216817: INNODB: FAILING ASSERTION:mysql-5.5.60Nisha Gopalakrishnan2018-02-261-4/+18
* | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-4/+4
* | | 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
|\ \ \ | |/ /