changing order of enum_shutdown_level (easier; we can test if we should die with
"if (thd->killed > thd->killable)", if we simply do thd->killed= level;
Showing
Please register or sign in to comment
"if (thd->killed > thd->killable)", if we simply do thd->killed= level;