diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-10-08 00:45:41 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-10-08 00:45:41 +0200 |
commit | d3677c872f2d7d807dffbf8cd4aaa8fb6d7723a4 (patch) | |
tree | 9d770e030dacfeb5d26e48076dbd21c7229ae485 /include | |
parent | 7e6d4bba0c04ebddac1de779e0bdfc5552aa5b8f (diff) | |
download | mariadb-git-d3677c872f2d7d807dffbf8cd4aaa8fb6d7723a4.tar.gz |
jemalloc compatibility
Diffstat (limited to 'include')
-rw-r--r-- | include/my_bitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_bitmap.h b/include/my_bitmap.h index 06f43f79df8..7bed045bd86 100644 --- a/include/my_bitmap.h +++ b/include/my_bitmap.h @@ -42,6 +42,7 @@ typedef struct st_bitmap extern "C" { #endif extern void create_last_word_mask(MY_BITMAP *map); +#define bitmap_init(A,B,C,D) my_bitmap_init(A,B,C,D) extern my_bool bitmap_init(MY_BITMAP *map, my_bitmap_map *buf, uint n_bits, my_bool thread_safe); extern my_bool bitmap_is_clear_all(const MY_BITMAP *map); |