~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/myisamcheck.test

Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#
32
32
CREATE TEMPORARY TABLE t1(a INT) engine=myisam;
33
33
CHECK TABLE t1;
34
 
REPAIR TABLE t1;
35
34
DROP TABLE t1;