~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/count_distinct2.test

  • Committer: Daniel Nichter
  • Date: 2011-10-23 16:01:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023160137-7ac3blgz8z4tf8za
Add Administration Getting Started and Logging.  Capitalize SQL clause keywords.

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