~posulliv/drizzle/schema-less

« back to all changes in this revision

Viewing changes to tests/t/broken_table_proto_file.test

  • Committer: Brian Aker
  • Date: 2010-03-02 07:03:12 UTC
  • mfrom: (1309.2.10 drizzle-build)
  • Revision ID: brian@gaz-20100302070312-u8xyk09u2970pgzp
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
--error 1033
15
15
show create table t1;
16
16
drop table if exists t1;
 
17
system rm -f $MYSQLTEST_VARDIR/master-data/test/t1.dfe;
17
18
 
18
19
#end bug 93