summaryrefslogtreecommitdiff
path: root/sql/sql_alter.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.8Marko Mäkelä2023-02-101-10/+5
|\
| * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-10/+5
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-10/+5
| | |\
| | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-10/+5
| | | * MDEV-25803 innodb.alter_candidate_key fixAleksey Midenkov2021-11-021-0/+1
| | | * MDEV-24758 heap-use-after-poison in innobase_add_instant_try/rec_copyMarko Mäkelä2021-04-261-6/+3
* | | | Merge 10.6 into 10.7Marko Mäkelä2021-11-091-8/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Marko Mäkelä2021-11-091-8/+9
| |\ \ \ | | |/ /
| | * | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-031-0/+1
* | | | MDEV-22166 CONVERT PARTITION: move out partition into a tableAleksey Midenkov2021-10-261-2/+4
|/ / /
* | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-5/+9
* | | MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-0/+1
* | | MDEV-24576 Atomic CREATE TABLEMonty2021-05-191-0/+6
* | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-0/+4
|/ /
* | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-6/+3
|\ \
| * | MDEV-23295 ROW_FORMAT mismatch in instant ALTER TABLEMarko Mäkelä2020-07-271-6/+3
| |/
* | MDEV-22602 Disable UPDATE CASCADE for SQL constraintsAleksey Midenkov2020-06-121-5/+0
* | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-4/+22
|\ \ | |/
| * MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithmThirunarayanan Balathandayuthapani2020-05-041-4/+22
* | MDEV-7318 RENAME INDEXAleksey Midenkov2020-03-031-0/+4
* | Merge 10.4 into 10.5Marko Mäkelä2019-06-181-1/+4
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-1/+4
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-06-121-1/+4
| | |\
| | | * MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-311-1/+4
* | | | MDEV-19612 Split ALTER related data type specific code in sql_table.cc to Typ...Alexander Barkov2019-05-281-1/+2
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-1/+1
| |\ \ \ | | |/ /
| | * | pass the slow logging information in thd->query_plan_flagsSergei Golubchik2019-03-121-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-041-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-1/+1
| |\ \ \ | | |/ /
| | * | Correct a typo in a commentMarko Mäkelä2018-10-011-1/+1
* | | | MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned tableAleksey Midenkov2018-06-301-8/+1
* | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-4/+53
* | | | dead code - related to vtmdSergei Golubchik2018-04-101-12/+0
* | | | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-9/+11
* | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-74/+3
* | | | MDEV-14798 Add, drop system versioning semantic and syntaxSergei Golubchik2018-02-231-0/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-64/+62
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-121-1/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-0/+1
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-11/+13
* | | | | MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in r...Eugene Kosov2017-12-201-0/+2
* | | | | SQL, IB: unversioned fields with ALTER TABLE [fixes #401]Eugene Kosov2017-12-151-1/+2