-
Haixiang Li authored
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.
Haixiang Li authoredFLATLINES 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.
Loading