summaryrefslogtreecommitdiff
path: root/mysql-test/include/not_debug.inc
Commit message (Collapse)AuthorAgeFilesLines
* remove few .require files and one duplicate have_*inc file.Sergei Golubchik2012-02-231-3/+2
| | | | move variable tests from main to sys-vars
* Disable variables-big with debug binaries.Vladislav Vaintroub2011-02-271-0/+6
When compiled with SAFEMALLOC or with Windows Debug CRT, it allocates and initializes 5GB of memory. The effect is 20 minutes of paging and swapping on a 4GB VM. Still allow the test to run with optimized binaries. Memory is not initialized in this case, malloc() of 5GB size will not bring the whole buffer into physical memory.