From 3aff76f3750cf1ce2a58f093cb46190c2417f3bd Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 23 Jul 2016 16:26:24 +0200 Subject: vcol flag rename VCOL_UNKNOWN -> VCOL_FIELD_REF --- sql/item_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/item_func.h') diff --git a/sql/item_func.h b/sql/item_func.h index 892dacea6ee..92bc798e044 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1470,7 +1470,7 @@ public: virtual void print(String *str, enum_query_type query_type); bool check_vcol_func_processor(void *arg) { - return mark_unsupported_function(func_name(), "()", arg, VCOL_UNKNOWN); + return mark_unsupported_function(func_name(), "()", arg, VCOL_NON_DETERMINISTIC); } }; -- cgit v1.2.1