mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Next part of merge. See TODO for details
This commit is contained in:
parent
b39e6e3d09
commit
60589aeee0
701 changed files with 138234 additions and 2250 deletions
|
|
@ -22,9 +22,6 @@ select count(name) from mutex_instances
|
|||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/mysys/THR_LOCK_open";
|
||||
|
||||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/mysys/THR_LOCK_isam";
|
||||
|
||||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/mysys/THR_LOCK_myisam";
|
||||
|
||||
|
|
@ -52,6 +49,9 @@ select count(name) from mutex_instances
|
|||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/sql/LOCK_thread_count";
|
||||
|
||||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/sql/LOCK_log_throttle_qni";
|
||||
|
||||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/sql/LOCK_status";
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ select count(name) from mutex_instances
|
|||
where name like "wait/synch/mutex/sql/LOCK_delayed_insert";
|
||||
|
||||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/sql/LOCK_uuid_short_generator";
|
||||
where name like "wait/synch/mutex/sql/LOCK_uuid_generator";
|
||||
|
||||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/sql/LOCK_delayed_status";
|
||||
|
|
@ -97,9 +97,6 @@ select count(name) from mutex_instances
|
|||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/sql/LOCK_server_started";
|
||||
|
||||
select count(name) from mutex_instances
|
||||
where name like "wait/synch/mutex/sql/LOCK_rpl_status";
|
||||
|
||||
# LOG_INFO object are created on demand, and are not global.
|
||||
# select count(name) from mutex_instances
|
||||
# where name like "wait/synch/mutex/sql/LOG_INFO::lock";
|
||||
|
|
@ -170,9 +167,6 @@ select count(name) from cond_instances
|
|||
select count(name) from cond_instances
|
||||
where name like "wait/synch/cond/sql/COND_flush_thread_cache";
|
||||
|
||||
select count(name) from cond_instances
|
||||
where name like "wait/synch/cond/sql/COND_rpl_status";
|
||||
|
||||
select count(name) from cond_instances
|
||||
where name like "wait/synch/cond/sql/Query_cache::COND_cache_status_changed";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue