evgen@moonbone.local
0fb6b044e0
Fixed bug#18175: The nest_level counter wasn't decremented for union parts which
...
resulted in a wrong error message.
The nest_level counter indicates the depth of nesting for a subselect. It is
needed to properly resolve aggregate functions in nested subselects. Obviously
it shouldn't be incremented for UNION parts because they have the same level of
nesting. This counter was incremented by 1 in the mysql_new_select() function
for any new select and wasn't decremented for UNION parts. This resulted in
wrongly reported error messages.
Now the nest_level counter is decremented by 1 for any union part.
2006-06-15 22:09:58 +04:00
..
2006-05-03 16:33:42 +05:00
2006-05-01 21:30:09 +03:00
2006-05-04 18:35:58 +03:00
2006-05-09 13:31:46 -07:00
2006-04-24 23:51:47 +02:00
2006-04-10 09:31:46 +02:00
2006-03-30 09:13:25 +05:00
2006-03-23 14:03:39 +04:00
2006-04-06 10:51:23 +05:00
2006-04-18 18:10:47 +02:00
2006-04-17 15:01:55 +05:00
2006-03-23 12:41:28 +04:00
2006-03-30 17:14:55 +04:00
2006-05-05 00:27:12 +03:00
2006-04-28 11:37:20 +02:00
2006-05-09 18:13:01 +03:00
2006-05-03 18:02:43 +04:00
2006-05-24 17:21:35 +03:00
2006-04-23 12:32:39 +03:00
2006-04-21 00:36:20 -07:00
2006-05-22 16:10:53 +03:00
2006-05-30 19:16:30 +04:00
2006-05-06 19:45:24 +04:00
2006-04-11 15:26:18 +05:00
2006-05-18 10:34:01 -07:00
2006-05-10 18:27:42 +05:00
2006-04-18 18:10:47 +02:00
2006-05-26 11:47:53 +03:00
2006-05-23 16:43:01 +03:00
2006-05-06 23:48:13 -07:00
2006-05-11 21:15:37 +05:00
2006-05-10 21:50:04 +05:00
2006-04-13 16:05:32 +04:00
2006-05-23 10:52:53 +02:00
2006-05-23 17:05:37 +02:00
2006-05-17 18:01:05 +05:00
2006-05-23 16:43:01 +03:00
2006-04-21 20:24:52 +02:00
2006-05-03 19:01:29 +05:00
2006-04-05 01:09:07 +04:00
2006-03-29 16:45:29 -08:00
2006-05-17 20:48:48 -07:00
2006-04-19 18:08:15 -07:00
2006-03-29 10:56:11 -05:00
2006-05-24 17:21:35 +03:00
2006-05-09 13:31:46 -07:00
2006-05-29 19:07:35 +04:00
2006-05-01 22:10:50 -04:00
2006-04-24 13:07:53 +05:00
2006-05-09 22:35:51 -04:00
2006-05-16 10:01:07 +02:00
2006-05-29 09:06:06 +02:00
2006-04-11 15:01:21 +05:00
2006-05-08 15:19:17 +02:00
2006-05-15 16:23:59 +02:00
2006-05-21 11:04:57 +02:00
2006-05-05 00:53:34 +02:00
2006-03-28 10:01:23 +02:00
2006-03-28 14:38:16 +02:00
2006-03-23 09:48:46 +01:00
2006-05-01 09:46:00 -04:00
2006-05-03 14:06:34 +02:00
2006-04-21 00:36:20 -07:00
2006-05-12 10:27:20 +02:00
2006-04-25 04:27:23 +04:00
2006-04-28 11:23:31 +02:00
2006-04-25 04:27:23 +04:00
2006-05-06 09:41:24 +04:00
2006-04-13 21:09:26 +02:00
2006-04-21 18:55:04 +04:00
2006-04-18 18:10:47 +02:00
2006-04-13 20:42:48 +02:00
2006-04-24 10:21:09 +02:00
2006-05-16 19:33:24 +03:00
2006-05-11 16:29:02 +02:00
2006-05-07 16:02:55 +03:00
2006-04-14 12:13:26 +03:00
2006-05-11 19:47:00 -07:00
2006-05-03 19:01:29 +05:00
2006-03-28 15:08:17 +02:00
2006-03-28 15:06:29 +04:00
2006-04-18 18:10:47 +02:00
2006-05-18 14:44:15 +04:00
2006-04-12 17:37:57 +04:00
2006-05-23 13:27:45 +05:00
2006-05-25 10:39:18 +03:00
2006-04-24 18:57:00 +04:00
2006-04-22 11:54:25 +04:00
2006-05-12 13:55:21 +04:00
2006-03-24 14:58:18 +03:00
2006-05-12 13:55:21 +04:00
2006-04-04 17:54:58 -07:00
2006-04-04 17:54:58 -07:00
2006-04-27 16:32:40 +02:00
2006-06-15 22:09:58 +04:00
2006-04-26 17:09:41 -07:00
2006-05-19 16:17:24 -07:00
2006-05-26 11:57:56 +03:00
2006-05-20 19:10:43 -07:00
2006-05-23 15:45:16 +02:00