1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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.
This commit is contained in:
Luis Soares
2010-01-19 23:16:22 +00:00
parent fa816292ea
commit 293848c484
2 changed files with 2 additions and 0 deletions

View File

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

View File

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