mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
0fc82282cb
mysql-test/r/rpl_delete_all.result: Portability fix mysql-test/t/rpl_delete_all.test: Portability fix netware/BUILD/compile-netware-standard: Patch from novell
23 lines
256 B
Bash
Executable file
23 lines
256 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# debug
|
|
#set -x
|
|
|
|
# stop on errors
|
|
set -e
|
|
|
|
|
|
path=`dirname $0`
|
|
. $path/compile-netware-START
|
|
|
|
suffix="standard"
|
|
|
|
extra_configs=" \
|
|
--with-innodb \
|
|
--enable-thread-safe-client \
|
|
--with-archive-storage-engine \
|
|
"
|
|
|
|
. $path/compile-netware-END
|
|
|
|
|