summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2015-11-18 22:55:17 +0400
committerSergey Vojtovich <svoj@mariadb.org>2015-11-26 11:34:16 +0400
commit0746a0770867b621cb4fee08239419bec69a2de8 (patch)
tree2c623b43229b17dd196fcb9c965c8c52c607f390 /sql/item_strfunc.h
parent464394bf478a7f3b397ec7045627f827a34c1f09 (diff)
downloadmariadb-git-0746a0770867b621cb4fee08239419bec69a2de8.tar.gz
MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r--sql/item_strfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index 1a9f855dec5..2f3fe0b9eca 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -1195,7 +1195,7 @@ protected:
uint *keys_num;
LEX_STRING *keys_str;
bool names, force_names;
- bool prepare_arguments(bool force_names);
+ bool prepare_arguments(THD *thd, bool force_names);
void print_arguments(String *str, enum_query_type query_type);
public:
Item_func_dyncol_create(THD *thd, List<Item> &args, DYNCALL_CREATE_DEF *dfs);