1
0
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:
bar@bar.mysql.r18.ru
2003-03-27 13:09:09 +04:00
parent 3f777ceff3
commit 0989db3e90
10 changed files with 125 additions and 14 deletions

View File

@ -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;