mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)
Revert "MDEV-23328 Server hang due to Galera lock conflict resolution"
This reverts commit 29bbcac0ee
.
This commit is contained in:
@ -835,11 +835,9 @@ static my_bool kill_handlerton(THD *thd, plugin_ref plugin,
|
||||
{
|
||||
handlerton *hton= plugin_hton(plugin);
|
||||
|
||||
mysql_mutex_lock(&thd->LOCK_thd_data);
|
||||
if (hton->state == SHOW_OPTION_YES && hton->kill_query &&
|
||||
thd_get_ha_data(thd, hton))
|
||||
hton->kill_query(hton, thd, *(enum thd_kill_levels *) level);
|
||||
mysql_mutex_unlock(&thd->LOCK_thd_data);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user