mariadb/mysql-test/t/repair_part2.test
monty@narttu.mysql.fi 3e72b423e3 Fix for MacOSX and symlinks
Fix for USE_FRM and crashed index file
2003-05-14 01:27:26 +03:00

7 lines
135 B
Text

#
# This test starts with a crashed t1.MYI file left over from repair.test
#
repair table t1;
repair table t1 use_frm;
drop table t1;