diff options
Diffstat (limited to 'sql/my_apc.h')
-rw-r--r-- | sql/my_apc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/my_apc.h b/sql/my_apc.h index 4643e641ff1..dfeef5eb8ac 100644 --- a/sql/my_apc.h +++ b/sql/my_apc.h @@ -62,7 +62,7 @@ public: */ inline bool have_apc_requests() { - return test(apc_calls); + return MY_TEST(apc_calls); } inline bool is_enabled() { return enabled; } |