mariadb/storage/innobase/log
Marko Mäkelä 78e6fafcaa Fix an innodb_plugin leak noted in MDEV-11686
buf_flush_init_flush_rbt() was called too early in MariaDB server 10.0,
10.1, MySQL 5.5 and MySQL 5.6. The memory leak has been fixed in
the XtraDB storage engine and in MySQL 5.7.

As a result, when the server is started to initialize new data files,
the buf_pool->flush_rbt will be created unnecessarily and then leaked.
This memory leak was noticed in MariaDB server 10.1 when running the
test encryption.innodb_first_page.
2017-01-10 14:28:05 +02:00
..
log0log.cc Merge branch 'merge-innodb-5.6' into 10.0 2016-06-21 14:58:19 +02:00
log0recv.cc Fix an innodb_plugin leak noted in MDEV-11686 2017-01-10 14:28:05 +02:00