Skip to content
  • Allen.Lai's avatar
    ef036b15
    Bug#20078646 CAN NOT STOP MYSQL WITH MEMCACHED PLUGIN · ef036b15
    Allen.Lai authored
    It's a regression introduced by fixing bug#18409840 MEMCACHED_SHUTDOWN
    IS CALLING "PLUGIN_DEL" WITHOUT ACQUIRING LOCK_PLUGIN MUTEX.
    The acquiring lock causes deadlock, we should move this acquiring lock after
    calling plugin_deinitialize.
    
    Reviewed-by: Jimmy Yang<jimmy.yang@oracle.com> via IM
    ef036b15
    Bug#20078646 CAN NOT STOP MYSQL WITH MEMCACHED PLUGIN
    Allen.Lai authored
    It's a regression introduced by fixing bug#18409840 MEMCACHED_SHUTDOWN
    IS CALLING "PLUGIN_DEL" WITHOUT ACQUIRING LOCK_PLUGIN MUTEX.
    The acquiring lock causes deadlock, we should move this acquiring lock after
    calling plugin_deinitialize.
    
    Reviewed-by: Jimmy Yang<jimmy.yang@oracle.com> via IM
Loading