1
0
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:
Praveenkumar Hulakund
2013-08-21 10:44:22 +05:30
5 changed files with 33 additions and 10 deletions

View 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"
}