• Kristian Nielsen's avatar
    MDEV-7568: STOP SLAVE crashes the server · 004dd0aa
    Kristian Nielsen authored
    The order of initialisation during server startup was incorrect. The slave
    threads were started before the parallel replication worker thread pool was
    initialised, allowing a race where uninitialised data could be accessed.
    004dd0aa
slave.cc 236 KB