summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-05-04 18:43:07 +0200
committerunknown <serg@serg.mylan>2003-05-04 18:43:07 +0200
commit97946e16b3a667772586f244d36e1ff4de353ba4 (patch)
tree57ba21939d8177596c3ffa6a9afe0cc6df792c48 /include
parent981a2b742bd0e17894c7c4670d697c571121051c (diff)
downloadmariadb-git-97946e16b3a667772586f244d36e1ff4de353ba4.tar.gz
count_bits() moved to mysys/
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index c67a150f24f..603b3bad6bd 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -749,6 +749,7 @@ extern my_bool my_uncompress(byte *, ulong *, ulong *);
extern byte *my_compress_alloc(const byte *packet, ulong *len, ulong *complen);
extern ulong checksum(const byte *mem, uint count);
extern uint my_bit_log2(ulong value);
+uint my_count_bits(ulonglong v);
extern void my_sleep(ulong m_seconds);
#ifdef __WIN__