mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Bug #31240 load data infile replication between (4.0 or 4.1) and 5.1 fails
It's a regression issue. The reason of the bug appeared to be an error introduced into 5.1 source code. A piece of code in Create_file_log_event::do_apply_event() did not have test coverage which made make test and pb unaware. Fixed with inverting the old value of the return value from Create_file_log_event::do_apply_event(). The rpl test suite is extended with `rpl_cross_version' the file to hold regression cases similar to the current.
This commit is contained in:
1
mysql-test/suite/rpl/t/rpl_cross_version-master.opt
Normal file
1
mysql-test/suite/rpl/t/rpl_cross_version-master.opt
Normal file
@@ -0,0 +1 @@
|
||||
--replicate-same-server-id --relay-log=slave-relay-bin
|
Reference in New Issue
Block a user