diff options
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index fd789ffdc51..194841c8337 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -3166,4 +3166,8 @@ bool eval_const_cond(COND *cond); extern bool volatile mqh_used; +bool update_hash(user_var_entry *entry, bool set_null, void *ptr, size_t length, + Item_result type, CHARSET_INFO *cs, + bool unsigned_arg); + #endif /* ITEM_FUNC_INCLUDED */ |