Commit 4ccea172 authored by Elena Stepanova's avatar Elena Stepanova

MDEV-6169 main.myisam-metadata fails mtr internal check

The test didn't clean debug_sync
parent ca47b565
...@@ -13,3 +13,4 @@ SHOW TABLE STATUS LIKE 't1'; ...@@ -13,3 +13,4 @@ SHOW TABLE STATUS LIKE 't1';
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
t1 MyISAM 10 Dynamic 100000 27 # # # 0 NULL # # # latin1_swedish_ci NULL t1 MyISAM 10 Dynamic 100000 27 # # # 0 NULL # # # latin1_swedish_ci NULL
DROP TABLE t1; DROP TABLE t1;
set debug_sync='reset';
...@@ -51,3 +51,4 @@ SHOW TABLE STATUS LIKE 't1'; ...@@ -51,3 +51,4 @@ SHOW TABLE STATUS LIKE 't1';
--connection default --connection default
--disconnect con1 --disconnect con1
DROP TABLE t1; DROP TABLE t1;
set debug_sync='reset';
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