| Bug #33035 | Intersection function returns 'Function doesn't exist' error | ||
|---|---|---|---|
| Submitted: | 6 Dec 2007 11:58 | Modified: | 6 Dec 2007 12:08 |
| Reporter: | Alexey Botchkov | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: GIS | Severity: | S3 (Non-critical) |
| Version: | 5.1.wl1326 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | gis, opengis | ||
[6 Dec 2007 12:08]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/39400 ChangeSet@1.2642, 2007-12-06 16:01:38+04:00, holyfoot@mysql.com +1 -0 Bug #33035 Intersection function returns 'Function doesn't exist' error Creator of the Intersection() function wasn't added to the common list.

Description: Intersection() geometry function returns 'Function doesn't exist' error How to repeat: select astext(intersection(geomfromtext('polygon((0 0, 1 0, 0 1, 0 0))'), geomfromtext('polygon((0 0, 1 1, 0 2, 0 0))')));