1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Don't run crash_commit_before under valgrind

This commit is contained in:
msvensson@neptunus.(none)
2006-10-02 10:07:46 +02:00
parent 275e4b6d47
commit 6ebcb3d701

View File

@@ -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;