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
WL#15853: Join order hints for hypergraph optimizer
Post-push fix.
Opt_hints_qb::sort_tables_in_join_order() leaked memory because it
allocated a mem_root_deque on the heap, and never released it. Fixed
by allocating it on the MEM_ROOT instead.
Change-Id: I4b8efddd4ef1d19773529a4ed4686271e90ff7b6
0 commit comments