summaryrefslogtreecommitdiff
path: root/sql/sql_alter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-2/+4
|\ \ \ \ \
| * \ \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-14404 Don't use LEX::check_exists in ALTER SEQUENCEAlexander Barkov2017-11-151-2/+4
* | | | | | SQL: versioning_alter_history ERROR mode [closes #350]Aleksey Midenkov2017-11-271-4/+9
* | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-191-0/+16
| | |/ / / | |/| | |
* | | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-1/+1
| |/ / / |/| | |
* | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-0/+23
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-10/+10
* | | | Change "static int" to enum in classesMichael Widenius2017-04-181-86/+63
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-19/+16
|\ \ \ | |/ /
| * | MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET.Alexey Botchkov2017-02-261-19/+16
* | | MDEV-10421 duplicate CHECK CONSTRAINTs.Alexey Botchkov2016-09-061-0/+2
* | | various cleanupsSergei Golubchik2016-06-301-4/+4