diff options
Diffstat (limited to 'mysql-test/t/alter_table.test')
-rw-r--r-- | mysql-test/t/alter_table.test | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mysql-test/t/alter_table.test b/mysql-test/t/alter_table.test index 3050fc0378d..4aeabf5f349 100644 --- a/mysql-test/t/alter_table.test +++ b/mysql-test/t/alter_table.test @@ -1316,28 +1316,6 @@ SHOW CREATE TABLE t2; DROP TABLE t2; DROP TABLE t1; ---echo # ---echo # Bug#11938817 ALTER BEHAVIOR DIFFERENT THEN DOCUMENTED ---echo # - ---disable_warnings -DROP TABLE IF EXISTS t1; ---enable_warnings - -CREATE TABLE t1(a INT) engine=innodb; -INSERT INTO t1 VALUES (1), (2); - ---enable_info ---echo # This should not do anything -ALTER TABLE t1; ---echo # Check that we rebuild the table -ALTER TABLE t1 engine=innodb; ---echo # This should also rebuild the table -ALTER TABLE t1 FORCE; ---disable_info - -DROP TABLE t1; - --echo # Bug#11748057 (formerly known as 34972): ALTER TABLE statement doesn't --echo # identify correct column name. --echo # |