1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#1163 (Make spatial code separable for other parts)

--with-geometry and
--with-embedded-privilege-control
configure switches added
This commit is contained in:
hf@deer.(none)
2004-05-27 20:31:30 +05:00
parent 3a5e8d58cc
commit 15ea09b79d
9 changed files with 34 additions and 0 deletions

View File

@ -918,6 +918,7 @@ extern struct my_option my_long_options[];
extern SHOW_COMP_OPTION have_isam, have_innodb, have_berkeley_db, have_example_db;
extern SHOW_COMP_OPTION have_raid, have_openssl, have_symlink;
extern SHOW_COMP_OPTION have_query_cache, have_berkeley_db, have_innodb;
extern SHOW_COMP_OPTION have_geometry, have_rtree_keys;
extern SHOW_COMP_OPTION have_crypt;
extern SHOW_COMP_OPTION have_compress;