• Andrei Elkin's avatar
    MDEV-15889 Semisync ack thread hits an LOCK_plugin assert at shutdown · 02e897ca
    Andrei Elkin authored
    MDEV-13073 effectively made the master semisync component depending on
    the plugin one through instantiation of THD by its Ack thread.
    The thread therefore must be closing its resources prior to
    plugin_shutdown(), which was not the case.
    
    Fixed with implementing the requirement.
    02e897ca
mysqld.cc 359 KB