summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-06-21 09:20:55 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-06-21 09:20:55 +0200
commit0feec183b27838bf2fb0b8fc3abcc6bd0097dcc6 (patch)
tree3eea4c8d0ef7780045274c735c0d18a35753e2cd
parentbaeffe690abca2d6d79ac2a613e1dedcf060b102 (diff)
downloadmariadb-git-0feec183b27838bf2fb0b8fc3abcc6bd0097dcc6.tar.gz
ndb autotest -
add BUILD/compile-ndb-autotest to simplify building autotest on different mysql versions BUILD/compile-ndb-autotest: New BitKeeper file ``BUILD/compile-ndb-autotest''
-rwxr-xr-xBUILD/compile-ndb-autotest9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-ndb-autotest b/BUILD/compile-ndb-autotest
new file mode 100755
index 00000000000..3ef0091c155
--- /dev/null
+++ b/BUILD/compile-ndb-autotest
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$fast_cflags $max_cflags -g"
+extra_configs="$max_configs --with-ndb-test --with-ndb-ccflags="-DERROR_INSERT""
+
+. "$path/FINISH.sh"