~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/r/count_distinct3.result

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DROP TABLE IF EXISTS t1, t2;
2
 
CREATE TABLE t1 (id INTEGER, grp int, id_rev INTEGER);
 
2
CREATE TABLE t1 (id INTEGER, grp TINYINT, id_rev INTEGER);
3
3
SELECT COUNT(*) FROM t1;
4
4
COUNT(*)
5
5
4181000