diff options
author | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2011-02-16 18:24:38 +0100 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2011-02-16 18:24:38 +0100 |
commit | 16e8d182069ca1fd91411316b1494aa4ecc498e0 (patch) | |
tree | 281caf249942e79a07c6a0749c391759da7c86c1 /unittest | |
parent | 2f9198a0f246b601179fe4304855cad25cc4e98d (diff) | |
parent | 0e28aa2f1c6c5bd12fd907636cb28e255f425590 (diff) | |
download | mariadb-git-16e8d182069ca1fd91411316b1494aa4ecc498e0.tar.gz |
Merge from mysql-5.1 to mysql-5.5
No conflicts
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mysys/bitmap-t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/bitmap-t.c b/unittest/mysys/bitmap-t.c index d5c1791ca14..d0df9fbb040 100644 --- a/unittest/mysys/bitmap-t.c +++ b/unittest/mysys/bitmap-t.c @@ -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); |