mariadb/storage
Marko Mäkelä 688fb6301c MDEV-23526 InnoDB leaks memory for some static objects
A leak of the contents of fil_system.ssd that was introduced in
commit 10dd290b4b (MDEV-17380)
was caught by implementing SAFEMALLOC instrumentation of operator new.
I did not try to find out how to make AddressSanitizer or Valgrind
detect it.

fil_system_t::close(): Clear fil_system.ssd.

The leak was identified and a fix suggested by Michael Widenius
and Vicențiu Ciorbaru.
2020-08-21 10:37:52 +03:00
..
archive MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
blackhole MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
cassandra MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
connect Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
csv MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
example Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
federated MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
federatedx MDEV-16937 Strict SQL with system versioned tables causes issues (10.4) 2020-05-29 11:45:19 +03:00
heap Added keyread_time() to HEAP 2020-03-09 13:53:34 +02:00
innobase MDEV-23526 InnoDB leaks memory for some static objects 2020-08-21 10:37:52 +03:00
maria Merge 10.3 into 10.4, except MDEV-22543 2020-08-13 18:48:41 +03:00
mroonga Merge 10.3 into 10.4 2020-06-03 07:32:09 +03:00
myisam Merge 10.3 into 10.4, except MDEV-22543 2020-08-13 18:48:41 +03:00
myisammrg Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
oqgraph Removed double records_in_range calls from multi_range_read_info_const 2020-03-17 02:16:48 +02:00
perfschema Cleanup my_atomic.h includes 2020-03-21 20:11:44 +04:00
rocksdb Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
sequence Merge 10.3 into 10.4 2019-10-10 11:19:25 +03:00
sphinx Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
spider MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain comma 2020-08-17 21:04:02 +09:00
test_sql_discovery MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ... SELECT in ORACLE mode 2020-08-01 07:43:50 +04:00
tokudb Merge branch '10.3' into 10.4 2020-08-06 17:13:02 +02:00