Commit 6212cf86 authored by Sergei Golubchik's avatar Sergei Golubchik

galera fixes related to THD::LOCK_thd_kill

win
parent 37e24970
...@@ -92,6 +92,12 @@ void wsrep_thd_LOCK(THD *) ...@@ -92,6 +92,12 @@ void wsrep_thd_LOCK(THD *)
void wsrep_thd_UNLOCK(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) void wsrep_thd_awake(THD *, my_bool)
{ } { }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment