summaryrefslogtreecommitdiff
path: root/mysql-test/r/alter_table.result
Commit message (Expand)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-2326/+0
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-6/+39
|\
| * Added Max_index_length and Temporary to SHOW TABLE STATUSMonty2018-02-121-6/+6
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-121-0/+33
| |\
| | * MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-0/+33
| |/
* | MDEV-14694 ALTER COLUMN IF EXISTS .. causes syntax error.Alexey Botchkov2018-01-301-0/+13
|/
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-53/+59
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-53/+56
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-52/+52
| | |\
| | | * MDEV-13912 Can't refer the same column twice in one ALTER TABLESergei Golubchik2017-10-171-0/+52
* | | | bugfix: allow dropping a constraint and a column togetherSergei Golubchik2017-09-181-6/+4
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-291-0/+52
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-08-281-0/+52
| |\ \ \ | | |/ /
| | * | MDEV-8960: Can't refer the same column twice in one ALTER TABLEJan Lindström2017-08-181-0/+52
* | | | MDEV-11114 Cannot drop column referenced by CHECK constraintSergei Golubchik2017-08-141-0/+51
* | | | MDEV-12923 MyISAM allows CHECK constraint violation in ALTER TABLESergei Golubchik2017-07-051-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+23
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-0/+21
| |\ \ \ | | |/ /
| | * | MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET.Alexey Botchkov2017-02-261-0/+21
* | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-2/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-01-101-0/+15
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-0/+15
| |\ \ \ | | |/ /
| | * | MDEV-11548 Reproducible server crash after the 2nd ALTER TABLE ADD FOREIGN KE...Alexey Botchkov2017-01-091-0/+15
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-16/+71
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-13/+13
| |\ \ \ | | |/ /
| | * | MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECTSergei Golubchik2016-12-041-13/+13
| * | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-3/+58
| |\ \ \ | | |/ /
| | * | MDEV-11126: Crash while altering persistent virtual columnJan Lindström2016-10-261-0/+55
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-2/+2
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-2/+2
* | | | Remove end . from error messages to get them consistentMonty2016-10-051-21/+21
* | | | Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-1/+24
|\ \ \ \
| * | | | MDEV-10421 duplicate CHECK CONSTRAINTs.Alexey Botchkov2016-09-061-0/+23
| * | | | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-1/+1
* | | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-2/+2
|/ / / /
* | | | clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-021-10/+10
* | | | restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-301-10/+10
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-10/+12
* | | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-301-6/+6
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-4/+5
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-3/+9
|\ \ \ | |/ /
| * | MDEV-8358 ALTER TABLE .. ADD PRIMARY KEY IF NOT EXISTS -> ERROR 1068 (42000):...Alexey Botchkov2015-10-251-0/+9
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-2/+2
|\ \ \ | |/ /
| * | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-08-031-2/+2
* | | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-0/+9
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-0/+11
|\ \ \ | |/ /
| * | MDEV-8212 alter table - failing to ADD PRIMARY KEY IF NOT EXISTS when existin...Alexey Botchkov2015-06-141-0/+11
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-0/+2
|\ \ \ | |/ /
| * | more tests, moving code aroundSergei Golubchik2015-05-031-0/+2
* | | A cleanup for the contributed patch forAlexander Barkov2015-04-101-0/+9