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#35443333 [backport] Hypergraph: regression for main.window_functions_bugs
Follow-up on Bug#35340987 Prepared SELECT returns different results on
consecutive executions
The fix for Bug#35340987 did not work for the hypergraph optimizer
enabled since the compensatory code (calling update_used_tables of
this fields in the JOIN) was put in make_tmp_tables_info - unused with
hypergraph optimizer - hence never performed.
This patch moves that code to JOIN::optimize where it can be reached
by both optimizers. No new test is needed; just run
./mtr window_functions_bugs --hypergraph
to verify.
Change-Id: Ia5fd2fa5e09c001de2ac9b05155a061fd2b4e4e9
0 commit comments