mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
remove the rest of isam/merge references
fix a race condition in TC_LOG_BINLOG::unlog
This commit is contained in:
@@ -351,7 +351,6 @@ inline double ulonglong2double(ulonglong value)
|
||||
#define DO_NOT_REMOVE_THREAD_WRAPPERS
|
||||
#define thread_safe_increment(V,L) InterlockedIncrement((long*) &(V))
|
||||
#define thread_safe_decrement(V,L) InterlockedDecrement((long*) &(V))
|
||||
#define thread_safe_dec_and_test(V, L) thread_safe_decrement(V,L)
|
||||
/* The following is only used for statistics, so it should be good enough */
|
||||
#ifdef __NT__ /* This should also work on Win98 but .. */
|
||||
#define thread_safe_add(V,C,L) InterlockedExchangeAdd((long*) &(V),(C))
|
||||
|
Reference in New Issue
Block a user