diff options
author | Michael Widenius <monty@askmonty.org> | 2010-10-06 11:45:30 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-10-06 11:45:30 +0300 |
commit | 9f35e98a4baa518e8e0a464ebea8571f362ac641 (patch) | |
tree | 4283f36173c5a5a4d6fbc6fa3676620f405affd1 /cmd-line-utils | |
parent | 8b833274cad540f756039c8b730a5e692219d11c (diff) | |
download | mariadb-git-9f35e98a4baa518e8e0a464ebea8571f362ac641.tar.gz |
Fix for Bug#43152 "Assertion `bitmap_is_set_all(&table->s->all_set)' failed in handler::ha_reset"
The reason for this was that some bitmap test functions changed the bitmap, which caused problems when the same bitmap was used by multiple threads.
include/my_bitmap.h:
Changed order of elements to get better alignment.
mysys/my_bitmap.c:
Change bitmap test functions to not modify the bitmap.
Fixed compiler errors in test_bitmap
Diffstat (limited to 'cmd-line-utils')
0 files changed, 0 insertions, 0 deletions