mariadb/storage/innobase/fil
Marko Mäkelä 7f67ef1485 MDEV-16115 Hang after reducing innodb_encryption_threads
The test encryption.create_or_replace would occasionally fail,
because some fil_space_t::n_pending_ops would never be decremented.

fil_crypt_find_space_to_rotate(): If rotate_thread_t::should_shutdown()
holds due to innodb_encryption_threads having been reduced, do
release the reference.

fil_space_remove_from_keyrotation(), fil_space_next(): Declare the
functions static, simplify a little, and define in the same compilation
unit with the only caller, fil_crypt_find_space_to_rotate().

fil_crypt_key_mutex: Remove (unused).
2020-08-10 17:17:25 +03:00
..
fil0crypt.cc MDEV-16115 Hang after reducing innodb_encryption_threads 2020-08-10 17:17:25 +03:00
fil0fil.cc MDEV-16115 Hang after reducing innodb_encryption_threads 2020-08-10 17:17:25 +03:00
fil0pagecompress.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00