summaryrefslogtreecommitdiff
path: root/myisam/rt_test.c
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-05-27 17:27:42 +0500
committerunknown <hf@deer.(none)>2004-05-27 17:27:42 +0500
commitd366a2e4c97155d5ea10a7da084d188d7e42222c (patch)
tree4cdeb9b944561edf1740e35f53a02205b9376f32 /myisam/rt_test.c
parent5df707c7c9fe5ac760c7136ee806be718d2afa04 (diff)
parent7f49646cf3be49c0f9a9a9f8599e9bea2223e08a (diff)
downloadmariadb-git-d366a2e4c97155d5ea10a7da084d188d7e42222c.tar.gz
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.spa
Diffstat (limited to 'myisam/rt_test.c')
-rw-r--r--myisam/rt_test.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/myisam/rt_test.c b/myisam/rt_test.c
index 41cc56d4d78..5bf390cd0d8 100644
--- a/myisam/rt_test.c
+++ b/myisam/rt_test.c
@@ -19,6 +19,9 @@
#include "myisam.h"
+
+#ifdef HAVE_RTREE_KEYS
+
#include "rt_index.h"
#define MAX_REC_LENGTH 1024
@@ -398,3 +401,10 @@ static void create_record(char *record,uint rownr)
pos+=sizeof(c);
}
}
+
+#else
+int main(int argc __attribute__((unused)),char *argv[] __attribute__((unused)))
+{
+ exit(0);
+}
+#endif /*HAVE_RTREE_KEYS*/