diff --git a/mysql-test/suite/storage_engine/alter_tablespace.result b/mysql-test/suite/storage_engine/alter_tablespace.result index cca154d9611..b54d7c99e9e 100644 --- a/mysql-test/suite/storage_engine/alter_tablespace.result +++ b/mysql-test/suite/storage_engine/alter_tablespace.result @@ -13,7 +13,7 @@ SELECT a FROM t1; ERROR HY000: Tablespace has been discarded for table 't1' ALTER TABLE t1 IMPORT TABLESPACE; Warnings: -Warning 1810 : IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification +Warning 1810 IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification SELECT a FROM t1; a 1 diff --git a/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff b/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff index 70f94d67816..4215af58011 100644 --- a/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff +++ b/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff @@ -16,7 +16,7 @@ -ERROR HY000: Tablespace has been discarded for table 't1' -ALTER TABLE t1 IMPORT TABLESPACE; -Warnings: --Warning 1810 : IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification +-Warning 1810 IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification -SELECT a FROM t1; -a -1 diff --git a/storage/myisammrg/mysql-test/storage_engine/alter_tablespace.rdiff b/storage/myisammrg/mysql-test/storage_engine/alter_tablespace.rdiff index aed79e92d2b..19ca1a1b6e1 100644 --- a/storage/myisammrg/mysql-test/storage_engine/alter_tablespace.rdiff +++ b/storage/myisammrg/mysql-test/storage_engine/alter_tablespace.rdiff @@ -16,7 +16,7 @@ -ERROR HY000: Tablespace has been discarded for table 't1' -ALTER TABLE t1 IMPORT TABLESPACE; -Warnings: --Warning 1810 : IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification +-Warning 1810 IO Read error: (2, No such file or directory) Error opening './test/t1.cfg', will attempt to import without schema verification -SELECT a FROM t1; -a -1