1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
sergefp@mysql.com 1230f3ad38 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.
2006-08-15 21:08:22 +04:00
..
2006-07-16 01:18:08 +04:00
2005-09-30 14:03:55 +02:00
2006-06-17 02:57:50 +04:00
2005-11-03 22:42:25 +02:00
2006-06-28 12:18:21 -07:00
2006-03-30 17:14:55 +04:00
2006-04-13 17:22:56 +09:30
2006-05-30 17:10:53 -07:00
2006-07-21 10:14:25 -07:00
2005-08-12 13:54:42 +03:00
2006-06-17 02:11:12 +04:00
2005-06-07 00:31:53 +03:00
2006-04-04 17:54:58 -07:00
2006-07-15 00:28:21 -07:00
2005-06-07 00:31:53 +03:00
2006-07-08 04:07:43 +04:00
2006-06-27 00:47:52 +04:00
2006-07-13 16:35:25 -07:00
2005-05-26 21:01:55 +02:00
2005-08-12 17:57:19 +03:00
2006-04-13 17:22:56 +09:30
2006-05-03 21:35:27 -07:00
2006-04-21 08:19:38 -07:00
2006-08-09 06:46:06 +04:00
2006-06-14 23:54:08 +04:00
2006-06-27 00:47:52 +04:00