diff options
author | unknown <bar@gw.udmsearch.izhnet.ru> | 2002-02-28 17:28:36 +0400 |
---|---|---|
committer | unknown <bar@gw.udmsearch.izhnet.ru> | 2002-02-28 17:28:36 +0400 |
commit | 94958d062b460449c1f249abfa0766b7d7554eb9 (patch) | |
tree | 5449be205a73968d8f975da2ddc51897f910a8bf /sql/gen_lex_hash.cc | |
parent | c9ad5d907b605f6805db4378246d43eec59ebee6 (diff) | |
download | mariadb-git-94958d062b460449c1f249abfa0766b7d7554eb9.tar.gz |
Several new OpenGIS functions
Fixes in GeomFromText() to accept an new optional
argument respobsible for SRID. This is for more
OpenGIS conformance and PostGIS compatibility
to simplify migrating from PgSQL to MySQL
sql/gen_lex_hash.cc:
Changed max_allowed_array
sql/lex.h:
Added several symbols for new OpenGIS SQL functions
sql/sql_yacc.yy:
new OpenGIS functions (spatial constructors)
Diffstat (limited to 'sql/gen_lex_hash.cc')
-rw-r--r-- | sql/gen_lex_hash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/gen_lex_hash.cc b/sql/gen_lex_hash.cc index 7ebdbcd8ba8..918ec753f68 100644 --- a/sql/gen_lex_hash.cc +++ b/sql/gen_lex_hash.cc @@ -30,7 +30,7 @@ bool opt_search=0; int opt_verbose=0; ulong opt_count=100000; -#define max_allowed_array 8000 // Don't generate bigger arrays than this +#define max_allowed_array 16000 // Don't generate bigger arrays than this #define max_symbol 32767 // Use this for 'not found' #define how_much_for_plus 8 // 2-8 #define type_count 1 // 1-5 |