mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Test debug_key_management fails sporadically in buildbot.
Problem is that we expect key_version to be increasing so before we reset debug_key_management plugin key_version disable encryption.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
set global innodb_encrypt_tables=ON;
|
||||
show variables like 'innodb_encrypt%';
|
||||
Variable_name Value
|
||||
innodb_encrypt_log ON
|
||||
@@ -16,4 +17,5 @@ space name current_key_version
|
||||
0 NULL 10
|
||||
1 mysql/innodb_table_stats 10
|
||||
2 mysql/innodb_index_stats 10
|
||||
set global innodb_encrypt_tables=OFF;
|
||||
set global debug_key_management_version=1;
|
||||
|
Reference in New Issue
Block a user