ndb autotest -

add BUILD/compile-ndb-autotest to simplify building autotest on different mysql versions
This commit is contained in:
jonas@perch.ndb.mysql.com 2006-06-21 09:20:55 +02:00
parent 24489a81ad
commit 99621b01eb

9
BUILD/compile-ndb-autotest Executable file
View file

@ -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"