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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user