diff options
author | unknown <sergefp@mysql.com> | 2005-01-18 16:46:26 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2005-01-18 16:46:26 +0300 |
commit | 539eb23408d4710b5397b1c11af8a0c5949733a9 (patch) | |
tree | bc368d96f3a2da99454cc146f4e440a57b97457e /include | |
parent | 90f8fd9b5f4c627198d0485d827a899f5bdb6c7e (diff) | |
parent | 490d5530a8bcf4a50919b50971060416602a2d09 (diff) | |
download | mariadb-git-539eb23408d4710b5397b1c11af8a0c5949733a9.tar.gz |
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/psergey/mysql-5.0-fix-vg1
Diffstat (limited to 'include')
-rw-r--r-- | include/my_bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_bitmap.h b/include/my_bitmap.h index fb1c3c69563..4caa3b85456 100644 --- a/include/my_bitmap.h +++ b/include/my_bitmap.h @@ -24,7 +24,7 @@ typedef struct st_bitmap { uchar *bitmap; - uint bitmap_size; + uint bitmap_size; /* number of bytes occupied by the above */ /* mutex will be acquired for the duration of each bitmap operation if thread_safe flag in bitmap_init was set. Otherwise, we optimize by not |