mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-12394 Add function is_native_function_with_warn()
This commit is contained in:
@@ -3344,6 +3344,8 @@ extern void trim_whitespace(CHARSET_INFO *cs, LEX_STRING *str,
|
||||
uint *prefix_removed);
|
||||
|
||||
extern bool is_lex_native_function(const LEX_STRING *name);
|
||||
extern bool is_native_function(THD *thd, const LEX_STRING *name);
|
||||
extern bool is_native_function_with_warn(THD *thd, const LEX_STRING *name);
|
||||
|
||||
/**
|
||||
@} (End of group Semantic_Analysis)
|
||||
|
||||
Reference in New Issue
Block a user