mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
logging_ok:
Logging to logging@openlogging.org accepted compile-amd64-max, compile-amd64-debug-max: new file BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
3863b25c77
commit
ce57eed7bb
3 changed files with 33 additions and 0 deletions
15
BUILD/compile-amd64-debug-max
Executable file
15
BUILD/compile-amd64-debug-max
Executable file
|
@ -0,0 +1,15 @@
|
|||
#! /bin/sh
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
amd64_cflags="-DBIG_TABLES"
|
||||
amd64_cxx_flags="-DBIG_TABLES"
|
||||
amd64_configs=""
|
||||
base_cxxflags="$amd64_cxx_flags $base_cxxflags"
|
||||
extra_flags="$amd64_cflags $debug_cflags"
|
||||
c_warnings="$c_warnings $debug_extra_warnings"
|
||||
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
||||
extra_configs="$amd64_configs $debug_configs"
|
||||
|
||||
extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid --with-vio --with-ndbcluster"
|
||||
|
||||
. "$path/FINISH.sh"
|
17
BUILD/compile-amd64-max
Normal file
17
BUILD/compile-amd64-max
Normal file
|
@ -0,0 +1,17 @@
|
|||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
amd64_cflags="-DBIG_TABLES"
|
||||
amd64_cxx_flags="-DBIG_TABLES"
|
||||
amd64_configs=""
|
||||
base_cxxflags="$amd64_cxx_flags $base_cxxflags"
|
||||
extra_flags="$amd64_cflags $fast_cflags -g"
|
||||
extra_configs="$amd64_configs"
|
||||
#strip=yes
|
||||
|
||||
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
|
||||
--with-embedded-server --enable-thread-safe-client \
|
||||
--with-openssl --with-vio --with-raid --with-ndbcluster"
|
||||
|
||||
. "$path/FINISH.sh"
|
|
@ -107,6 +107,7 @@ lenz@mysql.com
|
|||
magnus@neptunus.(none)
|
||||
magnus@shellback.(none)
|
||||
marko@hundin.mysql.fi
|
||||
marty@shark.
|
||||
mats@mysql.com
|
||||
matt@mysql.com
|
||||
matthias@three.local.lan
|
||||
|
|
Loading…
Add table
Reference in a new issue