mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
After-merge fix: Restore DECLARE_THREAD to fix Windows build
This commit is contained in:
parent
1eb2d8f6e8
commit
8716bb3b72
1 changed files with 1 additions and 1 deletions
|
@ -2685,7 +2685,7 @@ void backup_wait_for_lsn(lsn_t lsn) {
|
|||
|
||||
extern lsn_t server_lsn_after_lock;
|
||||
|
||||
static os_thread_ret_t log_copying_thread(void*)
|
||||
static os_thread_ret_t DECLARE_THREAD(log_copying_thread)(void*)
|
||||
{
|
||||
/*
|
||||
Initialize mysys thread-specific memory so we can
|
||||
|
|
Loading…
Reference in a new issue