diff options
author | bar@gw.udmsearch.izhnet.ru <> | 2002-02-28 17:28:36 +0400 |
---|---|---|
committer | bar@gw.udmsearch.izhnet.ru <> | 2002-02-28 17:28:36 +0400 |
commit | 1c0a5fd45769e934bb8c84d4d4ce4a1a7ee82b1f (patch) | |
tree | 5449be205a73968d8f975da2ddc51897f910a8bf /sql/gen_lex_hash.cc | |
parent | 67745b29f7360a26928fb5cdab59abbaddc427c0 (diff) | |
download | mariadb-git-1c0a5fd45769e934bb8c84d4d4ce4a1a7ee82b1f.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
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 |