mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
6efc95d5a0
Portability fix for Innodb BUILD/compile-pentium-max: Change mode to -rwxrwxr-x BUILD/SETUP.sh: Changed -O6 to -O3 Docs/manual.texi: Changed -O6 to -O3 configure.in: Changed -O6 to -O3 Added test of pthread_yield (For Innodb) innobase/os/os0thread.c: Fix portability problem with RedHat 6.1 scripts/safe_mysqld.sh: Fix option --mysqld-version sql/gen_lex_hash.cc: Smaller array support-files/mysql.spec.sh: Changed -O6 to -O3
12 lines
222 B
Bash
Executable file
12 lines
222 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags"
|
|
extra_configs="$pentium_configs"
|
|
strip=yes
|
|
|
|
extra_configs="$extra_configs --with-innodb --with-berkeley-db"
|
|
|
|
. "$path/FINISH.sh"
|