Skip to content

Commit 1c50342

Browse files
author
Luis Soares
committed
Automerge: local bug branch --> mysql-5.1-rep+3 latest.
2 parents cddae24 + ecb49f2 commit 1c50342

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)