~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/myisamcheck.result

Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
CHECK TABLE t1;
10
10
Table   Op      Msg_type        Msg_text
11
11
test.t1 check   status  OK
12
 
REPAIR TABLE t1;
13
 
Table   Op      Msg_type        Msg_text
14
 
test.t1 repair  status  OK
15
12
DROP TABLE t1;