mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-7437 remove suport for "atomics" with rwlocks
This commit is contained in:
@ -840,7 +840,7 @@ end:
|
||||
delete thd;
|
||||
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
thread_safe_decrement32(&thread_count, &thread_count_lock);
|
||||
thread_safe_decrement32(&thread_count);
|
||||
in_bootstrap= FALSE;
|
||||
|
||||
mysql_mutex_lock(&LOCK_thread_count);
|
||||
|
Reference in New Issue
Block a user