Skip to content
Permalink
Browse files
Fixed that sp-no-valgrind.test is disabled on valgrind builds (not runs)
  • Loading branch information
montywi committed Aug 8, 2022
1 parent a5a9fcd commit 4a53253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
@@ -0,0 +1,4 @@
if (`select version() like '%valgrind%'`)
{
skip Does not run with binaries built with valgrind;
}
@@ -1,5 +1,5 @@

--source include/not_valgrind.inc
--source include/not_valgrind_build.inc

--echo # MDEV-20699 do not cache SP in SHOW CREATE
--echo # Warmup round, this might allocate some memory for session variable

0 comments on commit 4a53253

Please sign in to comment.