summaryrefslogtreecommitdiff
path: root/sql/my_apc.cc
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2011-08-25 12:15:29 +0400
committerSergey Petrunya <psergey@askmonty.org>2011-08-25 12:15:29 +0400
commit0a08933036f0d3c499b7110ae2883fcc1796414f (patch)
treecb6a451dc20864753f5d6e81e2db52eb34c3bdca /sql/my_apc.cc
parent84cb5de047e83ced6ac9490b9da630fe7dff3c4a (diff)
downloadmariadb-git-0a08933036f0d3c499b7110ae2883fcc1796414f.tar.gz
MWL#182: Explain running statements
- Added TODO comments
Diffstat (limited to 'sql/my_apc.cc')
-rw-r--r--sql/my_apc.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/my_apc.cc b/sql/my_apc.cc
index 3842947f3bb..754b7880c42 100644
--- a/sql/my_apc.cc
+++ b/sql/my_apc.cc
@@ -97,7 +97,9 @@ void Apc_target::dequeue_request(Call_request *qe)
/*
Make an apc call in another thread. The caller is responsible so
that we're not calling to ourselves.
-
+
+ psergey-todo: Should waits here be KILLable? (it seems one needs
+ to use thd->enter_cond() calls to be killable)
*/
bool Apc_target::make_apc_call(apc_func_t func, void *func_arg,