This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-17 20:42:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e3982cead2
mariadb
/
mysql-test
/
include
/
not_debug.inc
6 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
remove few .require files and one duplicate have_*inc file. move variable tests from main to sys-vars
2012-02-23 07:52:27 +01:00
if
(
`select version() like '%debug%'`
)
Disable variables-big with debug binaries. 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.
2011-02-27 01:25:56 +01:00
{
remove few .require files and one duplicate have_*inc file. move variable tests from main to sys-vars
2012-02-23 07:52:27 +01:00
skip
Does
not
run
with
debug
binaries
;
Disable variables-big with debug binaries. 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.
2011-02-27 01:25:56 +01:00
}
Reference in a new issue
Copy permalink