mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
3099b103ce
into mysql.com:/home/bar/mysql-5.1-new-rpl
9 lines
244 B
Bash
Executable file
9 lines
244 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh" "$@" --with-debug=full
|
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
|
extra_configs="$pentium_configs $debug_configs $max_configs $error_inject --with-experimental-collations"
|
|
|
|
. "$path/FINISH.sh"
|