Bug #13020 | spatial area function no longer working | ||
---|---|---|---|
Submitted: | 6 Sep 2005 18:10 | Modified: | 6 Sep 2005 18:33 |
Reporter: | Richard Watson | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.12 | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[6 Sep 2005 18:10]
Richard Watson
[6 Sep 2005 18:29]
MySQL Verification Team
I was unable to repeat with server from today BK source: mysql> SELECT Area( -> boundpath -> ) *526 AS 'Area (km^2)' -> FROM political_unit, boundary -> WHERE unitname = 'Northern Ireland' -> AND political_unit.unitcode = boundary.unitcode -> LIMIT 0 , 30 -> ; +-------------+ | Area (km^2) | +-------------+ | 4208 | +-------------+ 1 row in set (0.00 sec) mysql> select version(); +-------------------+ | version() | +-------------------+ | 5.0.13-beta-debug | +-------------------+ 1 row in set (0.00 sec)
[6 Sep 2005 18:33]
Jorge del Conde
mysql> SELECT Area( -> boundpath -> ) *526 AS 'Area (km^2)' -> FROM political_unit, boundary -> WHERE unitname = 'Northern Ireland' -> AND political_unit.unitcode = boundary.unitcode -> LIMIT 0 , 30 -> ; +-------------+ | Area (km^2) | +-------------+ | 4208 | +-------------+ 1 row in set (0.00 sec)
[8 Sep 2005 0:34]
Richard Watson
It looks like it is a phpmyadmin problem. I am impressed by how quickly I received a response.