mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Mariabackup: Detach the threads at exit
This commit is contained in:
parent
2b387855df
commit
b429e8cada
2 changed files with 2 additions and 2 deletions
|
|
@ -1938,7 +1938,7 @@ cleanup:
|
|||
|
||||
ctxt->ret = ret;
|
||||
|
||||
os_thread_exit(NULL);
|
||||
os_thread_exit();
|
||||
OS_THREAD_DUMMY_RETURN;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -840,7 +840,7 @@ stop_thread:
|
|||
|
||||
os_event_set(kill_query_thread_stopped);
|
||||
|
||||
os_thread_exit(NULL);
|
||||
os_thread_exit();
|
||||
OS_THREAD_DUMMY_RETURN;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue