summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@mysql.com>2011-01-12 17:11:31 +0400
committerAlexey Botchkov <holyfoot@mysql.com>2011-01-12 17:11:31 +0400
commit405fb864c5665e91c7a7dbe1d7913447a7456359 (patch)
treeb3f6f73d2fda09077ee0c3be8e18edb80288c706 /sql/item_geofunc.h
parentbc8e89c9261a4052561447253bc057bb60db5bfb (diff)
parente073e2c0be3860eafd08b2ab14c8490dcb3b05fc (diff)
downloadmariadb-git-405fb864c5665e91c7a7dbe1d7913447a7456359.tar.gz
merging.
Diffstat (limited to 'sql/item_geofunc.h')
-rw-r--r--sql/item_geofunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_geofunc.h b/sql/item_geofunc.h
index 84034841ad5..6145f72b665 100644
--- a/sql/item_geofunc.h
+++ b/sql/item_geofunc.h
@@ -181,6 +181,7 @@ public:
String *val_str(String *);
void fix_length_and_dec()
{
+ Item_geometry_func::fix_length_and_dec();
for (unsigned int i= 0; i < arg_count; ++i)
{
if (args[i]->fixed && args[i]->field_type() != MYSQL_TYPE_GEOMETRY)