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:
@ -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,
|
||||||
|
@ -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
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user