~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/broken_table_proto_file.test

  • Committer: Djellel E. Difallah
  • Date: 2010-04-02 07:45:12 UTC
  • mfrom: (1435 bad-staging)
  • mto: This revision was merged to the branch mainline in revision 1440.
  • Revision ID: ded@ubuntu-20100402074512-rck7fl88o76h9tya
merge to trunk

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 1033
 
14
--error 1693
15
15
show create table t1;
 
16
--error 1693
16
17
drop table if exists t1;
17
18
system rm -f $MYSQLTEST_VARDIR/master-data/test/t1.dfe;
18
19