Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6, 10.11, 11.4, 10.5(EOL), 11.2(EOL), 11.6(EOL)
-
None
Description
MariaDB [test]> SELECT ST_CROSSES( ST_GEOMFROMTEXT('LINESTRING( 0 0, 1 1)'), ST_GEOMFROMTEXT(' LINESTRING( 0 0, 1 3 )') )a;
|
+------+
|
| a |
|
+------+
|
| 1 |
|
+------+
|
1 row in set (0,001 sec)
|
|
mysql and postgis return 0:
mysql> SELECT ST_CROSSES( ST_GEOMFROMTEXT('LINESTRING( 0 0, 1 1)'), ST_GEOMFROMTEXT(' LINESTRING( 0 0, 1 3 )') )a;
|
+------+
|
| a |
|
+------+
|
| 0 |
|
+------+
|
1 row in set (0,00 sec)
|
Attachments
Issue Links
- relates to
-
MDEV-36058 ST_CROSSES returns 0 instead of NULL
-
- Approved
-