1
0
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:
Jan Lindström
2015-10-29 10:35:37 +02:00
parent 0fe5eb5cae
commit 9164a24311
3 changed files with 5 additions and 1 deletions

View File

@@ -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;