summaryrefslogtreecommitdiff
path: root/mysql-test/t/repair_part2.test
blob: 8c27e382dff9e5be055bfc334b86dc4ad216e620 (plain)
1
2
3
4
5
6
7
#
# 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;