mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-11042 Implement GeoJSON functions.
ST_AsGeoJSON and ST_GeomFromGeoJSON functions implemented.
This commit is contained in:
@ -1231,10 +1231,7 @@ int json_key_matches(json_engine_t *je, json_string_t *k)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (json_read_string_const_chr(k))
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
return json_read_string_const_chr(k);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user