1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

BUG#49562: SBR out of sync when using numeric data types + user

variable

Incremental commit: 
  1. Moved part of the test case to binlog suite.
  2. Removed cast set when writing the flags field.
This commit is contained in:
Luis Soares
2010-01-18 09:11:28 +00:00
parent 2afa7085e9
commit fa816292ea
5 changed files with 243 additions and 69 deletions

View File

@@ -135,11 +135,6 @@ TRUNCATE t1;
-- echo ## check: contents of both tables master's and slave's
-- enable_warnings
-- echo ## assertion: checks that User_var_log_event::pack_info correctly
-- echo ## displays the binlog content by taking into account the
-- echo ## unsigned_flag
-- source include/show_binlog_events.inc
## cleanup
-- connection master
DROP TABLE t1;