Skip to content

MDEV-39488 : Skip Galera test requiring perfschema if -DPLUGIN_PERFSC…#5023

Open
janlindstrom wants to merge 1 commit intoMariaDB:10.11from
mariadb-corporation:10.11-MDEV-39488
Open

MDEV-39488 : Skip Galera test requiring perfschema if -DPLUGIN_PERFSC…#5023
janlindstrom wants to merge 1 commit intoMariaDB:10.11from
mariadb-corporation:10.11-MDEV-39488

Conversation

@janlindstrom
Copy link
Copy Markdown
Contributor

…HEMA=NO

Copy link
Copy Markdown
Contributor

@hemantdangi-gc hemantdangi-gc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of these test except wsrep_off.test have only performance schema mentioned only in:
--remove_files_wildcard $MYSQLTEST_VARDIR/mysqld.2/data/performance_schema

May be try this query from mysql-test/include/have_perfschema.inc to check and remove:

if (`SELECT count(*) FROM information_schema.engines WHERE
      (support = 'YES' OR support = 'DEFAULT') AND
      engine = 'PERFORMANCE_SCHEMA'`){
  --remove_files_wildcard $MYSQLTEST_VARDIR/mysqld.2/data/performance_schema
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants