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
A refactoring removed an apparently irrelevant if test and an
indentation level from SELECT_LEX::change_group_ref(), but this bug
proves that the if test had a mission.
Fixed by calling Item::arguments() only inside the loop, hence
eliminating the call when arg_count is zero.
0 commit comments