summaryrefslogtreecommitdiff
path: root/mysql-test/t/repair.test
blob: 6d79014b23db50d0dd5d32bb128abb032b69a7ea (plain)
1
2
3
4
5
6
7
8
#
# Test of repair table
#

drop table if exists t1;
create table t1 SELECT 1,"table 1";
repair table t1 use_frm;
drop table if exists t1;