diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:13:36 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:13:36 -0300 |
commit | bc4ba28cab2fbdefee87fbb8d97234046f707ed0 (patch) | |
tree | ad51351f695978140f847012d093d17a18062b38 /sql/item_geofunc.cc | |
parent | 97c3182312568d856e040f8d788f1ee0291717c1 (diff) | |
download | mariadb-git-bc4ba28cab2fbdefee87fbb8d97234046f707ed0.tar.gz |
WL#5498: Remove dead and unused source code
Remove unused variables.
Diffstat (limited to 'sql/item_geofunc.cc')
-rw-r--r-- | sql/item_geofunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_geofunc.cc b/sql/item_geofunc.cc index e046087b16a..d734b55a970 100644 --- a/sql/item_geofunc.cc +++ b/sql/item_geofunc.cc @@ -49,7 +49,7 @@ void Item_geometry_func::fix_length_and_dec() { collation.set(&my_charset_bin); decimals=0; - max_length= max_field_size; + max_length= (uint32) 4294967295U; maybe_null= 1; } |