mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-37816: galera tests failing with Table performance_schema.xxx doesn't exist
Issue: The testcase: galera.galera_ssl_upgrade galera_3nodes.galera_vote_majority_dml galera.galera_multi_level_fk_ddl_delete galera.galera_multi_level_fk_ddl_update galera.galera_multi_level_fk_ddl_insert fails when mariadb 10.11 build without performance_schema plugin. Solution: Add have_perfschema.inc for testcases using performamce_schema tables.
This commit is contained in:
committed by
Daniel Black
parent
167c0c3663
commit
509557c270
@@ -14,6 +14,7 @@
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
--source include/have_perfschema.inc
|
||||
|
||||
--echo #
|
||||
--echo # 1. BF-BF conflict on MDL locks between: DROP TABLE t6 and DELETE on t1
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
--source include/have_perfschema.inc
|
||||
|
||||
--echo #
|
||||
--echo # 1. BF-BF conflict on MDL locks between: DROP TABLE t4 and INSERT t1
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
--source include/have_perfschema.inc
|
||||
|
||||
--echo #
|
||||
--echo # 1. BF-BF conflict on MDL locks between: DROP TABLE t6 and UPDATE on t1
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
--source include/have_ssl_communication.inc
|
||||
--source include/have_openssl.inc
|
||||
--source include/force_restart.inc
|
||||
--source include/have_perfschema.inc
|
||||
|
||||
# Verify that SSL is handled by the provider.
|
||||
SELECT COUNT(*) `expect 0` FROM performance_schema.socket_instances WHERE EVENT_NAME LIKE '%wsrep%';
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# that replicas survive and the primary (trx source) bails out.
|
||||
#
|
||||
--source include/galera_cluster.inc
|
||||
--source include/have_perfschema.inc
|
||||
|
||||
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY, f2 BLOB) ENGINE=InnoDB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user