Skip to content

Commit ecb49f2

Browse files
author
Luis Soares
committed
BUG#49562: SBR out of sync when using numeric data types + user
variable Post-push fix: missing 'reset master' at the beginning of the test would cause show binlog events to output events from previous tests.
1 parent d4ae3e2 commit ecb49f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/suite/binlog/r/binlog_stm_user_variables.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
RESET MASTER;
12
SET @positive= 18446744073709551615;
23
SET @negative= -9223372036854775808;
34
CREATE TABLE t1 (`tinyint` TINYINT,

mysql-test/suite/binlog/t/binlog_stm_user_variables.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- source include/have_binlog_format_statement.inc
2+
RESET MASTER;
23
#
34
# BUG#49562: SBR out of sync when using numeric data types + user variable
45
#

0 commit comments

Comments
 (0)