summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r--sql/item_strfunc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index 3f739aae99b..0b444a12809 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -287,6 +287,8 @@ public:
{
return get_item_copy<Item_func_natural_sort_key>(thd, this);
}
+
+ bool check_vcol_func_processor(void *arg) override;
};
class Item_func_concat :public Item_str_func