We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69328c3 commit 038785eCopy full SHA for 038785e
storage/innobase/fil/fil0crypt.cc
@@ -2413,7 +2413,8 @@ void
2413
fil_space_crypt_close_tablespace(
2414
const fil_space_t* space)
2415
{
2416
- if (!srv_encrypt_tables || !space->crypt_data) {
+ if (!srv_encrypt_tables || !space->crypt_data
2417
+ || srv_n_fil_crypt_threads == 0) {
2418
return;
2419
}
2420
storage/xtradb/fil/fil0crypt.cc
0 commit comments