diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-02 12:42:01 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-02 12:42:01 +0200 |
commit | f0cb21ea2e00b9f985ed0a76f1e6edbdf9d846cd (patch) | |
tree | 1970f3f00ffe6dd45e33a8f9f45bca03f0b94a2a /include/mysql | |
parent | 9eb8a46790c556a9f683a14aea71e775f4fbe802 (diff) | |
download | mariadb-git-f0cb21ea2e00b9f985ed0a76f1e6edbdf9d846cd.tar.gz |
Remove dead code is_thd_killed()
Diffstat (limited to 'include/mysql')
-rw-r--r-- | include/mysql/service_kill_statement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mysql/service_kill_statement.h b/include/mysql/service_kill_statement.h index 995b21f0a9f..bfb222301eb 100644 --- a/include/mysql/service_kill_statement.h +++ b/include/mysql/service_kill_statement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, Monty Program Ab. +/* Copyright (c) 2013, 2018, MariaDB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ time-consuming loops, and gracefully abort the operation if it is non-zero. - thd_is_killed(thd) + thd_killed(thd) @return 0 - no KILL statement was issued, continue normally @return 1 - there was a KILL statement, abort the execution. |