Commit 37272d70 authored by Michael Widenius's avatar Michael Widenius

Automatic merge

parents 7501a7cc 128f2c89
......@@ -177,6 +177,12 @@ extern "C" sig_handler handle_fatal_signal(int sig)
case THD::KILL_QUERY:
kreason= "KILL_QUERY";
break;
case THD::KILL_SYSTEM_THREAD:
kreason= "KILL_SYSTEM_THREAD";
break;
case THD::KILL_SERVER:
kreason= "KILL_SERVER";
break;
case THD::KILLED_NO_VALUE:
kreason= "KILLED_NO_VALUE";
break;
......
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