Commit e068b7dc authored by Elena Stepanova's avatar Elena Stepanova

Intentional change in logging

parent 625d9f4e
...@@ -13,7 +13,7 @@ SELECT a FROM t1; ...@@ -13,7 +13,7 @@ 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; ALTER TABLE t1 IMPORT TABLESPACE;
Warnings: Warnings:
Warning 1810 <STORAGE_ENGINE>: 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; SELECT a FROM t1;
a a
1 1
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
-ERROR HY000: Tablespace has been discarded for table 't1' -ERROR HY000: Tablespace has been discarded for table 't1'
-ALTER TABLE t1 IMPORT TABLESPACE; -ALTER TABLE t1 IMPORT TABLESPACE;
-Warnings: -Warnings:
-Warning 1810 <STORAGE_ENGINE>: 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; -SELECT a FROM t1;
-a -a
-1 -1
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
-ERROR HY000: Tablespace has been discarded for table 't1' -ERROR HY000: Tablespace has been discarded for table 't1'
-ALTER TABLE t1 IMPORT TABLESPACE; -ALTER TABLE t1 IMPORT TABLESPACE;
-Warnings: -Warnings:
-Warning 1810 <STORAGE_ENGINE>: 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; -SELECT a FROM t1;
-a -a
-1 -1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment