mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
More OpenGIS compatibility:
Point, MultiLine, Poligom, etc, are now not aliases for Geometry, but separate field types.
This commit is contained in:
@ -449,6 +449,7 @@ typedef struct st_lex
|
||||
create_field *last_field;
|
||||
Item *default_value, *comment;
|
||||
CHARSET_INFO *thd_charset;
|
||||
uint uint_geom_type;
|
||||
LEX_USER *grant_user;
|
||||
gptr yacc_yyss,yacc_yyvs;
|
||||
THD *thd;
|
||||
|
Reference in New Issue
Block a user