1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-12181 ST_AsGeoJSON argument does not limit decimals.

Options handling implemented for ST_AsGeoJSON.
This commit is contained in:
Alexey Botchkov
2017-08-07 12:49:04 +04:00
parent c508691a93
commit 4ff6ebf76a
5 changed files with 100 additions and 8 deletions

View File

@ -323,6 +323,7 @@ public:
String *res, Gcalc_result_receiver &rr);
int as_wkt(String *wkt, const char **end);
int as_json(String *wkt, uint max_dec_digits, const char **end);
int bbox_as_json(String *wkt);
inline void set_data_ptr(const char *data, uint32 data_len)
{