summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-05-27 20:31:30 +0500
committerunknown <hf@deer.(none)>2004-05-27 20:31:30 +0500
commit7ec57e23fd036378df9eb0eeda6f6d7fe87f0aec (patch)
treead2a009be07a0424a8eeab243ace62c8de08964a /myisam
parentb566dae2783b818c1e882f52e0e749b7b911852a (diff)
downloadmariadb-git-7ec57e23fd036378df9eb0eeda6f6d7fe87f0aec.tar.gz
WL#1163 (Make spatial code separable for other parts)
--with-geometry and --with-embedded-privilege-control configure switches added acconfig.h: necessary lines added myisam/mi_open.c: #include added mysql-test/t/gis-rtree.test: test modified to take HAVE_GEOMETRY in account mysql-test/t/gis.test: test modified to take HAVE_GEOMETRY in account sql/mysql_priv.h: option's variables added sql/mysqld.cc: option's handling added sql/set_var.cc: option's descriptions added
Diffstat (limited to 'myisam')
-rw-r--r--myisam/mi_open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/mi_open.c b/myisam/mi_open.c
index 562227d2f03..d03c18091aa 100644
--- a/myisam/mi_open.c
+++ b/myisam/mi_open.c
@@ -20,6 +20,7 @@
#include "sp_defs.h"
#include "rt_index.h"
#include <m_ctype.h>
+#include <assert.h>
#if defined(MSDOS) || defined(__WIN__)
#ifdef __WIN__