Skip to content
Snippets Groups Projects
Commit acce1f37 authored by Jan Lindström's avatar Jan Lindström
Browse files

MDEV-12624: encryption.innodb_encryption_tables fails in buildbot with timeout

This regression was caused by MDEV-12467 encryption.create_or_replace
hangs during DROP TABLE, where if table->is_stopping() (i.e. when
tablespace is dropped) background key rotation thread calls
fil_crypt_complete_rotate_space to release space and stop rotation.
However, that function does not decrease number of rotating
threads if table->is_stopping() is true.
parent 935a1c67
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment