mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" AND
"SHOW PROCESSLIST" Merging from 5.1 to 5.5
This commit is contained in:
11
mysql-test/include/have_valgrind.inc
Normal file
11
mysql-test/include/have_valgrind.inc
Normal file
@ -0,0 +1,11 @@
|
||||
# include/have_valgrind.inc
|
||||
#
|
||||
# If some test should be run with only valgrind then skip it while running test
|
||||
# without it.
|
||||
#
|
||||
|
||||
if (!$VALGRIND_TEST) {
|
||||
--skip Need "--valgrind"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user