#At file:///home/narayanan/Work/mysql_checkouts/shared_repository_directory/mysql-6.0-bugteam-43572-2/ based on revid:matthias.leich@stripped
3385 V Narayanan 2009-06-22 [merge]
Merging with mysql-5.1-bugteam.
modified:
mysys/hash.c
=== modified file 'mysys/hash.c'
--- a/mysys/hash.c 2009-06-19 13:01:46 +0000
+++ b/mysys/hash.c 2009-06-22 11:13:55 +0000
@@ -89,7 +89,7 @@ _my_hash_init(HASH *hash, uint growth_si
hash->flags=flags;
hash->charset=charset;
DBUG_RETURN(my_init_dynamic_array_ci(&hash->array,
- sizeof(HASH_LINK), size, 0));
+ sizeof(HASH_LINK), size, growth_size));
}
Attachment: [text/bzr-bundle] bzr/v.narayanan@sun.com-20090622111355-iwgbsx3vyuc3v2oq.bundle
| Thread |
|---|
| • bzr commit into mysql-pe branch (v.narayanan:3385) | V Narayanan | 22 Jun |