mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
P_S 5.7.28
This commit is contained in:
@ -50,8 +50,14 @@ from performance_schema.file_summary_by_event_name
|
||||
where event_name like "%binlog%" order by event_name;
|
||||
EVENT_NAME COUNT_READ COUNT_WRITE SUM_NUMBER_OF_BYTES_READ SUM_NUMBER_OF_BYTES_WRITE
|
||||
wait/io/file/sql/binlog MANY MANY MANY MANY
|
||||
<<<<<<< HEAD
|
||||
wait/io/file/sql/binlog_index MANY MANY MANY MANY
|
||||
wait/io/file/sql/binlog_state NONE NONE NONE NONE
|
||||
=======
|
||||
wait/io/file/sql/binlog_cache NONE NONE NONE NONE
|
||||
wait/io/file/sql/binlog_index MANY NONE MANY NONE
|
||||
wait/io/file/sql/binlog_index_cache NONE NONE NONE NONE
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
select
|
||||
EVENT_NAME,
|
||||
if (count_star > 0, "MANY", "NONE") as COUNT_STAR
|
||||
@ -62,11 +68,24 @@ where event_name like "%MYSQL_BIN_LOG%"
|
||||
and event_name not like "%MYSQL_BIN_LOG::COND_xid_list"
|
||||
order by event_name;
|
||||
EVENT_NAME COUNT_STAR
|
||||
<<<<<<< HEAD
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_bin_log_updated MANY
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> 258e16fa2de... WIP 5.7 P_S
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_queue_busy NONE
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_relay_log_updated NONE
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_background_thread MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos MANY
|
||||
=======
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done NONE
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond NONE
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue MANY
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xid_list MANY
|
||||
"Expect no slave relay log"
|
||||
@ -77,7 +96,9 @@ select * from performance_schema.file_summary_by_event_name
|
||||
where event_name like "%relaylog%" order by event_name;
|
||||
EVENT_NAME COUNT_STAR SUM_TIMER_WAIT MIN_TIMER_WAIT AVG_TIMER_WAIT MAX_TIMER_WAIT COUNT_READ SUM_TIMER_READ MIN_TIMER_READ AVG_TIMER_READ MAX_TIMER_READ SUM_NUMBER_OF_BYTES_READ COUNT_WRITE SUM_TIMER_WRITE MIN_TIMER_WRITE AVG_TIMER_WRITE MAX_TIMER_WRITE SUM_NUMBER_OF_BYTES_WRITE COUNT_MISC SUM_TIMER_MISC MIN_TIMER_MISC AVG_TIMER_MISC MAX_TIMER_MISC
|
||||
wait/io/file/sql/relaylog 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
wait/io/file/sql/relaylog_cache 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
wait/io/file/sql/relaylog_index 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
wait/io/file/sql/relaylog_index_cache 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
select * from performance_schema.events_waits_summary_global_by_event_name
|
||||
where event_name like "%MYSQL_RELAY_LOG%"
|
||||
and event_name not like "%MYSQL_RELAY_LOG::update_cond"
|
||||
@ -135,8 +156,14 @@ from performance_schema.file_summary_by_event_name
|
||||
where event_name like "%binlog%" order by event_name;
|
||||
EVENT_NAME COUNT_READ COUNT_WRITE SUM_NUMBER_OF_BYTES_READ SUM_NUMBER_OF_BYTES_WRITE
|
||||
wait/io/file/sql/binlog MANY MANY MANY MANY
|
||||
<<<<<<< HEAD
|
||||
wait/io/file/sql/binlog_index MANY MANY MANY MANY
|
||||
wait/io/file/sql/binlog_state NONE NONE NONE NONE
|
||||
=======
|
||||
wait/io/file/sql/binlog_cache NONE NONE NONE NONE
|
||||
wait/io/file/sql/binlog_index MANY NONE MANY NONE
|
||||
wait/io/file/sql/binlog_index_cache NONE NONE NONE NONE
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
select
|
||||
EVENT_NAME,
|
||||
if (count_star > 0, "MANY", "NONE") as COUNT_STAR
|
||||
@ -147,11 +174,24 @@ where event_name like "%MYSQL_BIN_LOG%"
|
||||
and event_name not like "%MYSQL_BIN_LOG::COND_xid_list"
|
||||
order by event_name;
|
||||
EVENT_NAME COUNT_STAR
|
||||
<<<<<<< HEAD
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_bin_log_updated NONE
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> 258e16fa2de... WIP 5.7 P_S
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_queue_busy NONE
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_relay_log_updated NONE
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_background_thread MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos MANY
|
||||
=======
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::COND_done NONE
|
||||
wait/synch/cond/sql/MYSQL_BIN_LOG::prep_xids_cond NONE
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_binlog_end_pos MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_commit_queue MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_done MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_flush_queue MANY
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_index MANY
|
||||
wait/synch/mutex/sql/MYSQL_BIN_LOG::LOCK_xid_list MANY
|
||||
"Expect a slave relay log"
|
||||
@ -182,7 +222,13 @@ from performance_schema.file_summary_by_event_name
|
||||
where event_name like "%relaylog%" order by event_name;
|
||||
EVENT_NAME COUNT_READ COUNT_WRITE SUM_NUMBER_OF_BYTES_READ SUM_NUMBER_OF_BYTES_WRITE
|
||||
wait/io/file/sql/relaylog MANY MANY MANY MANY
|
||||
<<<<<<< HEAD
|
||||
wait/io/file/sql/relaylog_index MANY MANY MANY MANY
|
||||
=======
|
||||
wait/io/file/sql/relaylog_cache NONE NONE NONE NONE
|
||||
wait/io/file/sql/relaylog_index MANY NONE NONE NONE
|
||||
wait/io/file/sql/relaylog_index_cache NONE NONE NONE NONE
|
||||
>>>>>>> merge-perfschema-5.7
|
||||
select
|
||||
EVENT_NAME,
|
||||
if (count_star > 0, "MANY", "NONE") as COUNT_STAR
|
||||
|
Reference in New Issue
Block a user