diff options
author | monty@mysql.com <> | 2006-05-03 16:03:19 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-05-03 16:03:19 +0300 |
commit | 9756d7f8531526c651cca3b2d567675ec42d5097 (patch) | |
tree | 2d8cd4167b64bdfd12e7569d8b03491f418362ae /include/my_sys.h | |
parent | c51d7419e871181d6241834f2a59e48d111dcd71 (diff) | |
parent | 343644dd5dc18b5722700495b7bb365724fef1a9 (diff) | |
download | mariadb-git-9756d7f8531526c651cca3b2d567675ec42d5097.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/home/my/mysql-5.1
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index aab92f80c8e..e6e94430021 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -817,6 +817,7 @@ extern int unpackfrm(const void **, uint *, const void *); extern ha_checksum my_checksum(ha_checksum crc, const byte *mem, uint count); extern uint my_bit_log2(ulong value); +extern uint32 my_round_up_to_next_power(uint32 v); extern uint my_count_bits(ulonglong v); extern uint my_count_bits_ushort(ushort v); extern void my_sleep(ulong m_seconds); |