1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-8242: encryption.innodb_page_encryption_key_change fails in buildbot

Forgot that echo will also expand variables and path might be different.
This commit is contained in:
Jan Lindström
2015-05-28 07:52:27 +03:00
parent ab5094beab
commit 979c5049ef
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Restart mysqld --loose-file-key-management-filename=/home/jan/mysql/10.1-bugs/mysql-test/std_data/keys2.txt
# Restart mysqld --loose-file-key-management-filename=keys2.txt
SET GLOBAL innodb_file_format = `Barracuda`;
SET GLOBAL innodb_file_per_table = ON;
create table innodb_normal(c1 bigint not null, b char(200)) engine=innodb;
@@ -57,7 +57,7 @@ variable_value >= 0
SELECT variable_value >= 0 FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_num_pages_decrypted';
variable_value >= 0
1
# Restart mysqld --loose-file-key-management-filename=/home/jan/mysql/10.1-bugs/mysql-test/std_data/keys3.txt
# Restart mysqld --loose-file-key-management-filename=keys3.txt
select * from innodb_normal;
c1 b
1 test1