summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
authorhf@deer.(none) <>2004-05-27 20:31:30 +0500
committerhf@deer.(none) <>2004-05-27 20:31:30 +0500
commit15ea09b79d4c3c7e3f175f955130b029a77f231c (patch)
treead2a009be07a0424a8eeab243ace62c8de08964a /sql/set_var.cc
parent3a5e8d58cc0c804447d4ab7b83c432d4102a8bb3 (diff)
downloadmariadb-git-15ea09b79d4c3c7e3f175f955130b029a77f231c.tar.gz
WL#1163 (Make spatial code separable for other parts)
--with-geometry and --with-embedded-privilege-control configure switches added
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index b3b0153652b..1112a869515 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -643,10 +643,12 @@ struct show_var_st init_vars[]= {
{"have_crypt", (char*) &have_crypt, SHOW_HAVE},
{"have_innodb", (char*) &have_innodb, SHOW_HAVE},
{"have_isam", (char*) &have_isam, SHOW_HAVE},
+ {"have_geometry", (char*) &have_geometry, SHOW_HAVE},
{"have_ndbcluster", (char*) &have_ndbcluster, SHOW_HAVE},
{"have_openssl", (char*) &have_openssl, SHOW_HAVE},
{"have_query_cache", (char*) &have_query_cache, SHOW_HAVE},
{"have_raid", (char*) &have_raid, SHOW_HAVE},
+ {"have_rtree_keys", (char*) &have_rtree_keys, SHOW_HAVE},
{"have_symlink", (char*) &have_symlink, SHOW_HAVE},
{"init_connect", (char*) &sys_init_connect, SHOW_SYS},
{"init_file", (char*) &opt_init_file, SHOW_CHAR_PTR},