diff options
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/repair.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/repair.test b/mysql-test/t/repair.test index 83a302e6f29..ef7043febbc 100644 --- a/mysql-test/t/repair.test +++ b/mysql-test/t/repair.test @@ -28,6 +28,7 @@ drop table t1; repair table t1 use_frm; create table t1 engine=myisam SELECT 1,"table 1"; +flush tables; system echo 1 > $MYSQL_TEST_DIR/var/master-data/test/t1.MYI ; repair table t1; repair table t1 use_frm; |