~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/frm.test

  • Committer: Jay Pipes
  • Date: 2009-09-21 14:33:44 UTC
  • mfrom: (1126.10.26 dtrace-probes)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: jpipes@serialcoder-20090921143344-jnarp7gcn6zmg19c
Merge fixes from Trond and Padraig on dtrace probes.

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