mirror of
https://github.com/MariaDB/server.git
synced 2025-07-02 14:22:51 +03:00
The previous fix for the bug was incomplete. The test failed because t2 did not exist on the slave (since the slave was lagging) when the wait_condition was executed. Fixed by inserting sync_slave_with_master just after t2 was created.