summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 81c2828d555..7457abd9a39 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -3523,9 +3523,7 @@ public:
void print(String *str, enum_query_type query_type);
bool check_vcol_func_processor(void *arg)
{
- return mark_unsupported_function(func_name(), "()", arg,
- (VCOL_NON_DETERMINISTIC |
- VCOL_NOT_VIRTUAL));
+ return mark_unsupported_function(func_name(), "()", arg, VCOL_NEXTVAL);
}
};