mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
merge
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
--source include/have_maria.inc
|
||||
--source include/have_archive.inc
|
||||
--source include/have_blackhole.inc
|
||||
--source include/have_ssl.inc
|
||||
|
||||
use performance_schema;
|
||||
|
||||
@@ -15,7 +16,7 @@ use performance_schema;
|
||||
# "where" filters out instances that can be conditionally compiled out
|
||||
#
|
||||
|
||||
select name from mutex_instances where name not rlike '/(DEBUG_SYNC::mutex|LOCK_des_key_file)$' group by name;
|
||||
select name from mutex_instances where name not rlike '/(DEBUG_SYNC::mutex)$' group by name;
|
||||
select name from rwlock_instances group by name;
|
||||
select name from cond_instances where name not rlike '/(DEBUG_SYNC::cond)$' group by name;
|
||||
select event_name from file_instances group by event_name;
|
||||
|
||||
Reference in New Issue
Block a user