summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorjonas@perch.ndb.mysql.com <>2006-06-21 09:22:16 +0200
committerjonas@perch.ndb.mysql.com <>2006-06-21 09:22:16 +0200
commit8f74fa6c48824b736179b4f7fd7054f216ec4d30 (patch)
treedd5a3b19e0df8e710bdc4a97276fe64068e24d65 /BUILD
parentd83073631f5b5530008bbe8dbbc41c403992823b (diff)
parent99621b01ebf47a14805bd0229041f1270705fa27 (diff)
downloadmariadb-git-8f74fa6c48824b736179b4f7fd7054f216ec4d30.tar.gz
Merge perch.ndb.mysql.com:/home/jonas/src/41-jonas
into perch.ndb.mysql.com:/home/jonas/src/50-jonas
Diffstat (limited to 'BUILD')
-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"