summaryrefslogtreecommitdiff
path: root/mysql-test/t/alter_table.test
Commit message (Expand)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-1915/+0
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+21
|\
| * Added Max_index_length and Temporary to SHOW TABLE STATUSMonty2018-02-121-3/+3
| * MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-0/+18
* | MDEV-14694 ALTER COLUMN IF EXISTS .. causes syntax error.Alexey Botchkov2018-01-301-0/+10
|/
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-43/+51
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-43/+47
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-42/+42
| | |\
| | | * MDEV-13912 Can't refer the same column twice in one ALTER TABLESergei Golubchik2017-10-171-0/+41
* | | | bugfix: allow dropping a constraint and a column togetherSergei Golubchik2017-09-181-0/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-291-0/+42
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-08-281-0/+42
| |\ \ \ | | |/ /
| | * | MDEV-8960: Can't refer the same column twice in one ALTER TABLEJan Lindström2017-08-181-0/+42
* | | | MDEV-11114 Cannot drop column referenced by CHECK constraintSergei Golubchik2017-08-141-0/+32
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+11
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-0/+11
| |\ \ \ | | |/ /
| | * | MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET.Alexey Botchkov2017-02-261-0/+11
* | | | 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/+19
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-0/+19
| |\ \ \ | | |/ /
| | * | MDEV-11548 Reproducible server crash after the 2nd ALTER TABLE ADD FOREIGN KE...Alexey Botchkov2017-01-091-0/+19
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-4/+29
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-5/+29
| |\ \ \ | | |/ /
| | * | MDEV-11126: Crash while altering persistent virtual columnJan Lindström2016-10-261-0/+25
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-2/+0
|\ \ \ \ | |/ / /
* | | | MDEV-10421 duplicate CHECK CONSTRAINTs.Alexey Botchkov2016-09-061-0/+16
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-0/+2
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-4/+0
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-3/+12
|\ \ \ | |/ /
| * | MDEV-8358 ALTER TABLE .. ADD PRIMARY KEY IF NOT EXISTS -> ERROR 1068 (42000):...Alexey Botchkov2015-10-251-0/+13
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-0/+4
|\ \ \ | |/ /
| * | Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2015-08-031-0/+4
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-0/+8
|\ \ \ | |/ /
| * | MDEV-8212 alter table - failing to ADD PRIMARY KEY IF NOT EXISTS when existin...Alexey Botchkov2015-06-141-0/+8
* | | A cleanup for the contributed patch forAlexander Barkov2015-04-101-3/+11
* | | MDEV-7816 ALTER with DROP INDEX and ADD INDEX .. COMMENT='comment2' ignores t...f4rnham2015-03-261-0/+8
* | | MDEV-7374 : Losing connection to MySQL while running ALTER TABLENirbhay Choubey2014-12-311-0/+10
|/ /
* | MDEV-4440 IF NOT EXISTS in multi-action ALTER does not work when the problem ...Alexey Botchkov2014-06-101-0/+10
* | merge of "BUG# 13975227: ONLINE OPTIMIZE TABLE FOR INNODB TABLES"Sergei Golubchik2014-05-071-22/+0
* | MDEV-4439 ALTER TABLE .. [ADD|DROP] FOREIGN KEY IF [NOT] EXISTS does not work...Alexey Botchkov2014-02-061-1/+40
* | MDEV-4437 ALTER TABLE .. ADD UNIQUE INDEX IF NOT EXISTS causes syntax error.Alexey Botchkov2013-11-141-0/+9
* | MDEV-4436 CHANGE COLUMN IF EXISTS does not work and throws wrong warning.Alexey Botchkov2013-11-111-0/+8
* | MDEV-4435 Server crashes in my_strcasecmp_utf8 on ADD KEY IF NOT EXISTS with ...Alexey Botchkov2013-11-111-0/+9
* | 10.0-monty mergeSergei Golubchik2013-07-211-0/+376
|\ \
| * | merge few bug fixes from 5.6Sergei Golubchik2013-07-171-0/+378
| |/
* | MDEV-318 IF (NOT) EXIST clauses for ALTER TABLE (MWL #252).Alexey Botchkov2013-04-131-0/+27
|/
* cSergei Golubchik2012-05-211-0/+1
|\
| * Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEMunknown2012-04-111-0/+58
* | mysql-5.5.18 mergeSergei Golubchik2011-11-031-0/+27
|\ \ | |/
| * Merged fix for bug #12652385 - "61493: REORDERING COLUMNSDmitry Lenev2011-06-171-0/+27
| |\