MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
suite.inc
1 #
2 # Setups and checks common for all tests in this suite
3 #
4 if ($MTR_MEM)
5 {
6  die Cant run these tests with filesystem in RAM;
7 }
8