~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/frm.test

Updated an include guard thanks to a nice catch during code review from Jay. Thanks Jay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
system echo "this is a junk file for test" >> $MYSQLTEST_VARDIR/master-data/test/t1.dfe ;
12
12
--replace_column 6 # 7 # 8 # 9 #
13
13
SHOW TABLE STATUS like 't1';
14
 
--error 1693
 
14
--error 1033
15
15
show create table t1;
16
 
--error 1693
17
16
drop table if exists t1;
18
 
system rm -f $MYSQLTEST_VARDIR/master-data/test/t1.dfe;
19
17
 
20
18
#end bug 93