• Monty's avatar
    Don't allow one to kill START SLAVE while the slaves IO_THREAD or SQL_THREAD · b624b41a
    Monty authored
     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.
    b624b41a
slave.cc 241 KB