mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
cleanup: more 'const' qualifiers
This commit is contained in:
parent
9ccaa62dd5
commit
d508ef7898
9 changed files with 63 additions and 63 deletions
|
|
@ -40,7 +40,7 @@ extern KEY_CACHE zero_key_cache;
|
|||
extern NAMED_ILIST key_caches;
|
||||
|
||||
KEY_CACHE *create_key_cache(const char *name, uint length);
|
||||
KEY_CACHE *get_key_cache(LEX_STRING *cache_name);
|
||||
KEY_CACHE *get_key_cache(const LEX_STRING *cache_name);
|
||||
KEY_CACHE *get_or_create_key_cache(const char *name, uint length);
|
||||
void free_key_cache(const char *name, KEY_CACHE *key_cache);
|
||||
bool process_key_caches(process_key_cache_t func, void *param);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue