~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/frm.test

Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
SHOW TABLE STATUS like 't1';
14
14
--error 1033
15
15
show create table t1;
 
16
--error 1051
16
17
drop table if exists t1;
17
 
--error 1,0
18
18
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.frm
19
19
 
20
 
#end bug 93
 
 
b'\\ No newline at end of file'
 
20
#end bug 93