summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2019-01-24 15:47:27 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2019-01-24 15:47:27 +0100
commit1abdc0e435e4e7e71257e246972a3b3015df287c (patch)
treeb43864b3b6ca90797e741e14b0fd3d2f24c0c56b /mysql-test/suite/perfschema/r
parenta9a0d0c3729ad3c6e295f68b6d4d5552b999a2e5 (diff)
downloadmariadb-git-1abdc0e435e4e7e71257e246972a3b3015df287c.tar.gz
5.6.43
Diffstat (limited to 'mysql-test/suite/perfschema/r')
-rw-r--r--mysql-test/suite/perfschema/r/dml_setup_instruments.result4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/r/dml_setup_instruments.result b/mysql-test/suite/perfschema/r/dml_setup_instruments.result
index 310ff60aa5b..7bc7ca785d6 100644
--- a/mysql-test/suite/perfschema/r/dml_setup_instruments.result
+++ b/mysql-test/suite/perfschema/r/dml_setup_instruments.result
@@ -16,7 +16,9 @@ wait/synch/mutex/sql/LOCK_crypt YES YES
wait/synch/mutex/sql/LOCK_delayed_create YES YES
select * from performance_schema.setup_instruments
where name like 'Wait/Synch/Rwlock/sql/%'
- and name not in ('wait/synch/rwlock/sql/CRYPTO_dynlock_value::lock')
+ and name not in (
+'wait/synch/rwlock/sql/CRYPTO_dynlock_value::lock',
+'wait/synch/rwlock/sql/LOCK_named_pipe_full_access_group')
order by name limit 10;
NAME ENABLED TIMED
wait/synch/rwlock/sql/Binlog_relay_IO_delegate::lock YES YES