mirror of
https://github.com/MariaDB/server.git
synced 2025-09-06 19:08:06 +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.