mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
0feec183b2
add BUILD/compile-ndb-autotest to simplify building autotest on different mysql versions BUILD/compile-ndb-autotest: New BitKeeper file ``BUILD/compile-ndb-autotest''
9 lines
194 B
Bash
Executable file
9 lines
194 B
Bash
Executable file
#! /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"
|