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
|
|
@ -572,8 +572,8 @@ void set_slave_thread_options(THD* thd);
|
|||
void set_slave_thread_default_charset(THD* thd, RELAY_LOG_INFO *rli);
|
||||
void rotate_relay_log(MASTER_INFO* mi);
|
||||
|
||||
extern "C" pthread_handler_decl(handle_slave_io,arg);
|
||||
extern "C" pthread_handler_decl(handle_slave_sql,arg);
|
||||
pthread_handler_t handle_slave_io(void *arg);
|
||||
pthread_handler_t handle_slave_sql(void *arg);
|
||||
extern bool volatile abort_loop;
|
||||
extern MASTER_INFO main_mi, *active_mi; /* active_mi for multi-master */
|
||||
extern LIST master_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue