Bug #33796 Memory leak for prepared statements in embedded server.
Field data for a query was stored to the stmt->alloc that is emptied with mysql_stmt_close statement only. That means a lot of memory can be occupied without a reason if used doesn't call mysql_stmt_close often.
Showing
Please register or sign in to comment