~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-22 18:35:47 UTC
  • mfrom: (1222.1.12 staging)
  • mto: This revision was merged to the branch mainline in revision 1225.
  • Revision ID: brian@gaz-20091122183547-u8n1g6pjp77rmz5m
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
--echo -- after Bug#29394 is implemented.
19
19
 
20
20
--enable_metadata
21
 
check table t1 fast;
22
 
check table t1 fast;
23
 
check table t1 changed;
 
21
check table t1;
24
22
insert into t1 values (5,5,5);
25
 
check table t1 changed;
26
 
check table t1 medium;
27
 
check table t1 extended;
 
23
check table t1;
28
24
show index from t1;
29
25
--disable_metadata
30
26
--error ER_DUP_ENTRY