mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
The problem was that SHOW SLAVE STATUS was exceuted before the slave IO thread had time to create a new relay log Fixed by writing a command on the master and syncing the slave data. This ensures that the slave creates a new relay log.