mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.0-ndb
into mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
This commit is contained in:
commit
8a83924eb6
8 changed files with 73 additions and 186 deletions
|
|
@ -28,6 +28,7 @@ EXTRA_DIST = FINISH.sh \
|
|||
compile-alpha-debug \
|
||||
compile-amd64-debug-max \
|
||||
compile-amd64-max \
|
||||
compile-amd64-max-sci \
|
||||
compile-darwin-mwcc \
|
||||
compile-dist \
|
||||
compile-hpux11-parisc2-aCC \
|
||||
|
|
@ -52,6 +53,7 @@ EXTRA_DIST = FINISH.sh \
|
|||
compile-pentium-valgrind-max \
|
||||
compile-pentium64-debug \
|
||||
compile-pentium64-debug-max \
|
||||
compile-pentium64-max-sci \
|
||||
compile-pentium64-valgrind-max \
|
||||
compile-ppc \
|
||||
compile-ppc-debug \
|
||||
|
|
|
|||
8
BUILD/compile-amd64-max-sci
Normal file
8
BUILD/compile-amd64-max-sci
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
extra_flags="$amd64_cflags $fast_cflags -g"
|
||||
extra_configs="$amd64_configs $max_configs --with-ndb-sci=/opt/DIS"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
9
BUILD/compile-pentium64-max-sci
Normal file
9
BUILD/compile-pentium64-max-sci
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
|
||||
extra_flags="$pentium64_cflags $fast_cflags -g"
|
||||
extra_configs="$pentium_configs $max_configs --with-ndb-sci=/opt/DIS"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
Loading…
Add table
Add a link
Reference in a new issue