1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/t
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-09 13:31:46 -07:00
2006-03-30 09:13:25 +05:00
2006-03-30 17:14:55 +04:00
2006-05-24 17:21:35 +03:00
2006-05-30 19:16:30 +04:00
2006-04-11 15:26:18 +05:00
2006-05-06 23:48:13 -07:00
2006-05-03 19:01:29 +05:00
2006-05-17 20:48:48 -07: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-05-03 19:01:29 +05:00
2006-04-26 17:09:41 -07:00