[MDEV-4310] geometry function equals hangs forever Created: 2013-03-21  Updated: 2021-12-12  Resolved: 2013-03-22

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.1, 5.5.30, 5.3.12
Fix Version/s: 10.0.2, 5.5.31, 5.3.13

Type: Bug Priority: Major
Reporter: sbester1 Assignee: Alexey Botchkov
Resolution: Fixed Votes: 0
Labels: equals, geometry,, hang
Environment:

Linux x64, Win x64



 Description   

This query never finishes:

drop table if exists t1;
create table t1(a geometry not null)engine=myisam;
insert into t1 values(geomfromtext("POINT(0 0)"));
insert into t1 values(geomfromtext("POINT(0 9.2233720368548e18)"));
insert into t1 values(geomfromtext("POINT(0 9.2233720368548e18)"));
select equals(`a`,convert(`a` using utf8)) from `t1`;



 Comments   
Comment by Alexey Botchkov [ 2013-03-22 ]

fixing patch:
http://lists.askmonty.org/pipermail/commits/2013-March/004472.html

Generated at Thu Feb 08 06:55:26 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.