mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
pthread_handler_decl() changed to be ctags-friendly
(and contain extern "C" when necessary)
This commit is contained in:
parent
970150d14e
commit
0f60474f29
27 changed files with 62 additions and 97 deletions
|
|
@ -31,7 +31,7 @@ extern pthread_cond_t COND_rpl_status;
|
|||
extern TYPELIB rpl_role_typelib, rpl_status_typelib;
|
||||
extern const char* rpl_role_type[], *rpl_status_type[];
|
||||
|
||||
pthread_handler_decl(handle_failsafe_rpl,arg);
|
||||
pthread_handler_t handle_failsafe_rpl(void *arg);
|
||||
void change_rpl_status(RPL_STATUS from_status, RPL_STATUS to_status);
|
||||
int find_recovery_captain(THD* thd, MYSQL* mysql);
|
||||
int update_slave_list(MYSQL* mysql, MASTER_INFO* mi);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue