mariadb/storage/innobase/fil
Marko Mäkelä bbb3fb318e Follow-up for MDEV-11630 Call mutex_free() before freeing the mutex list
fil_tablespace_iterate(): Call fil_space_destroy_crypt_data() to
invoke mutex_free() for the mutex_create() that was done in
fil_space_read_crypt_data(). Also, remember to free
iter.crypt_io_buffer.

The failure to call mutex_free() would cause sync_latch_meta_destroy()
to access freed memory on shutdown. This affected the IMPORT of
encrypted tablespaces.
2016-12-23 09:19:39 +02:00
..
fil0crypt.cc MDEV-11630 Call mutex_free() before freeing the mutex list 2016-12-22 15:25:23 +02:00
fil0fil.cc Follow-up for MDEV-11630 Call mutex_free() before freeing the mutex list 2016-12-23 09:19:39 +02:00
fil0pagecompress.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00