@@ -580,7 +580,7 @@ SELECT * FROM t1;
580
580
ERROR HY000: Tablespace has been discarded for table 't1'
581
581
restore: t1 .ibd and .cfg files
582
582
ALTER TABLE t1 IMPORT TABLESPACE;
583
- ERROR HY000: Schema mismatch (Table flags don't match, server table has 0x5 and the meta-data file has 0x0 )
583
+ ERROR HY000: Schema mismatch (Table flags don't match,server table has ROW_TYPE_COMPACT and the meta-data file has ROW_TYPE_REDUNDANT )
584
584
unlink: t1.ibd
585
585
unlink: t1.cfg
586
586
DROP TABLE t1;
@@ -592,7 +592,7 @@ SELECT * FROM t1;
592
592
ERROR HY000: Tablespace has been discarded for table 't1'
593
593
restore: t1 .ibd and .cfg files
594
594
ALTER TABLE t1 IMPORT TABLESPACE;
595
- ERROR HY000: Schema mismatch (Table flags don't match, server table has 0x5 and the meta-data file has 0x0 )
595
+ ERROR HY000: Schema mismatch (Table flags don't match,server table has ROW_TYPE_DYNAMIC and the meta-data file has ROW_TYPE_REDUNDANT )
596
596
unlink: t1.ibd
597
597
unlink: t1.cfg
598
598
DROP TABLE t1;
@@ -766,7 +766,7 @@ SELECT * FROM t1;
766
766
ERROR HY000: Tablespace has been discarded for table 't1'
767
767
restore: t1 .ibd and .cfg files
768
768
ALTER TABLE t1 IMPORT TABLESPACE;
769
- ERROR HY000: Schema mismatch (Table flags don't match, server table has 0x5 and the meta-data file has 0x1 )
769
+ ERROR HY000: Schema mismatch (Table flags don't match,server table has ROW_TYPE_REDUNDANT and the meta-data file has ROW_TYPE_COMPACT )
770
770
unlink: t1.ibd
771
771
unlink: t1.cfg
772
772
DROP TABLE t1;
@@ -778,7 +778,7 @@ SELECT * FROM t1;
778
778
ERROR HY000: Tablespace has been discarded for table 't1'
779
779
restore: t1 .ibd and .cfg files
780
780
ALTER TABLE t1 IMPORT TABLESPACE;
781
- ERROR HY000: Schema mismatch (Table flags don't match, server table has 0x5 and the meta-data file has 0x1 )
781
+ ERROR HY000: Schema mismatch (Table flags don't match,server table has ROW_TYPE_DYNAMIC and the meta-data file has ROW_TYPE_COMPACT )
782
782
unlink: t1.ibd
783
783
unlink: t1.cfg
784
784
DROP TABLE t1;
@@ -955,7 +955,7 @@ SELECT * FROM t1;
955
955
ERROR HY000: Tablespace has been discarded for table 't1'
956
956
restore: t1 .ibd and .cfg files
957
957
ALTER TABLE t1 IMPORT TABLESPACE;
958
- ERROR HY000: Schema mismatch (Table flags don't match, server table has 0x5 and the meta-data file has 0x21 )
958
+ ERROR HY000: Schema mismatch (Table flags don't match,server table has ROW_TYPE_COMPACT and the meta-data file has ROW_TYPE_DYNAMIC )
959
959
unlink: t1.ibd
960
960
unlink: t1.cfg
961
961
DROP TABLE t1;
@@ -967,7 +967,7 @@ SELECT * FROM t1;
967
967
ERROR HY000: Tablespace has been discarded for table 't1'
968
968
restore: t1 .ibd and .cfg files
969
969
ALTER TABLE t1 IMPORT TABLESPACE;
970
- ERROR HY000: Schema mismatch (Table flags don't match, server table has 0x5 and the meta-data file has 0x21 )
970
+ ERROR HY000: Schema mismatch (Table flags don't match,server table has ROW_TYPE_REDUNDANT and the meta-data file has ROW_TYPE_DYNAMIC )
971
971
unlink: t1.ibd
972
972
unlink: t1.cfg
973
973
DROP TABLE t1;
0 commit comments