~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/count_distinct2.test

  • Committer: Brian Aker
  • Date: 2010-02-15 18:29:31 UTC
  • mto: (1273.13.68 build)
  • mto: This revision was merged to the branch mainline in revision 1303.
  • Revision ID: brian@gaz-20100215182931-ooy48h72plspoehy
More removal of show code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
flush status;
65
65
select count(distinct n) from t1;
 
66
--replace_column 2 #
66
67
show status like 'Created_tmp_disk_tables';
67
68
drop table t1;
68
69
 
80
81
enable_query_log;
81
82
flush status;
82
83
select count(distinct s) from t1;
 
84
--replace_column 2 #
83
85
show status like 'Created_tmp_disk_tables';
84
86
drop table t1;
85
87