mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
39104456f5
into mysql.com:/home/bar/mysql-5.1-new-rpl strings/ctype-utf8.c: Auto merged BUILD/compile-pentium-debug-max: After merge fix
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"
|