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 | 3eb84136db962a6391e60ae4a5e9215aff132a08 (patch) | |
tree | 281caf249942e79a07c6a0749c391759da7c86c1 /unittest | |
parent | d4674ca897a3173ef58354b0697ff47689d03ca3 (diff) | |
parent | d1192eb8ee11536b9b042f0ced1daa2bab25e68c (diff) | |
download | mariadb-git-3eb84136db962a6391e60ae4a5e9215aff132a08.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); |