Details
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`; |
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.0.2 [ 11900 ] | |
Fix Version/s | 5.5.31 [ 12700 ] | |
Fix Version/s | 5.3.13 [ 12602 ] | |
Affects Version/s | 5.3.12 [ 12000 ] | |
Affects Version/s | 10.0.1 [ 11400 ] | |
Assignee | Alexey Botchkov [ holyfoot ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 26724 ] | MariaDB v2 [ 44985 ] |
Workflow | MariaDB v2 [ 44985 ] | MariaDB v3 [ 65463 ] |
Workflow | MariaDB v3 [ 65463 ] | MariaDB v4 [ 146541 ] |
Labels | equals geometry, hang, | equals geometry, hang |
fixing patch:
http://lists.askmonty.org/pipermail/commits/2013-March/004472.html