diff options
author | monty@mashka.mysql.fi <> | 2003-11-20 03:11:33 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-11-20 03:11:33 +0200 |
commit | f382adcfca0d63216405b2514d4235a30334e8f6 (patch) | |
tree | a18361c2f39373ed36f40b344af2483ede525eb0 /sql/set_var.h | |
parent | ac7619833001936d481f845a5552835591f5009f (diff) | |
download | mariadb-git-f382adcfca0d63216405b2514d4235a30334e8f6.tar.gz |
Portability fixes (AIX43)
Add missing file to VC++ project
Diffstat (limited to 'sql/set_var.h')
-rw-r--r-- | sql/set_var.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/set_var.h b/sql/set_var.h index a4c3b546fe0..666575a75e4 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -791,3 +791,6 @@ gptr find_named(I_List<NAMED_LIST> *list, const char *name, uint length, KEY_CACHE_VAR *get_key_cache(LEX_STRING *cache_name); KEY_CACHE_VAR *get_or_create_key_cache(const char *name, uint length); void free_key_cache(const char *name, KEY_CACHE_VAR *key_cache); +bool process_key_caches(int (* func) (const char *name, KEY_CACHE_VAR *)); +void delete_elements(I_List<NAMED_LIST> *list, + void (*free_element)(const char*, gptr)); |