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#22151233 MEMORY LEAKS WHEN DOING INSERT... UPDATE ... PREPARED STATEMENTS
Problem: memory leaks when doing INSERT... UPDATE ... prepared statements.
Regression source is patch for
Bug#21908206 MEMORY LEAK ON WINDOWS WHEN SELECT FROM VIEW IN SUBQUERY
Which fixed a regression caused by
Bug#13901905 - CRASH: INSERT ON DUPLICATE KEY UPDATE READS FREED MEMORY
The patch for Bug#21908206 fixed a leak for LEX objects that were not
properly destroyed.
Solution: clear the std::map for LEX objects thar *are* destroyed.
0 commit comments