Intentional change in logging
This commit is contained in:
parent
625d9f4ef8
commit
e068b7dc40
@ -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 @@
|
|||||||
-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 @@
|
|||||||
-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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user