mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge branch '10.3' into 10.4
This commit is contained in:
commit
93ac7ae70f
217 changed files with 6122 additions and 1986 deletions
|
|
@ -16,7 +16,9 @@ wait/synch/mutex/sql/LOCK_after_binlog_sync YES YES
|
|||
wait/synch/mutex/sql/LOCK_audit_mask 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/LOCK_all_status_vars YES YES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue