9 changed files with
14 additions and
9 deletions
|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" $@
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $static_link"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" $@ --with-debug=full
|
|
|
|
|
set -- "$@" --with-debug=full
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $debug_configs"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" "$@" --with-debug=full
|
|
|
|
|
set -- "$@" --with-debug=full
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $debug_configs $max_configs $error_inject --with-experimental-collations"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" $@ --with-debug=full
|
|
|
|
|
set -- "$@" --with-debug=full
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $debug_configs $max_no_ndb_configs"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" "$@"
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
|
|
|
|
|
extra_configs="$pentium_configs $debug_configs $max_configs"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" $@
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium64_cflags $fast_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $static_link"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" $@ --with-debug=full
|
|
|
|
|
set -- "$@" --with-debug=full
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium64_cflags $debug_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $debug_configs $static_link"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" $@ --with-debug=full
|
|
|
|
|
set -- "$@" --with-debug=full
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium64_cflags $debug_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $debug_configs $max_configs"
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
|
. "$path/SETUP.sh" $@
|
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
|
|
|
|
|
extra_flags="$pentium64_cflags $fast_cflags"
|
|
|
|
|
extra_configs="$pentium_configs $max_configs $static_link"
|
|
|
|
|
|