diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2011-01-12 17:11:31 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2011-01-12 17:11:31 +0400 |
commit | 405fb864c5665e91c7a7dbe1d7913447a7456359 (patch) | |
tree | b3f6f73d2fda09077ee0c3be8e18edb80288c706 /sql/item_geofunc.h | |
parent | bc8e89c9261a4052561447253bc057bb60db5bfb (diff) | |
parent | e073e2c0be3860eafd08b2ab14c8490dcb3b05fc (diff) | |
download | mariadb-git-405fb864c5665e91c7a7dbe1d7913447a7456359.tar.gz |
merging.
Diffstat (limited to 'sql/item_geofunc.h')
-rw-r--r-- | sql/item_geofunc.h | 1 |
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) |