summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-12-181-10/+11
|\
| * MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-10/+14
* | MDEV-17778: Alter table leads to a truncation warning with ANALYZE commandVarun Gupta2018-12-101-5/+7
* | MDEV-17503 CREATE SEQUENCE failed with innodb_force_primary_key =1Monty2018-10-291-1/+3
* | Remove not used table_flag HA_NO_VARCHARMonty2018-10-291-14/+0
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-20/+69
|\ \ | |/
| * MDEV-13089 identifier quoting in partitioningSergei Golubchik2018-09-211-16/+8
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-4/+60
| |\
| | * Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-3/+59
| | |\
| | | * 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-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK...Alexey Botchkov2018-09-021-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-7/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-0/+6
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-251-0/+2
| | |\ \ | | | |/
| | | * 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-16760 CREATE OR REPLACE TABLE never updates statistical tablesIgor Babaev2018-07-151-0/+4
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-7/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-7/+5
| |\ \ \ | | |/ /
| | * | fix compilation w/o partitioningSergei Golubchik2018-06-141-3/+0
| | * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-2/+5
| | |\ \ | | | |/
| | | * MDEV-14668 ADD PRIMARY KEY IF NOT EXISTS on composite key.Alexey Botchkov2018-06-121-1/+3
* | | | MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned tableAleksey Midenkov2018-06-301-2/+1
* | | | MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-251-0/+5
* | | | MDEV-16330 Allow instant change of WITH SYSTEM VERSIONING column attributeEugene Kosov2018-06-201-9/+9
* | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-2/+12
|\ \ \ \ | |/ / /
| * | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-2/+12
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-5/+31
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-05-291-0/+5
| |\ \ \ | | |/ /
| | * | MDEV-10679 Crash in performance schema and partitioning with discoveryMonty2018-05-261-0/+3
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-241-4/+25
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-241-4/+25
| | |\ \ | | | |/
| | | * MDEV-15308 Assertion `ha_alter_info->alter_info->drop_list.elementsbb-10.0-montyMonty2018-05-221-4/+25
* | | | MDEV-16286 Killed CREATE SEQUENCE leaves sequence in unusable stateMonty2018-05-271-5/+32
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-241-0/+5
|\ \ \ \ | |/ / /
| * | | MDEV-15338 Crash in debug build when dropping column that is part of CHECKMonty2018-05-231-0/+5
* | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-11/+28
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-7/+24
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-191-8/+24
| | |\ \ | | | |/
| | | * MDEV-14943 Alter table ORDER BY bugMonty2018-05-151-8/+24
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-16110 ALTER with ALGORITHM=INPLACE breaks temporary table with virtual c...Sergei Golubchik2018-05-151-0/+1
| * | | MDEV-15746 ASAN heap-use-after-free in Item_change_list::rollback_item_tree_c...Sergei Golubchik2018-05-101-0/+2
* | | | cleanup: hide HA_ERR_RECORD_DELETED in ha_rnd_next()Sergei Golubchik2018-05-121-2/+0
* | | | MDEV-15746 ASAN heap-use-after-free in Item_change_list::rollback_item_tree_c...Sergei Golubchik2018-05-111-1/+3
* | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-70/+41
* | | | Remove mem_alloc_error()Michael Widenius2018-05-071-20/+9
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-81/+95