mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
misc cleanup
This commit is contained in:
@ -27,10 +27,11 @@ typedef struct st_bitmap
|
||||
uchar *bitmap;
|
||||
uint bitmap_size;
|
||||
my_bool thread_safe; /* set if several threads access the bitmap */
|
||||
/* mutex will be acquired for the duration of each bitmap operation if
|
||||
/*
|
||||
mutex will be acquired for the duration of each bitmap operation if
|
||||
thread_safe flag is set. Otherwise, we optimize by not acquiring the
|
||||
mutex
|
||||
*/
|
||||
*/
|
||||
#ifdef THREAD
|
||||
pthread_mutex_t mutex;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user