1
0
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:
Sergei Golubchik
2013-01-15 17:46:46 +01:00
parent a87eab6061
commit 750b9147fc
9 changed files with 2 additions and 41 deletions

View File

@@ -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);
/*