mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
37d7bbb335
Changed error to be more descriptive when you are refering to a not existing key Fixed core dump in view test and changed to better error message
11 lines
247 B
Bash
Executable file
11 lines
247 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh" $@ --with-debug=full
|
|
|
|
extra_flags="$pentium64_cflags $debug_cflags"
|
|
extra_configs="$pentium_configs $debug_configs $max_configs"
|
|
|
|
extra_configs="$extra_configs "
|
|
CC="$CC --pipe"
|
|
. "$path/FINISH.sh"
|