• Jan Lindström's avatar
    MDEV-12624: encryption.innodb_encryption_tables fails in buildbot with timeout · acce1f37
    Jan Lindström authored
    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.
    acce1f37
fil0crypt.cc 71.6 KB