diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-06-08 02:19:36 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-06-08 02:19:36 +0400 |
commit | cf8461a0f75eebcc15cddd3c48d5e24f872930c2 (patch) | |
tree | d864179bdb8e42bdf6bf378f124191c11817e151 /sql/my_apc.h | |
parent | 950dc8022e64339abc93adc6953661cf38afa530 (diff) | |
download | mariadb-git-cf8461a0f75eebcc15cddd3c48d5e24f872930c2.tar.gz |
SHOW EXPLAIN: Code cleanup
Diffstat (limited to 'sql/my_apc.h')
-rw-r--r-- | sql/my_apc.h | 3 |
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; |