diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2019-01-24 19:26:34 +0100 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-01-28 17:49:53 +0400 |
commit | c2318291be7458238729ed80233ea71f1e6a62b8 (patch) | |
tree | 81adfc496da27bfff0d760a07ca7833e2f8e9832 /mysql-test | |
parent | 8b4fcc434d5e5afdac3068c9ef041e75f4255e79 (diff) | |
download | mariadb-git-c2318291be7458238729ed80233ea71f1e6a62b8.tar.gz |
MDEV-15135 - Make LOCK_show_status rwlock, to enable parallelism of
fill_status.
Also, remove LOCK_status around calc_sum_of_all_status()
Also, rename LOCK_show_status into LOCK_all_status_vars.
This reflects the variable the lock protects.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/perfschema/r/dml_setup_instruments.result | 2 |
1 files changed, 1 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 307c5c5366a..e43841c80ac 100644 --- a/mysql-test/suite/perfschema/r/dml_setup_instruments.result +++ b/mysql-test/suite/perfschema/r/dml_setup_instruments.result @@ -19,6 +19,7 @@ where name like 'Wait/Synch/Rwlock/sql/%' and name not in ('wait/synch/rwlock/sql/CRYPTO_dynlock_value::lock') order by name limit 10; NAME ENABLED TIMED +wait/synch/rwlock/sql/LOCK_all_status_vars YES YES wait/synch/rwlock/sql/LOCK_dboptions YES YES wait/synch/rwlock/sql/LOCK_grant YES YES wait/synch/rwlock/sql/LOCK_SEQUENCE YES YES @@ -28,7 +29,6 @@ wait/synch/rwlock/sql/LOCK_sys_init_connect YES YES wait/synch/rwlock/sql/LOCK_sys_init_slave YES YES wait/synch/rwlock/sql/LOGGER::LOCK_logger YES YES wait/synch/rwlock/sql/MDL_context::LOCK_waiting_for YES YES -wait/synch/rwlock/sql/MDL_lock::rwlock YES YES select * from performance_schema.setup_instruments where name like 'Wait/Synch/Cond/sql/%' and name not in ( |