3354 Jon Olav Hauglid 2011-02-23
Bug #11752069 (former bug 43152)
Assertion `bitmap_is_set_all(&table->s->all_set)' failed in
handler::ha_reset
Post-push fix for unit test compilation error on Windows.
modified:
unittest/mysys/bitmap-t.c
3353 Nirbhay Choubey 2011-02-22 [merge]
Merging from mysql-5.1.
modified:
mysql-test/r/ddl_i18n_koi8r.result
mysql-test/r/ddl_i18n_utf8.result
=== modified file 'unittest/mysys/bitmap-t.c'
--- a/unittest/mysys/bitmap-t.c 2011-02-16 17:19:10 +0000
+++ b/unittest/mysys/bitmap-t.c 2011-02-23 13:50:59 +0000
@@ -429,7 +429,7 @@ my_bool test_intersect(MY_BITMAP *map, u
{
uint bitsize2 = 1 + get_rand_bit(MAX_TESTED_BITMAP_SIZE - 1);
MY_BITMAP map2;
- uint32 map2buf[bitsize2];
+ uint32 map2buf[MAX_TESTED_BITMAP_SIZE];
uint i, test_bit1, test_bit2, test_bit3;
if (bitmap_init(&map2, map2buf, bitsize2, FALSE))
{
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5 branch (jon.hauglid:3353 to 3354) Bug#11752069 | Jon Olav Hauglid | 23 Feb |