summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index d6d14c45b47..414b1ba3f7f 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -2166,21 +2166,6 @@ void THD::rollback_item_tree_changes()
}
-/*
- Check if the thread has been killed, and also process "APC requests"
-
- @retval true The thread is killed, execution should be interrupted
- @retval false Not killed, continue execution
-*/
-
-bool THD::check_killed()
-{
- if (killed)
- return TRUE;
- apc_target.process_apc_requests();
- return FALSE;
-}
-
/*****************************************************************************
** Functions to provide a interface to select results
*****************************************************************************/