You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#34778435: crashing in Item_field::subst_argument_checker.
Problem: When the ORDER BY clause was pushed down into the
parenthesised query block, we did not move the window function lists
from the outer query block to the inner query block. As a result, the
setup of those window functions was missed during
Query_block::prepare(), and any query expressions inside those window
functions were not prepared. Further optimization of such unprepared
expressions would lead to a crash.
Solution: Move the window function list from the outer query block to
the inner query block.
Change-Id: Ided5303d8ce2b99ae42a1be955356400c0a9d565
0 commit comments