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
..
2005-06-27 13:12:10 +02:00
2006-05-03 16:33:42 +05:00
2006-05-04 18:35:58 +03:00
2006-05-04 18:35:58 +03:00
2006-05-09 13:31:46 -07:00
2006-05-13 13:13:05 +05:00
2006-03-29 19:31:16 +05:00
2006-05-05 00:22:01 +03:00
2006-05-02 18:31:20 -07:00
2006-05-09 18:13:01 +03:00
2006-05-09 23:01:31 +03:00
2006-05-03 18:02:43 +04:00
2006-05-24 17:21:35 +03:00
2006-01-23 17:15:33 +04:00
2006-04-21 08:19:38 -07:00
2006-05-22 16:10:53 +03:00
2006-05-30 23:05:34 +04:00
2006-05-06 19:45:24 +04:00
2005-02-19 18:58:27 +02:00
2006-05-18 10:34:01 -07:00
2006-05-10 18:27:42 +05:00
2006-05-04 18:35:58 +03:00
2006-05-26 11:47:53 +03:00
2006-05-23 16:43:01 +03:00
2003-12-24 16:59:48 +04:00
2006-04-24 13:25:50 +02:00
2005-05-08 22:56:58 +01:00
2006-04-27 16:32:40 +02:00
2006-05-16 22:19:44 -07:00
2006-05-11 21:15:37 +05:00
2006-05-10 21:50:04 +05:00
2006-05-10 14:34:03 +04:00
2006-05-10 14:34:03 +04:00
2006-05-04 17:47:25 +02:00
2006-05-23 12:45:25 +05:00
2006-05-23 16:43:01 +03:00
2004-10-26 19:30:01 +03:00
2006-05-03 16:42:39 +05:00
2006-05-17 20:48:48 -07:00
2006-05-12 15:09:25 +05:00
2003-08-11 22:44:43 +03:00
2006-05-24 17:21:35 +03:00
2006-05-09 13:31:46 -07:00
2006-05-13 13:13:05 +05:00
2006-05-09 23:01:31 +03:00
2006-05-30 23:05:34 +04:00
2006-05-09 22:35:51 -04:00
2006-05-16 10:01:07 +02:00
2006-05-29 09:26:31 +02:00
2006-05-04 09:58:03 +05:00
2006-05-08 15:19:17 +02:00
2006-05-15 17:16:21 +02:00
2006-02-10 17:50:17 +01:00
2006-05-21 11:04:57 +02:00
2006-05-05 00:53:34 +02:00
2005-01-26 14:38:13 +01:00
2004-10-13 10:08:18 +02:00
2006-04-24 10:21:09 +02: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 12:31:22 +02:00
2006-04-25 04:27:23 +04:00
2006-05-13 13:13:05 +05:00
2006-05-13 13:13:05 +05:00
2006-05-13 13:13:05 +05:00
2006-05-13 13:13:05 +05:00
2006-05-13 13:13:05 +05:00
2006-05-13 13:13:05 +05:00
2006-04-28 11:23:31 +02:00
2006-04-25 04:27:23 +04:00
2004-12-10 12:07:11 +03:00
2006-04-21 18:55:04 +04:00
2006-05-16 09:26:57 +02:00
2006-05-11 16:29:02 +02:00
2006-05-07 19:54:57 +03:00
2006-05-11 19:47:00 -07:00
2006-05-03 16:47:05 +05:00
2006-04-25 04:27:23 +04:00
2006-05-12 13:55:21 +04:00
2006-05-18 14:44:15 +04:00
2006-05-23 13:27:45 +05:00
2006-05-25 10:39:18 +03:00
2006-05-04 21:21:22 +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-05-12 13:55:21 +04:00
2005-12-06 14:16:34 -08:00
2006-05-13 13:13:05 +05:00
2006-05-13 13:13:05 +05:00
2006-05-23 13:27:45 +05: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-22 07:57:46 -07:00