diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-08-10 15:18:53 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-08-10 17:17:25 +0300 |
commit | 7f67ef14852afebf90aaafdfc7295acbf0ad340f (patch) | |
tree | 2db0bf72b0e5551d3b1da342950187489b6d93e4 /strings | |
parent | 3e3da1642d6d02df00862f69ba64c2c6a8dd9b15 (diff) | |
download | mariadb-git-7f67ef14852afebf90aaafdfc7295acbf0ad340f.tar.gz |
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).
Diffstat (limited to 'strings')
0 files changed, 0 insertions, 0 deletions