mariadb/storage/innobase/fil
Marko Mäkelä 7e02fd1f71 MDEV-11630 Call mutex_free() before freeing the mutex list
Make some global fil_crypt_ variables static.

fil_close(): Call mutex_free(&fil_system->mutex) also in InnoDB, not
only in XtraDB. In InnoDB, sync_close() was called before fil_close().

innobase_shutdown_for_mysql(): Call fil_close() before sync_close(),
similar to XtraDB shutdown.

fil_space_crypt_cleanup(): Call mutex_free() to pair with
fil_space_crypt_init().

fil_crypt_threads_cleanup(): Call mutex_free() to pair with
fil_crypt_threads_init().
2016-12-22 14:33:58 +02:00
..
fil0crypt.cc MDEV-11630 Call mutex_free() before freeing the mutex list 2016-12-22 14:33:58 +02:00
fil0fil.cc MDEV-11630 Call mutex_free() before freeing the mutex list 2016-12-22 14:33:58 +02:00
fil0pagecompress.cc MDEV-9242: Innodb reports Assertion failure in file buf0dblwr.cc line 579 2016-04-29 13:47:49 +03:00