Skip to content

Commit 72a7593

Browse files
committed
Bug#28805764 STABILIZE THE 8.0 RELEASE TEST [noclose]
Make innodb.trigger_function_lock_compare binlog format independent. Change-Id: I0e44c10ad04055ce912e30fc911cff841ef8e82d
1 parent c51e3c6 commit 72a7593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
--echo #
55

66
--disable_query_log
7+
SET @saved_binlog_format= @@GLOBAL.binlog_format;
78
CREATE TABLE cases (
89
id INT PRIMARY KEY AUTO_INCREMENT,
910
statements TEXT NOT NULL
@@ -73,5 +74,5 @@ while ($binlog_formats)
7374

7475
# Cleanup
7576
DROP TABLE cases;
76-
SET GLOBAL BINLOG_FORMAT=default;
77+
SET GLOBAL BINLOG_FORMAT=@saved_binlog_format;
7778
--enable_query_log

0 commit comments

Comments
 (0)