diff options
Diffstat (limited to 'sql/my_apc.h')
-rw-r--r-- | sql/my_apc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/my_apc.h b/sql/my_apc.h index cc98e36bbe4..34f507dcd01 100644 --- a/sql/my_apc.h +++ b/sql/my_apc.h @@ -96,7 +96,8 @@ public: }; /* Make a call in the target thread (see function definition for details) */ - bool make_apc_call(THD *caller_thd, Apc_call *call, int timeout_sec, bool *timed_out); + bool make_apc_call(THD *thd, THD *caller_thd, Apc_call *call, + int timeout_sec, bool *timed_out); #ifndef DBUG_OFF int n_calls_processed; /* Number of calls served by this target */ |