mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
ndb autotest -
add BUILD/compile-ndb-autotest to simplify building autotest on different mysql versions
This commit is contained in:
parent
24489a81ad
commit
99621b01eb
1 changed files with 9 additions and 0 deletions
9
BUILD/compile-ndb-autotest
Executable file
9
BUILD/compile-ndb-autotest
Executable 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"
|
Loading…
Add table
Reference in a new issue