Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
encryption.innodb_page_encryption_key_change 'cbc,innodb_plugin' w3 [ fail ]
|
Test ended at 2015-05-27 22:43:41
|
|
CURRENT_TEST: encryption.innodb_page_encryption_key_change
|
--- /usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/suite/encryption/r/innodb_page_encryption_key_change.result 2015-05-27 19:45:19.000000000 +0200
|
+++ /usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/suite/encryption/r/innodb_page_encryption_key_change.reject 2015-05-27 22:43:41.000000000 +0200
|
@@ -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=/usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/std_data/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 @@
|
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=/usr/local/mariadb-10.1.5-linux-x86_64/mysql-test/std_data/keys3.txt
|
select * from innodb_normal;
|
c1 b
|
1 test1
|
|
mysqltest: Result length mismatch
|
It should be an easy fix, but I don't want to interfere with already complicated encryption many-way-merges, so please mask the path by the next push.
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled