summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2005-01-18 16:46:26 +0300
committerunknown <sergefp@mysql.com>2005-01-18 16:46:26 +0300
commit539eb23408d4710b5397b1c11af8a0c5949733a9 (patch)
treebc368d96f3a2da99454cc146f4e440a57b97457e /include
parent90f8fd9b5f4c627198d0485d827a899f5bdb6c7e (diff)
parent490d5530a8bcf4a50919b50971060416602a2d09 (diff)
downloadmariadb-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.h2
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