mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
InnoDB: check if scrubbing is enabled before scanning the tablespace
This commit is contained in:
@ -8,7 +8,7 @@ create table t1 (i int) engine=innodb;
|
||||
set global innodb_encryption_threads = 1;
|
||||
set global innodb_encryption_rotate_key_age = 2;
|
||||
insert t1 values (1);
|
||||
drop table t1;
|
||||
set global innodb_encryption_threads = 0;
|
||||
set global innodb_encryption_rotate_key_age = 1;
|
||||
drop table t1;
|
||||
|
||||
|
Reference in New Issue
Block a user