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#35710179: Mysql server 8.1.0 failed at Item_sum_avg::val_decimal
The problem is missing propagation of item properties for the left-hand
expression of an IN subquery predicate, which causes a window function
to loose its property as a window function, and there is subsequent
failure because the code expects a window function later on.
The fix is to add that propagation.
Change-Id: Iae71684c38727cc6db182b1873ff561c07e35f9d
0 commit comments