Commit 16e8d182 authored by Jon Olav Hauglid's avatar Jon Olav Hauglid

Merge from mysql-5.1 to mysql-5.5

No conflicts
parents 2f9198a0 0e28aa2f
......@@ -253,7 +253,7 @@ my_bool test_count_bits_set(MY_BITMAP *map, uint bitsize)
my_bool test_get_first_bit(MY_BITMAP *map, uint bitsize)
{
uint i, test_bit;
uint i, test_bit= 0;
uint no_loops= bitsize > 128 ? 128 : bitsize;
bitmap_set_all(map);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment