~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/information_schema_inno.test

  • Committer: Brian Aker
  • Date: 2010-07-08 22:17:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100708221725-bq0ry7tyi7b3ahd3
Remove sort() and add in DEBUG mode to randomize the results of generators.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#select * from information_schema.OLD_TABLE_CONSTRAINTS where
19
19
#TABLE_SCHEMA= "test";
 
20
--sorted_result
20
21
select * from data_dictionary.indexes where TABLE_SCHEMA= "test";
21
22
 
22
23
drop table t3, t2, t1;