diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-06-24 14:08:57 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-07-05 17:15:57 +0200 |
commit | 7bea860709cf63d3180c934ab75d7042e0cd8867 (patch) | |
tree | ac3f262688281a262bc6004c0ff39c7b68ac1138 /mysql-test/r/alter_table.result | |
parent | 9edfc00697b6b97e838d517cdb1883ea115c4746 (diff) | |
download | mariadb-git-7bea860709cf63d3180c934ab75d7042e0cd8867.tar.gz |
MDEV-12923 MyISAM allows CHECK constraint violation in ALTER TABLE
use correct type for Alter_inplace_info flags.
Diffstat (limited to 'mysql-test/r/alter_table.result')
-rw-r--r-- | mysql-test/r/alter_table.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/alter_table.result b/mysql-test/r/alter_table.result index c88abd9867e..2455bc4f997 100644 --- a/mysql-test/r/alter_table.result +++ b/mysql-test/r/alter_table.result @@ -1925,8 +1925,8 @@ ALTER TABLE ti1 FORCE; affected rows: 0 info: Records: 0 Duplicates: 0 Warnings: 0 ALTER TABLE tm1 FORCE; -affected rows: 0 -info: Records: 0 Duplicates: 0 Warnings: 0 +affected rows: 2 +info: Records: 2 Duplicates: 0 Warnings: 0 ALTER TABLE ti1 AUTO_INCREMENT 3; affected rows: 0 info: Records: 0 Duplicates: 0 Warnings: 0 |