~stewart/drizzle/embedded-innodb-rnd-read

« back to all changes in this revision

Viewing changes to tests/t/randgen_queries.test

  • Committer: Stewart Smith
  • Date: 2010-04-06 07:37:28 UTC
  • mfrom: (1310.1.44)
  • Revision ID: stewart@flamingspork.com-20100406073728-ml0gfkm3n3yq3lj3
Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
select collation_name,character_set_name FROM data_dictionary.collations;
67
67
--replace_column 1 ####.##.####
68
68
select COUNT(*) from data_dictionary.tables;
 
69
 
 
70
DROP TABLE t1;