~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-01 14:33:36 UTC
  • mto: (28.1.12 backport_patch)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: monty@inaugust.com-20080701143336-8uihm7dhpu92rt0q
Somehow missed moving password.c. Duh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
8
8
1       SIMPLE  t1      index   NULL    n       4       NULL    200     100.00  Using index
9
9
Warnings:
10
 
Note    1003    select count(distinct `test`.`t1`.`n`) AS `count(distinct n)` from `test`.`t1`
 
10
Note    1003    select count(distinct "test"."t1"."n") AS "count(distinct n)" from "test"."t1"
11
11
drop table t1;