mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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.
This commit is contained in:
7
mysql-test/suite/innodb/t/innodb_stats_fetch.opt
Normal file
7
mysql-test/suite/innodb/t/innodb_stats_fetch.opt
Normal file
@ -0,0 +1,7 @@
|
||||
--innodb_sys_tables
|
||||
--innodb_sys_indexes
|
||||
--innodb_sys_virtual
|
||||
--innodb_sys_foreign
|
||||
--innodb_sys_foreign_cols
|
||||
--innodb_sys_tablestats
|
||||
--innodb_sys_tablespaces
|
Reference in New Issue
Block a user