Thirunarayanan Balathandayuthapani
d9ae5820c5
MDEV-32890 LeakSanitizer errors in mem_heap_create_block_func upon query from I_S.INNODB_SYS_TABLES with LIMIT ROWS EXAMINED
...
- innodb_sys_tables query fails to free the object which contains
sys_tables information in case of error.
2023-11-28 13:42:08 +05:30
Thirunarayanan Balathandayuthapani
84e0c027e0
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.
2023-11-21 11:13:43 +05:30
Marko Mäkelä
e6bdf77e4b
Merge 10.3 into 10.4
...
In is_eits_usable(), we disable an assertion that fails due to
MDEV-19334.
2019-04-25 16:05:20 +03:00
Igor Babaev
5d20f7b346
Added missing tests for innodb persistent statistics (from mysql-5.6.10)
...
Made sure that innodb tables for persistent statistics would not
considered by the server as system tables.
2013-08-07 17:08:51 -07:00