mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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 @negative= -9223372036854775808;
|
||||
CREATE TABLE t1 (`tinyint` TINYINT,
|
||||
|
Reference in New Issue
Block a user