1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Don't run crash_commit_before under valgrind

This commit is contained in:
unknown
2006-10-02 10:07:46 +02:00
parent dc06af6d80
commit 6da81ede67

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;