mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -244,6 +244,8 @@ struct rpl_parallel_thread_pool {
|
||||
rpl_parallel_thread_pool();
|
||||
int init(uint32 size);
|
||||
void destroy();
|
||||
void deactivate();
|
||||
void destroy_cond_mutex();
|
||||
struct rpl_parallel_thread *get_thread(rpl_parallel_thread **owner,
|
||||
rpl_parallel_entry *entry);
|
||||
void release_thread(rpl_parallel_thread *rpt);
|
||||
|
Reference in New Issue
Block a user