mariadb/storage/innobase
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
..
btr MDEV-19216 Assertion ...SYS_FOREIGN failed in btr_node_ptr_max_size 2023-07-03 16:09:18 +03:00
buf MDEV-31254 InnoDB: Trying to read doublewrite buffer page 2023-08-17 10:31:44 +03:00
data Merge 10.3 into 10.4 2022-10-25 10:04:37 +03:00
dict Merge 10.3 into 10.4 2023-01-03 16:10:02 +02:00
eval Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
fil MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
fsp MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
fts MDEV-24011 InnoDB: Failing assertion: index_cache->words == NULL in fts0fts.cc line 551 2023-04-19 17:11:14 +05:30
fut Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
gis Merge 10.3 into 10.4 2022-10-25 10:04:37 +03:00
ha Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
handler MDEV-23841: Memory leak in innodb_monitor_validate() 2023-09-11 10:27:21 +03:00
ibuf MDEV-32132 DROP INDEX followed by CREATE INDEX may corrupt data 2023-09-08 11:28:21 +03:00
include MDEV-10962 Deadlock with 3 concurrent DELETEs by unique key 2023-07-06 15:06:10 +03:00
lock MDEV-31655: Parallel replication deadlock victim preference code errorneously removed 2023-08-15 16:35:30 +02:00
log MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
mach Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mtr Merge 10.3 into 10.4 2021-09-22 18:26:54 +03:00
mysql-test/storage_engine Fix for MDEV-17449, typo in error message (#1146) 2019-03-24 21:24:28 +04:00
os MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
page MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED table 2023-03-22 14:31:00 +02:00
pars Merge 10.3 into 10.4 2021-11-09 08:40:14 +02:00
que Merge 10.3 into 10.4 2022-11-08 16:04:01 +02:00
read Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
rem MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collations 2023-04-04 12:30:50 +04:00
row Revert "MDEV-30528 Assertion in dtype_get_at_most_n_mbchars" 2023-07-31 16:57:18 +03:00
srv MDEV-31813 SET GLOBAL innodb_max_purge_lag_wait hangs if innodb_read_only 2023-08-24 10:08:51 +03:00
sync Merge 10.3 into 10.4 2022-04-21 11:33:59 +03:00
trx MDEV-31813 SET GLOBAL innodb_max_purge_lag_wait hangs if innodb_read_only 2023-08-24 10:08:51 +03:00
unittest MDEV-19522 fixup: Use correct printf format 2021-10-21 15:53:35 +03:00
ut Merge 10.3 into 10.4 2022-06-09 11:53:46 +03:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
bzip2.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
CMakeLists.txt MDEV-31890: Compilation failing on MacOS (unknown warning option -Wno-unused-but-set-variable) 2023-08-28 16:47:00 +07:00
compile-innodb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
COPYING.Google
COPYING.Percona
lz4.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzma.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzo.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00