Don't allow one to kill START SLAVE while the slaves IO_THREAD or SQL_THREAD
is starting. This is needed as if we kill the START SLAVE thread too early during shutdown then the IO_THREAD or SQL_THREAD will not have time to properly initlize it's replication or THD structures and clean_up() will try to delete master_info structures that are still in use.
Showing
Please register or sign in to comment