summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-06-21 14:36:50 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-06-21 14:36:50 +0200
commit16f9e5140bc428798307b87485e78e4a81d174ec (patch)
tree8f609166055bb1a8b57b4cd5dba833c2aa226789 /BUILD
parentab0e66a82b2c0cd309abd65d59f4369cbbd83655 (diff)
parent73c0d7c061ac6bef9effe98a5492de42d38c2382 (diff)
downloadmariadb-git-16f9e5140bc428798307b87485e78e4a81d174ec.tar.gz
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged support-files/mysql.spec.sh: Auto merged
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"