From 30711c6650fc7e2f166f29d0bc59eeab64dadb3e Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Fri, 25 Sep 2015 21:33:50 +0400 Subject: MDEV-8806 Numeric CAST produce different warnings for strings literals vs functions --- sql/item_geofunc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/item_geofunc.h') diff --git a/sql/item_geofunc.h b/sql/item_geofunc.h index d814019bd74..2379e6184d1 100644 --- a/sql/item_geofunc.h +++ b/sql/item_geofunc.h @@ -41,7 +41,6 @@ public: void fix_length_and_dec(); enum_field_types field_type() const { return MYSQL_TYPE_GEOMETRY; } Field *tmp_table_field(TABLE *t_arg); - bool is_null() { (void) val_int(); return null_value; } }; class Item_func_geometry_from_text: public Item_geometry_func -- cgit v1.2.1