mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
25c393a12e
Some changes to the prepared statement protocol to make it easier to use and faster.
14 lines
309 B
Bash
Executable file
14 lines
309 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags -g"
|
|
extra_configs="$pentium_configs"
|
|
#strip=yes
|
|
|
|
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
|
|
--with-embedded-server --enable-thread-safe-client \
|
|
--with-openssl --with-vio"
|
|
|
|
. "$path/FINISH.sh"
|