mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-16437: merge 5.7 P_S replication instrumentation and tables
Merge 'replication_applier_status_by_coordinator' table. This table captures SQL_THREAD status in case of both single threaded and multi threaded slave configuration. When multi_source replication is enabled this table will display each source specific SQL_THREAD status. Added new columns for: - LAST_SEEN_TRANSACTION - LAST_TRANS_RETRY_COUNT
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/binlog_start_pos.inc
|
||||
--let $rpl_server_count= 0
|
||||
|
||||
@@ -263,6 +264,12 @@ let $condition= = 'Waiting for master to send event';
|
||||
--let $all_slaves_status=
|
||||
--echo #
|
||||
|
||||
--echo #
|
||||
--echo # MDEV:16437: merge 5.7 P_S replication instrumentation and tables
|
||||
--echo #
|
||||
--replace_column 2 #
|
||||
query_vertical SELECT * FROM performance_schema.replication_applier_status_by_coordinator;
|
||||
|
||||
--sorted_result
|
||||
select * from db1.t1;
|
||||
|
||||
|
Reference in New Issue
Block a user