summaryrefslogtreecommitdiff
path: root/sql/my_apc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/my_apc.h')
-rw-r--r--sql/my_apc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/my_apc.h b/sql/my_apc.h
index 8e6980fa855..5de1cf7d8d3 100644
--- a/sql/my_apc.h
+++ b/sql/my_apc.h
@@ -53,8 +53,7 @@ public:
int timeout_sec, bool *timed_out);
#ifndef DBUG_OFF
- int n_calls_processed;
- //int call_queue_size;
+ int n_calls_processed; /* Number of calls served by this target */
#endif
private:
class Call_request;