From 02a5f7580689d8fabb0a3ea8ccf2602f2bfd8583 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Oct 2005 16:39:55 +0200 Subject: pthread_handler_decl() changed to be ctags-friendly (and contain extern "C" when necessary) --- sql/repl_failsafe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/repl_failsafe.cc') diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc index d4d26c2ccf1..792251e82c0 100644 --- a/sql/repl_failsafe.cc +++ b/sql/repl_failsafe.cc @@ -578,7 +578,7 @@ int find_recovery_captain(THD* thd, MYSQL* mysql) } -pthread_handler_decl(handle_failsafe_rpl,arg) +pthread_handler_t handle_failsafe_rpl(void *arg) { DBUG_ENTER("handle_failsafe_rpl"); THD *thd = new THD; -- cgit v1.2.1