diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-07-09 12:47:42 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-07-09 16:18:54 +0400 |
commit | 4dc85973b432ac6a17964c2897439e902676e55b (patch) | |
tree | 37638fc2b6fdb19da7d5bb4880bead89d132a9b9 /sql/sql_lex.h | |
parent | 0940e25d69cea59d6026f894b1fd9a5ebb55378c (diff) | |
download | mariadb-git-4dc85973b432ac6a17964c2897439e902676e55b.tar.gz |
MDEV-19994 Add class Function_collection
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 021eedb0a71..bff6d921d7a 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -4012,6 +4012,9 @@ public: Item *make_item_func_substr(THD *thd, Item *a, Item *b); Item *make_item_func_call_generic(THD *thd, Lex_ident_cli_st *db, Lex_ident_cli_st *name, List<Item> *args); + Item *make_item_func_call_native_or_parse_error(THD *thd, + Lex_ident_cli_st &name, + List<Item> *args); my_var *create_outvar(THD *thd, const LEX_CSTRING *name); /* |