summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-11-17 18:13:47 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-11-17 18:13:47 +0200
commitbbf0b55c177a4c4eafe1bd1948df651eaee56827 (patch)
treee5a2143974431cddb957382af8a15d371d9197d4
parent796f708f85d3b8b68d1aa338dfa60cfea8f3cdac (diff)
downloadmariadb-git-bbf0b55c177a4c4eafe1bd1948df651eaee56827.tar.gz
Work around MDEV-24232: Skip perfschema.nesting if WITH_WSREP=OFF
-rw-r--r--mysql-test/suite/perfschema/t/nesting.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/nesting.test b/mysql-test/suite/perfschema/t/nesting.test
index d0547d8a932..6144d0ff6d3 100644
--- a/mysql-test/suite/perfschema/t/nesting.test
+++ b/mysql-test/suite/perfschema/t/nesting.test
@@ -6,6 +6,8 @@
# event, which changes the test output.
--source include/not_windows.inc
--source include/no_protocol.inc
+# Work around MDEV-24232: WSREP causes extra operations on LOCK_thd_data etc.
+--source include/have_wsrep.inc
--source ../include/wait_for_pfs_thread_count.inc
--disable_query_log