diff options
author | unknown <sergefp@mysql.com> | 2005-08-31 13:23:24 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2005-08-31 13:23:24 +0400 |
commit | ec0f18c28f2ac03345cc48263e7f6b88db233b75 (patch) | |
tree | 8664a34854bb156b941ac8a8c9412c1fcb22f404 /mysql-test/t/group_min_max.test | |
parent | c00dd12c284bdd14d6aa469b0f5aab4e0205f486 (diff) | |
download | mariadb-git-ec0f18c28f2ac03345cc48263e7f6b88db233b75.tar.gz |
Fix group_min_max.test - myisam may return slightly row count estimate on amd64
Diffstat (limited to 'mysql-test/t/group_min_max.test')
-rw-r--r-- | mysql-test/t/group_min_max.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/group_min_max.test b/mysql-test/t/group_min_max.test index dd5f8b43248..da3fdec80d2 100644 --- a/mysql-test/t/group_min_max.test +++ b/mysql-test/t/group_min_max.test @@ -666,6 +666,7 @@ create index idx12672_1 on bug12672 (a1,a2,b,c); create index idx12672_2 on bug12672 (a1,a2,b); analyze table t1; +--replace_column 9 # explain select distinct a1 from bug12672 where pk_col not in (1,2,3,4); select distinct a1 from bug12672 where pk_col not in (1,2,3,4); |