1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-20006 Move geometry specific code in Field_blob::get_key_image() to Field_geom

This commit is contained in:
Alexander Barkov
2019-07-10 07:17:25 +04:00
parent aca5532113
commit e37d7a3715
9 changed files with 55 additions and 36 deletions

View File

@ -322,6 +322,7 @@ public:
bool er_on_3D, String *res);
static Geometry *create_from_opresult(Geometry_buffer *g_buf,
String *res, Gcalc_result_receiver &rr);
static uint get_key_image_itMBR(LEX_CSTRING &src, uchar *buff, uint length);
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);