~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/frm.test

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-17 00:08:20 UTC
  • mto: (1126.9.3 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090917000820-urd6p46qngi1okjp
Updated calls to some dtrace probes to cast the parameter to const char *
appropriately. Also, removed the additional variable in places that I was
using.

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