We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a49d8 commit 7f5a460Copy full SHA for 7f5a460
mysql-test/suite/innodb_gis/t/rollback.test
@@ -2,6 +2,10 @@
2
--source include/have_innodb.inc
3
--source include/not_embedded.inc
4
--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
9
10
CREATE TABLE t4 (id bigint(12) unsigned NOT NULL auto_increment,
11
c2 varchar(15) collate utf8_bin default NULL,
0 commit comments