galera fixes related to THD::LOCK_thd_kill

win
This commit is contained in:
Sergei Golubchik 2021-02-02 14:08:07 +01:00
parent 37e24970cb
commit 6212cf86a2

View File

@ -92,6 +92,12 @@ void wsrep_thd_LOCK(THD *)
void wsrep_thd_UNLOCK(THD *)
{ }
void wsrep_thd_kill_LOCK(THD *)
{ }
void wsrep_thd_kill_UNLOCK(THD *)
{ }
void wsrep_thd_awake(THD *, my_bool)
{ }