summaryrefslogtreecommitdiff
path: root/mysql-test/r/alter_table.result
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MDEV-7816 ALTER with DROP INDEX and ADD INDEX .. COMMENT='comment2' ignores t...f4rnham2015-03-261-0/+10
* | MDEV-7374 : Losing connection to MySQL while running ALTER TABLENirbhay Choubey2014-12-311-0/+8
|/
* MDEV-4440 IF NOT EXISTS in multi-action ALTER does not work when the problem ...Alexey Botchkov2014-06-101-0/+27
* merge of "BUG# 13975227: ONLINE OPTIMIZE TABLE FOR INNODB TABLES"Sergei Golubchik2014-05-071-20/+2
* MDEV-4439 ALTER TABLE .. [ADD|DROP] FOREIGN KEY IF [NOT] EXISTS does not work...Alexey Botchkov2014-02-061-1/+72
* MDEV-4437 ALTER TABLE .. ADD UNIQUE INDEX IF NOT EXISTS causes syntax error.Alexey Botchkov2013-11-141-0/+12
* 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/+6
* Check for duplicate index (port from mysql)unknown2013-09-201-13/+39
* more post-merge fixes:Sergei Golubchik2013-07-211-4/+4
* 10.0-monty mergeSergei Golubchik2013-07-211-4/+491
|\
| * merge few bug fixes from 5.6Sergei Golubchik2013-07-171-0/+487
| * fix alter_table.test: remove old assert as it was removed from 5.6,Sergei Golubchik2013-07-111-4/+4
* | MDEV-318 IF (NOT) EXIST clauses for ALTER TABLE (MWL #252).Alexey Botchkov2013-04-131-0/+40