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