1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-19 19:03:26 +03:00

Fix group_min_max.test - myisam may return slightly row count estimate on amd64

This commit is contained in:
sergefp@mysql.com
2005-08-31 13:23:24 +04:00
parent a16da25e06
commit 04d75ab6e8
2 changed files with 2 additions and 1 deletions

View File

@@ -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);