mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixes after 4.1->5.0 merge.
mysql-test/r/rpl_multi_query.result: result update mysql-test/t/rpl_multi_query.test: binlog position changes from 4.1 to 5.0 sql/sql_base.cc: Manually putting back the old code (like I did in 4.1 already, as the 2nd fix for BUG#8055 does not need to change sql_base.cc anymore)
This commit is contained in:
@ -19,8 +19,8 @@ n
|
||||
3
|
||||
4
|
||||
5
|
||||
show binlog events from 79;
|
||||
Log_name Pos Event_type Server_id Orig_log_pos Info
|
||||
show binlog events from 95;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
master-bin.000001 # Query 1 # drop database if exists mysqltest
|
||||
master-bin.000001 # Query 1 # create database mysqltest
|
||||
master-bin.000001 # Query 1 # use `test`; create table mysqltest.t1 ( n int)
|
||||
|
Reference in New Issue
Block a user