Avoid problems on shutdown by shutting down replication slave threads
after normal connection threads. (Bug #11796) sql/mysqld.cc: Move call to end_slave() after first loop through killing threads, to minimize chances of 'SHOW SLAVE STATUS' being called between the time the slave is shut down and connections are shut down.
Showing
Please register or sign in to comment