~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • Committer: Brian Aker
  • Date: 2009-11-26 18:48:20 UTC
  • mfrom: (1226.1.3 push)
  • Revision ID: brian@gaz-20091126184820-hltr0upee0ahopsj
Bundle Brian + Monty  (been through staging, just collecting it as want
overall patch as seen by staging).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
--echo -- after Bug#29394 is implemented.
32
32
 
33
33
--enable_metadata
34
 
optimize table t1;
 
34
alter table t1 engine="default";
35
35
--disable_metadata
36
 
optimize table t1;
 
36
alter table t1 engine="default";
37
37
drop table t1;
38
38
 
39
39
#show variables;