summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-17/+45
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-17/+45
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-17/+37
| | |\
| | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-10/+28
| | | |\
| | | | * MDEV-25917 create table like fails if source table is partitioned and engine ...Alexey Botchkov2022-01-251-2/+9
| | | | * MDEV-25549 : Assertion `*new_engine' failed in bool check_engine(THD*, const ...Jan Lindström2022-01-111-7/+16
| | | | * MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-151-0/+8
| | | * | MDEV-27452 TIMESTAMP(0) system field is allowed for certain creation of syste...Aleksey Midenkov2022-01-131-2/+7
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-01-141-7/+11
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26824 Can't add foreign key with empty referenced columns listAleksey Midenkov2022-01-121-7/+11
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-01-041-7/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 10.4 into 10.5st-10.5-juliusJulius Goryavsky2021-12-261-7/+8
| |\ \ \ \ | | |/ / /
| | * | | 10.4-MDEV-27275 CREATE TABLE with FK not safe for PAsjaakola2021-12-201-6/+8
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-161-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-161-3/+4
| |\ \ \ \ | | |/ / /
| | * | | MDEV-23805 Make Online DDL to Instant DDL when table is emptybb-10.4-MDEV-23805Thirunarayanan Balathandayuthapani2021-11-121-3/+4
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-11-091-9/+43
| | |\ \ \ | | | |/ /
| | | * | MDEV-25803 innodb.alter_candidate_key fixAleksey Midenkov2021-11-021-8/+20
| | | * | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-021-3/+25
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-11-091-10/+49
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25555 Server crashes in tree_record_pos after INPLACE-recreating index o...Aleksey Midenkov2021-11-031-1/+6
| * | | | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-031-9/+43
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-8/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-8/+7
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20131 Assertion `!pk->has_virtual()' failedNikita Malyavin2021-10-201-8/+10
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-131-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-131-5/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-10-131-3/+3
| | |\ \ \ | | | |/ /
| | | * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-3/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-07-201-3/+1
|\ \ \ \ \ | |/ / / /
| * | | | fix clang buildEugene Kosov2021-07-191-2/+1
* | | | | errors after altering a table has finished aren't fatalSergei Golubchik2021-07-021-33/+17
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-07-021-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-3/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-07-021-3/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-25971 Instant ADD COLUMN fails to issue truncation warningsThirunarayanan Balathandayuthapani2021-07-021-3/+6
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-181-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25642 InnoDB rename table copy DDL fails while dropping the tableThirunarayanan Balathandayuthapani2021-06-091-2/+7
* | | | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-10/+26
* | | | | MDEV-25854: Remove garbage tables after restoring a backupMarko Mäkelä2021-06-171-1/+2
* | | | | MDEV-21117 post-push fixesAndrei Elkin2021-06-151-2/+2
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | MDEV-25078: ALTER INDEX is inconsistent with ADD/DROP/RENAME indexSergei Petrunia2021-05-241-1/+27
* | | | | MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITEMonty2021-05-191-8/+4
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-63/+230
* | | | | Move debug_crash_here to it's own source filesMonty2021-05-191-2/+2
* | | | | MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-73/+283
* | | | | Check if we can rename triggers before doing an ALTER TABLE ... RENAMEMonty2021-05-191-7/+25
* | | | | MDEV-24576 Atomic CREATE TABLEMonty2021-05-191-32/+111
* | | | | MDEV-24408 Crash-safe DROP DATABASEMonty2021-05-191-19/+49