diff options
author | sergefp@mysql.com <> | 2006-08-15 21:08:22 +0400 |
---|---|---|
committer | sergefp@mysql.com <> | 2006-08-15 21:08:22 +0400 |
commit | 1230f3ad38e8e12d21726c78e37c841ec77322f2 (patch) | |
tree | c79e63e45405045be41cc62433525fd9c65b17b0 /mysql-test/t/sql_mode.test | |
parent | b5f814abedc50da0bb6a852cea1954dd628aac93 (diff) | |
download | mariadb-git-1230f3ad38e8e12d21726c78e37c841ec77322f2.tar.gz |
BUG#21282: Incorrect query results for "t.key NOT IN (<big const list>)
In fix for BUG#15872, a condition of type "t.key NOT IN (c1, .... cN)"
where N>1000, was incorrectly converted to
(-inf < X < c_min) OR (c_max < X)
Now this conversion is removed, we dont produce any range lists for such
conditions.
Diffstat (limited to 'mysql-test/t/sql_mode.test')
0 files changed, 0 insertions, 0 deletions