gkodinov/kgeorge@magare.gmz
55afc5c201
Bug #32036 : EXISTS within a WHERE clause with a UNION
...
crashes MySQL 5.122
There was a difference in how UNIONs are handled
on top level and when in sub-query.
Because the rules for sub-queries were syntactically
allowing cases that are not currently supported by
the server we had crashes (this bug) or wrong results
(bug 32051).
Fixed by making the syntax rules for UNIONs match the
ones at top level.
These rules however do not support nesting UNIONs, e.g.
(SELECT a FROM t1 UNION ALL SELECT b FROM t2)
UNION
(SELECT c FROM t3 UNION ALL SELECT d FROM t4)
Supports for statements with nested UNIONs will be
added in a future version.
2007-11-26 13:36:24 +02:00
..
2007-07-27 14:30:25 +05:00
2007-06-24 19:44:54 +05:00
2007-09-22 12:17:14 +02:00
2007-08-29 12:44:43 +02:00
2007-10-10 16:26:02 +03:00
2007-07-30 21:05:56 +05:00
2007-06-25 22:44:22 -07:00
2007-06-19 09:56:19 +02:00
2007-07-09 08:11:38 +02:00
2007-08-07 11:40:03 +02:00
2007-07-20 00:06:35 +04:00
2007-07-19 13:51:31 +05:00
2007-08-29 14:50:32 -06:00
2007-07-13 13:56:22 +03:00
2007-07-26 03:33:43 +05:00
2007-08-07 05:35:20 -04:00
2007-07-04 14:21:29 +05:00
2007-07-09 01:23:33 +04:00
2007-07-04 16:17:40 +05:00
2007-07-04 12:04:57 +05:00
2007-08-07 19:25:45 +05:00
2007-06-28 13:34:44 +05:00
2007-06-22 17:28:26 +05:00
2007-10-11 16:07:10 +05:00
2007-10-15 18:40:58 +05:00
2007-10-22 16:10:08 +04:00
2007-10-18 15:19:04 +03:00
2007-06-18 16:35:01 +03:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-06-28 16:03:01 -07:00
2007-08-08 11:34:35 +04:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-10-29 14:53:10 +04:00
2007-11-01 18:36:24 +02:00
2007-10-01 12:51:59 +03:00
2007-10-09 11:36:05 +02:00
2007-10-11 11:29:26 +03:00
2007-10-12 11:46:48 +02:00
2007-10-21 21:45:31 +04:00
2007-10-09 14:58:09 +02:00
2007-10-05 15:41:56 +05:00
2007-10-10 16:26:02 +03:00
2007-09-27 12:15:19 +03:00
2007-09-20 18:10:35 +02:00
2007-09-20 18:10:35 +02:00
2007-08-27 17:33:41 +02:00
2007-06-23 23:33:55 -07:00
2007-08-27 10:37:12 -03:00
2007-07-21 12:34:18 -07:00
2007-10-19 13:04:30 -07:00
2007-07-14 22:02:10 +04:00
2007-08-29 11:53:15 +02:00
2007-10-29 14:45:35 +04:00
2007-10-10 16:26:02 +03:00
2007-10-04 14:22:35 +04:00
2007-07-30 17:14:34 +04:00
2007-08-27 10:13:54 -03:00
2007-07-18 16:22:05 +04:00
2007-09-21 12:09:00 +04:00
2007-07-11 18:45:35 -07:00
2007-06-21 21:39:52 -04:00
2007-08-28 16:44:31 +02:00
2007-10-09 13:10:51 +02:00
2007-06-20 14:21:48 +05:00
2007-07-30 18:27:36 +03:00
2007-08-29 14:44:23 +02:00
2007-11-02 13:40:34 +03:00
2007-11-02 13:40:34 +03:00
2007-09-04 14:38:26 -06:00
2007-08-07 11:40:03 +02:00
2007-08-01 15:27:03 +05:00
2007-08-31 16:59:07 +05:00
2007-08-31 16:59:07 +05:00
2007-10-03 11:36:42 +05:00
2007-10-05 19:28:09 +02:00
2007-09-24 12:42:44 +02:00
2007-09-24 12:42:44 +02:00
2007-08-14 15:07:17 +10:00
2007-08-13 15:59:08 +02:00
2007-08-07 18:07:57 +00:00
2007-06-17 22:04:01 +02:00
2007-10-10 20:14:29 +05:00
2007-10-01 20:03:50 +00:00
2007-10-23 16:16:59 +05:00
2007-08-28 11:16:03 -06:00
2007-06-22 11:55:48 +02:00
2007-08-29 12:47:00 +02:00
2007-08-21 13:43:09 +02:00
2007-08-21 17:47:06 +02:00
2007-10-17 10:32:05 +04:00
2007-06-20 12:46:56 +03:00
2007-10-10 12:21:11 +05:00
2007-06-21 16:55:52 +02:00
2007-07-26 16:59:21 +03:00
2007-07-09 13:18:27 -06:00
2007-08-03 14:14:33 +03:00
2007-07-05 13:09:56 +05:00
2007-07-27 18:42:25 +05:00
2007-06-22 09:28:38 +05:00
2007-08-28 11:34:43 +02:00
2007-08-06 04:57:28 -07:00
2007-10-25 10:32:52 +05:00
2007-09-24 12:42:44 +02:00
2007-09-24 12:42:44 +02:00
2007-08-01 11:41:13 +05:00
2007-08-02 18:23:23 +05:00
2007-08-07 11:40:03 +02:00
2007-06-22 11:55:48 +02:00
2007-10-15 19:15:38 -06:00
2007-07-27 16:56:29 +02:00
2007-10-16 11:16:31 -06:00
2007-07-17 14:43:56 -04:00
2007-07-12 22:06:33 -04:00
2007-08-28 18:51:03 +03:00
2007-11-26 13:36:24 +02:00
2007-07-13 16:32:29 +03:00
2007-07-12 22:26:41 +04:00
2007-07-18 14:42:06 +04:00
2007-09-14 14:53:13 +04:00
2007-10-22 19:32:18 +03:00
2007-10-23 18:51:43 +05:00
2007-10-29 15:39:56 +04:00
2007-07-22 18:26:16 -07:00
2007-10-15 09:22:11 +02:00
2007-07-07 15:45:28 -07:00
2007-07-15 21:51:36 +04:00
2007-10-17 17:54:11 -04:00
2007-10-29 10:25:48 +03:00
2007-09-29 01:07:29 +00:00
2007-10-10 12:16:13 +05:00