From 6da81ede670e677f7a6565b9ef10f07ef5639d1e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Oct 2006 10:07:46 +0200 Subject: [PATCH] Don't run crash_commit_before under valgrind --- mysql-test/t/crash_commit_before.test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mysql-test/t/crash_commit_before.test b/mysql-test/t/crash_commit_before.test index c46340d44dc..a10cf254a83 100644 --- a/mysql-test/t/crash_commit_before.test +++ b/mysql-test/t/crash_commit_before.test @@ -1,4 +1,9 @@ +# Don't test this under valgrind, memory leaks will occur +--source include/not_valgrind.inc + +# Binary must be compiled with debug for crash to occur --source include/have_debug.inc + --source include/have_innodb.inc CREATE TABLE t1(a int) engine=innodb;