Skip to content

Commit 7f5a460

Browse files
author
Allen Lai
committed
Followup patch of bug#20734998 to fix valgrind test of
innodb_gis.rollback hang.
1 parent 34a49d8 commit 7f5a460

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/innodb_gis/t/rollback.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
--source include/have_innodb.inc
33
--source include/not_embedded.inc
44
--source include/have_debug.inc
5+
# Valgrind can hang or return spurious messages on DBUG_SUICIDE
6+
--source include/not_valgrind.inc
7+
# Avoid CrashReporter popup on Mac
8+
--source include/not_crashrep.inc
59

610
CREATE TABLE t4 (id bigint(12) unsigned NOT NULL auto_increment,
711
c2 varchar(15) collate utf8_bin default NULL,

0 commit comments

Comments
 (0)