summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-11-05 12:15:17 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-11-05 12:15:17 +0200
commitd63e19806108efc1ca8d533841ad2471f2e0c4fe (patch)
treee7f63499d0768e3af50b5c576048adbd84f4786f /include
parent6472c5c015a174ffd680fddc8f20c7a94684a552 (diff)
parent03977e8273cbd33c3cbfec191ceee856f973ce1a (diff)
downloadmariadb-git-d63e19806108efc1ca8d533841ad2471f2e0c4fe.tar.gz
Merge 10.0 into 10.1
Diffstat (limited to 'include')
-rw-r--r--include/mysql/service_kill_statement.h4
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.