MDEV-28613 LeakSanitizer caused by I_S query using LIMIT ROWS EXAMINED
Problem: ======== - InnoDB fails to free the allocated buffer of stored cursor when information schema query is interrupted. Solution: ========= - In case of error handling, information schema query should free the allocated buffer to store the cursor.
Showing
Please register or sign in to comment