1
0
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:
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 @negative= -9223372036854775808;
CREATE TABLE t1 (`tinyint` TINYINT,