Skip to content

Commit cbf80b0

Browse files
committed
Fix tests that were forgotten to run after the merge.
1 parent 970f17c commit cbf80b0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

mysql-test/suite/encryption/r/innodb-discard-import-change.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ t1 CREATE TABLE `t1` (
7272
`c1` bigint(20) NOT NULL AUTO_INCREMENT,
7373
`b` char(200) DEFAULT NULL,
7474
PRIMARY KEY (`c1`)
75-
) ENGINE=InnoDB AUTO_INCREMENT=377 DEFAULT CHARSET=latin1 `encrypted`=yes `encryption_key_id`=4
75+
) ENGINE=InnoDB AUTO_INCREMENT=504 DEFAULT CHARSET=latin1 `encrypted`=yes `encryption_key_id`=4
7676
SELECT COUNT(*) FROM t1;
7777
COUNT(*)
7878
256

mysql-test/suite/encryption/r/innodb_encryption_discard_import.result

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
call mtr.add_suppression("InnoDB: Tablespace for table .* is set as discarded.");
22
call mtr.add_suppression("InnoDB: Cannot calculate statistics for table .* because the .ibd file is missing. Please refer to .* for how to resolve the issue.");
33
SET GLOBAL innodb_file_format = `Barracuda`;
4-
Warnings:
5-
Warning 131 Using innodb_file_format is deprecated and the parameter may be removed in future releases. See http://dev.mysql.com/doc/refman/5.7/en/innodb-file-format.html
64
SET GLOBAL innodb_file_per_table = ON;
75
CREATE TABLE t1 (id INT NOT NULL PRIMARY KEY, a VARCHAR(255)) ENGINE=InnoDB encrypted=yes;
86
CREATE TABLE t2 (id INT NOT NULL PRIMARY KEY, a VARCHAR(255)) ENGINE=InnoDB;
@@ -124,5 +122,3 @@ NOT FOUND /barfoo/ in t3.ibd
124122
# Restart mysqld --innodb_encrypt_tables=0 --innodb_encryption_threads=0
125123
DROP PROCEDURE innodb_insert_proc;
126124
DROP TABLE t1, t2, t3;
127-
Warnings:
128-
Warning 131 Using innodb_file_format is deprecated and the parameter may be removed in future releases. See http://dev.mysql.com/doc/refman/5.7/en/innodb-file-format.html

0 commit comments

Comments
 (0)