Browse Source

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.
pull/374/head
Luis Soares 16 years ago
parent
commit
293848c484
  1. 1
      mysql-test/suite/binlog/r/binlog_stm_user_variables.result
  2. 1
      mysql-test/suite/binlog/t/binlog_stm_user_variables.test

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

@ -1,3 +1,4 @@
RESET MASTER;
SET @positive= 18446744073709551615;
SET @negative= -9223372036854775808;
CREATE TABLE t1 (`tinyint` TINYINT,

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

@ -1,4 +1,5 @@
-- source include/have_binlog_format_statement.inc
RESET MASTER;
#
# BUG#49562: SBR out of sync when using numeric data types + user variable
#

Loading…
Cancel
Save