summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-08-02 08:28:48 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-08-02 08:28:48 +0200
commitcd80d12035bded8cc59eb2b0c7760e15eaffbeb6 (patch)
tree2c900abc832f5361f16dc5e017dfe03ba2585357 /BUILD
parent2f8bc2141ef9045b4dafe57d5946e40cf8cbf7c7 (diff)
parent9c0517831a214c732a018cd638dbf64a2d5d366e (diff)
downloadmariadb-git-cd80d12035bded8cc59eb2b0c7760e15eaffbeb6.tar.gz
Merge perch.ndb.mysql.com:/home/jonas/src/41-jonas
into perch.ndb.mysql.com:/home/jonas/src/50-work
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"