mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merged
This commit is contained in:
@ -40,8 +40,6 @@
|
||||
#include <my_bitmap.h>
|
||||
#include <m_string.h>
|
||||
|
||||
|
||||
static inline void bitmap_lock(MY_BITMAP *map)
|
||||
{
|
||||
#ifdef THREAD
|
||||
if (map->mutex)
|
||||
@ -49,8 +47,6 @@ static inline void bitmap_lock(MY_BITMAP *map)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
static inline void bitmap_unlock(MY_BITMAP *map)
|
||||
{
|
||||
#ifdef THREAD
|
||||
if (map->mutex)
|
||||
|
Reference in New Issue
Block a user