1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/r
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-13 20:48:26 -07:00
2006-05-29 16:27:45 +02:00
2006-06-17 02:57:50 +04:00
2006-07-13 20:48:26 -07:00
2006-05-31 22:55:45 -07:00
2006-06-28 15:53:54 +03:00
2006-05-24 17:21:35 +03:00
2006-06-15 01:48:41 +04:00
2006-06-20 00:52:26 +04:00
2006-06-30 02:03:09 +04:00
2006-08-10 12:39:18 -04:00
2006-07-21 11:59:46 +03:00
2006-01-06 00:47:49 +02:00
2006-05-16 22:19:44 -07:00
2006-08-10 12:39:18 -04:00
2006-02-03 00:07:36 +03:00
2006-05-31 22:55:45 -07:00
2006-03-06 23:43:47 +01:00
2005-12-06 21:28:13 +01:00
2006-08-10 12:39:18 -04:00
2006-07-14 05:56:30 -07:00
2006-02-07 19:57:31 +01:00
2006-06-12 15:36:12 +02:00
2006-07-13 20:48:26 -07:00
2006-05-31 22:55:45 -07:00
2006-07-13 20:48:26 -07:00
2006-07-13 20:48:26 -07:00
2006-07-13 20:48:26 -07:00
2006-07-13 20:48:26 -07:00
2006-07-13 20:48:26 -07:00
2006-08-02 19:39:47 +04:00
2006-06-17 02:57:50 +04:00
2006-04-27 21:59:04 +09:30
2006-06-01 16:51:19 -07:00
2006-06-01 16:51:19 -07:00
2006-06-30 02:03:09 +04:00
2006-06-09 19:29:39 -07:00
2006-03-31 21:26:17 -08:00