mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
remove thd_mark_as_hard_kill()
(because it's conceptually wrong. only the user can decide whether the kill is allowed to leave tables in the inconsistent state, storage engine has no say in that)
This commit is contained in:
@@ -868,7 +868,6 @@ struct handlerton
|
||||
Tell handler that query has been killed.
|
||||
hard_kill is set in case of HARD KILL (abort query even if
|
||||
it may corrupt table).
|
||||
Return 1 if the handler wants to upgrade the kill to a hard kill
|
||||
*/
|
||||
void (*kill_query)(handlerton *hton, THD *thd, my_bool hard_kill);
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user