From 0a056c9b5302c24ee4eaa9cc92bd6697125f94b7 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 27 Jun 2016 19:22:09 +0200 Subject: better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED --- sql/item_geofunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/item_geofunc.h') diff --git a/sql/item_geofunc.h b/sql/item_geofunc.h index d3b49b6e457..5a0a26ea779 100644 --- a/sql/item_geofunc.h +++ b/sql/item_geofunc.h @@ -618,7 +618,7 @@ class Item_func_gis_debug: public Item_int_func longlong val_int(); bool check_vcol_func_processor(void *arg) { - return mark_unsupported_function(func_name(), arg, VCOL_IMPOSSIBLE); + return mark_unsupported_function(func_name(), "()", arg, VCOL_IMPOSSIBLE); } }; #endif -- cgit v1.2.1