mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
62e6906bfb
increase coverage for table.cc in mysql_rm_table() ingore temporary gcov files fixed bug in replication test case
9 lines
201 B
Bash
Executable file
9 lines
201 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage"
|
|
extra_configs="$pentium_configs $debug_configs --disable-shared"
|
|
|
|
. "$path/FINISH.sh"
|