Details
-
Bug
-
Status: Stalled (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
Description
MariaDB [test]> select st_isvalid(NULL);
|
ERROR 3037 (22023): Invalid GIS data provided to function st_isvalid.
|
Mysql returns NULL in all such cases, while Mariadb sometimes -1, sometimes NULL
MariaDB [test]> select st_isempty(NULL);
|
+------------------+
|
| st_isempty(NULL) |
|
+------------------+
|
| NULL |
|
+------------------+
|
1 row in set (0,000 sec)
|
|
MariaDB [test]> select st_issimple(NULL);
|
+-------------------+
|
| st_issimple(NULL) |
|
+-------------------+
|
| -1 |
|
+-------------------+
|
1 row in set (0,000 sec)
|
|
MariaDB [test]> select st_isring(NULL);
|
+-----------------+
|
| st_isring(NULL) |
|
+-----------------+
|
| -1 |
|
+-----------------+
|
1 row in set (0,000 sec)
|
Attachments
Issue Links
- relates to
-
MDEV-7528 GIS: Functions return NULL instead of specified -1 for NULL arguments
-
- Closed
-
-
MDEV-34276 Implement the GIS function ST_IsValid
-
- Stalled
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
2d 2h 18m | 1 |
|
6s | 1 |
|
34d 5h 49m | 1 |
|
40d 18h 28m | 1 |