summaryrefslogtreecommitdiff
path: root/mysql-test/main/gis-json.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/gis-json.result')
-rw-r--r--mysql-test/main/gis-json.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/gis-json.result b/mysql-test/main/gis-json.result
index 1d6e2193fc9..d507a9994ff 100644
--- a/mysql-test/main/gis-json.result
+++ b/mysql-test/main/gis-json.result
@@ -104,6 +104,9 @@ a
NULL
Warnings:
Warning 4076 Incorrect GeoJSON format - empty 'coordinates' array.
+SELECT ST_GEOMFROMGEOJSON("{ \"type\": \"Feature\", \"geometry\": [10, 20] }");
+ST_GEOMFROMGEOJSON("{ \"type\": \"Feature\", \"geometry\": [10, 20] }")
+NULL
#
# End of 10.2 tests
#