diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-07-06 00:28:30 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-07-06 00:28:30 +0400 |
commit | 89820b4202f36353146ea4491569a06ccb0550fb (patch) | |
tree | b5bfee874327cec12b99436845653b545a47ae07 /sql/my_apc.cc | |
parent | 3e90dc1f77dc3fa51d542bf82a336753310f7776 (diff) | |
download | mariadb-git-89820b4202f36353146ea4491569a06ccb0550fb.tar.gz |
Better comments.
Diffstat (limited to 'sql/my_apc.cc')
-rw-r--r-- | sql/my_apc.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/my_apc.cc b/sql/my_apc.cc index dd15daf48a2..4a523fcd03e 100644 --- a/sql/my_apc.cc +++ b/sql/my_apc.cc @@ -140,9 +140,6 @@ void Apc_target::dequeue_request(Call_request *qe) @retval FALSE - Ok, the call has been made @retval TRUE - Call wasnt made (either the target is in disabled state or timeout occured) - - 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(THD *caller_thd, Apc_call *call, |