summaryrefslogtreecommitdiff
path: root/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff
diff options
context:
space:
mode:
Diffstat (limited to 'storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff')
-rw-r--r--storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff b/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff
index 4215af58011..a8c78b117a9 100644
--- a/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff
+++ b/storage/myisam/mysql-test/storage_engine/alter_tablespace.rdiff
@@ -13,7 +13,7 @@
-2
-ALTER TABLE t1 DISCARD TABLESPACE;
-SELECT a FROM t1;
--ERROR HY000: Tablespace has been discarded for table '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