mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
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.
26 KiB
26 KiB