#At file:///export/home/x/mysql-trunk-test/ based on revid:sven.sandberg@stripped
3659 Jon Olav Hauglid 2011-02-16 [merge]
Merge from mysql-5.5 to mysql-trunk
No conflicts
modified:
unittest/mysys/bitmap-t.c
=== modified file 'unittest/mysys/bitmap-t.c'
--- a/unittest/mysys/bitmap-t.c 2011-02-16 15:26:19 +0000
+++ b/unittest/mysys/bitmap-t.c 2011-02-16 17:19:10 +0000
@@ -253,7 +253,7 @@ error2:
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);
No bundle (reason: revision is a merge (you can force generation of a bundle with env var BZR_FORCE_BUNDLE=1)).
| Thread |
|---|
| • bzr commit into mysql-trunk branch (jon.hauglid:3659) | Jon Olav Hauglid | 16 Feb |