mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
d713fee16b
Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
9 lines
156 B
Bash
Executable file
9 lines
156 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$alpha_cflags $fast_cflags"
|
|
extra_configs="$alpha_configs $static_link"
|
|
|
|
. "$path/FINISH.sh"
|