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#21139522 PREPARED STATEMENT EXPLAIN DELETE .. WITH STRICT MODE VIOLATION
FLATLINES
Description:
------------
When MySQL calls 'EXECUTE s' at the first time to run a prepare statement with
'EXPLAIN', it did not release 'column_buffer' object, if running the same
statement at the second time, a dead loop appeared, it seems MySQL was hanged.
Fix:
----
Release 'column_buffer' object by a helper class.
Test case added.
0 commit comments