Bug #61178 | Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap class | ||
---|---|---|---|
Submitted: | 15 May 2011 15:10 | Modified: | 15 May 2011 15:50 |
Reporter: | Alexey Kopytov | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.1, 5.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[15 May 2011 15:10]
Alexey Kopytov
[15 May 2011 15:50]
Valeriy Kravchuk
Indeed, bitmap_init() ends up with: bitmap_clear_all(map); and it is defined in my_bitmap.h as: #define bitmap_clear_all(MAP) \ { memset((MAP)->bitmap, 0, 4*no_words_in_map((MAP))); }
[25 Nov 2014 9:29]
Laurynas Biveinis
This has been fixed in 5.7.1 in revno 5170.