1
0
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:
Alexander Barkov
2017-03-29 18:15:28 +04:00
parent 8af5dcb0d8
commit 1694c0e8d8
3 changed files with 56 additions and 46 deletions

View File

@@ -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)