MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
no_valgrind_without_big.inc
1
# include/no_valgrind_without_big.inc
2
#
3
# If we are running with Valgrind ($VALGRIND_TEST <> 0) than the resource
4
# consumption (storage space needed, runtime ...) will be extreme.
5
# Therefore we require that the option "--big-test" is also set.
6
#
7
8
if
($VALGRIND_TEST) {
9
if
(!$BIG_TEST)
10
{
11
--
skip
Need
"--big-test"
when running with Valgrind
12
}
13
}
mysql-test
include
no_valgrind_without_big.inc
Generated on Sat Nov 9 2013 01:24:55 for MySQL 5.6.14 Source Code Document by
1.8.1.2