summaryrefslogtreecommitdiff
path: root/mysql-test/r/repair.result
blob: 8b50f9a92e81174a05b83fb1b9a4e9ed4bb542ae (plain)
1
2
3
4
5
6
7
drop table if exists t1;
create table t1 SELECT 1,"table 1";
repair table t1 use_frm;
Table	Op	Msg_type	Msg_text
test.t1	repair	warning	Number of rows changed from 0 to 1
test.t1	repair	status	OK
drop table if exists t1;