~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/group_min_max.result

  • Committer: Stewart Smith
  • Date: 2010-12-02 04:36:22 UTC
  • mto: (2021.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1971.
  • Revision ID: stewart@flamingspork.com-20101202043622-vxiij48ug09z7h1u
EXPLAIN in test result changes due to modified InnoDB stats

Show diffs side-by-side

added added

removed removed

Lines of Context:
1974
1974
BB
1975
1975
EXPLAIN SELECT a FROM t1 WHERE a='AA' GROUP BY a;
1976
1976
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
1977
 
1       SIMPLE  t1      ref     PRIMARY PRIMARY 22      const   2       Using where; Using index
 
1977
1       SIMPLE  t1      ref     PRIMARY PRIMARY 22      const   4       Using where; Using index
1978
1978
EXPLAIN SELECT a FROM t1 WHERE a='BB' GROUP BY a;
1979
1979
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
1980
1980
1       SIMPLE  t1      ref     PRIMARY PRIMARY 22      const   1       Using where; Using index