Fix for bug#49570: Assertion failed: !(order->used & map)
on re-execution of prepared statement Problem: some (see eq_ref_table()) ORDER BY/GROUP BY optimization is called before each PS execution. However, we don't properly initialize its stucture every time before the call. Fix: properly initialize the sturture used.
Showing
Please register or sign in to comment