~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-24 02:06:37 UTC
  • mfrom: (1223.1.7 push)
  • Revision ID: brian@gaz-20091124020637-9gb65vj98x1arydm
MergeĀ forĀ staging.

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