Skip to content

Commit 80c7c01

Browse files
committed
Bug#28805764 STABILIZE THE 8.0 RELEASE TEST [noclose]
Fix one InnoDB test that can't have page sizes > 16K. Fix one return error code on Windows. Change-Id: Ibe5516c97e6f6f37ac1487691f5db2b27c9584b2
1 parent 75ee0de commit 80c7c01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mysql-test/include/keyring_tests/innodb/tablespace_encrypt_11.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ALTER TABLESPACE encrypt_ts ENCRYPTION='Y';
111111

112112
--echo # INJECT error TOO_MANY_CONCURRENT_TXNS in startup location $location.
113113
--echo # It will cause FATAL error and server abort.
114-
--error 0,2
114+
--error 0,2,-2147483645
115115
--exec $MYSQLD_CMD $PLUGIN_DIR_OPT --log-error=$MYSQLTEST_VARDIR/log/my_restart.err --debug=+d,$location
116116

117117
--echo # Search the failure pattern in error log

mysql-test/suite/innodb/t/zlob_rollback_update.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
--source include/have_innodb_max_16k.inc
12
--source include/have_debug.inc
23
--source include/count_sessions.inc
34

0 commit comments

Comments
 (0)