1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Marko Mäkelä 65c99207e0 MDEV-23841: Memory leak in innodb_monitor_validate()
innodb_monitor_validate(): Let item_val_str() allocate the memory
in THD, so that it will be available to innodb_monitor_update().
In this way, there is no need to allocate another buffer, and
no problem if the call to innodb_monitor_update() is skipped due
to an invalid value that is passed to another configuration parameter.

There are some other callers to st_mysql_sys_var::val_str()
that validate configuration parameters that are related to FULLTEXT INDEX,
but they will allocate memory by invoking thd_strmake().
2023-09-11 10:27:21 +03:00
..
2020-05-05 20:33:10 +03:00
2021-09-11 11:14:18 +03:00
2019-05-29 22:17:00 +03:00
2020-09-03 15:53:38 +03:00
2022-10-05 20:30:57 +03:00
2021-08-18 16:47:03 +03:00
2019-08-21 15:23:45 +03:00
2020-01-20 08:41:52 +02:00
2022-02-17 10:53:58 +02:00
2021-07-02 11:48:51 +03:00
2022-09-07 08:08:59 +03:00
2022-12-13 11:37:33 +02:00
2020-10-29 13:38:38 +02:00
2022-10-05 20:30:57 +03:00
2020-07-31 11:54:35 +03:00
2020-09-21 12:29:00 +03:00
2022-10-05 20:30:57 +03:00