summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* MDEV-23844 Atomic DROP TABLE (single table)Monty2021-05-191-8/+57
* MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-34/+43
* Renamed comment_length -> get_commentMonty2021-05-191-5/+5
* Improved code comment and removed nop testMonty2021-05-191-3/+1
* Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-05-191-1/+3
* Avoid creating the .frm file twice in some casesMonty2021-05-191-12/+24
* Rename all external ddl_log function to start with ddl_log_ prefixMonty2021-05-191-4/+4
* Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-05-191-1132/+1
* Replace find_temporary_table() with is_temporary_table()Monty2021-05-191-2/+1
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-2/+2
* Reduce usage of strlen()Monty2021-05-191-33/+43
* Split item->flags into base_flags and with_flagsMonty2021-05-191-2/+2
* Change bitfields in Item to an uint16Michael Widenius2021-05-191-2/+2
* Merge 10.5 into 10.6Marko Mäkelä2021-05-071-1/+9
|\
| * Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-1/+9
| |\
| | * Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-1/+9
| | |\
| | | * Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-1/+10
| | | |\
| | | | * MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITEVladislav Vaintroub2021-04-281-1/+8
| | | | * MDEV-22928 InnoDB fails to fetch index type when index mismatch happensThirunarayanan Balathandayuthapani2021-04-271-0/+1
| | | * | MDEV-24758 heap-use-after-poison in innobase_add_instant_try/rec_copyMarko Mäkelä2021-04-261-8/+8
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-291-14/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25530 Error 1451 on slave: Cannot delete or update a parent row: a forei...Sergei Golubchik2021-04-291-14/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-261-5/+50
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-251-5/+50
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4bb-10.4-mergeMarko Mäkelä2021-04-251-5/+50
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-241-5/+49
| | | |\ \ | | | | |/
| | | | * MDEV-25091 CREATE TABLE: field references qualified by a wrong table name suc...Aleksey Midenkov2021-04-231-5/+53
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-3/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-3/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-04-211-4/+12
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-211-2/+2
| | | |\ \ | | | | |/
| | | | * MDEV-25403 ALTER TABLE wrongly checks for field's default value if AFTER is usedSergei Golubchik2021-04-151-1/+1
| | | * | MDEV-25327 Unexpected ER_DUP_ENTRY upon dropping PK column from system-versio...Aleksey Midenkov2021-04-191-2/+10
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-141-1/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-04-141-1/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-24690 Dropping primary key column from versioned table always fails with...Aleksey Midenkov2021-03-311-1/+4
| | | * | Fixed typo in commentMonty2021-03-011-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-081-48/+46
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5bb-10.5-mergeMarko Mäkelä2021-04-081-1/+13
| |\ \ \ \ | | |/ / /
| | * | | MDEV-25334 FTWRL/Backup blocks DDL on temporary tables with binlog enabled, a...Monty2021-04-071-3/+18
| * | | | MDEV-22775: Merge 10.4 into 10.5Marko Mäkelä2021-04-081-47/+33
| |\ \ \ \ | | |/ / /