~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • Committer: devananda
  • Date: 2009-06-30 14:27:54 UTC
  • mfrom: (1030.2.4 trunk)
  • mto: (1093.1.7 captain)
  • mto: This revision was merged to the branch mainline in revision 1095.
  • Revision ID: devananda.vdv@gmail.com-20090630142754-vm9w374yxkf1pikc
mergeĀ fromĀ lp

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
--disable_metadata
75
75
show index from t1;
76
76
 
77
 
--echo -- Here we enable metadata just to check that the collation of the
78
 
--echo -- resultset is non-binary for string type. This should be changed
79
 
--echo -- after Bug#29394 is implemented.
80
 
 
81
 
--enable_metadata
82
 
 
83
 
repair table t1;
84
 
--disable_metadata
85
77
show index from t1;
86
78
drop table t1;
87
79