mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Followup: rename the declaration (hash_reset -> my_hash_reset)
This commit is contained in:
parent
4801c2e62f
commit
194937169f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ my_bool _hash_init(HASH *hash, CHARSET_INFO *charset,
|
||||||
uint key_length, hash_get_key get_key,
|
uint key_length, hash_get_key get_key,
|
||||||
void (*free_element)(void*), uint flags CALLER_INFO_PROTO);
|
void (*free_element)(void*), uint flags CALLER_INFO_PROTO);
|
||||||
void hash_free(HASH *tree);
|
void hash_free(HASH *tree);
|
||||||
void hash_reset(HASH *hash);
|
void my_hash_reset(HASH *hash);
|
||||||
byte *hash_element(HASH *hash,uint idx);
|
byte *hash_element(HASH *hash,uint idx);
|
||||||
gptr hash_search(HASH *info,const byte *key,uint length);
|
gptr hash_search(HASH *info,const byte *key,uint length);
|
||||||
gptr hash_next(HASH *info,const byte *key,uint length);
|
gptr hash_next(HASH *info,const byte *key,uint length);
|
||||||
|
|
Loading…
Reference in a new issue