summaryrefslogtreecommitdiff
path: root/mysql-test/suite/multi_source/simple.test
diff options
context:
space:
mode:
authorSujatha <sujatha.sivakumar@mariadb.com>2020-11-24 17:22:47 +0530
committerSujatha <sujatha.sivakumar@mariadb.com>2020-11-24 17:22:47 +0530
commitae51d2b279c4d5b71c7cac7395a916649951a8df (patch)
tree941b412b5fbffa48760d8a6a790a0a9efdd9e821 /mysql-test/suite/multi_source/simple.test
parent0a501de2edf6c2bd81333fa8af1f1303186b27ed (diff)
downloadmariadb-git-10.6-MDEV-16437.tar.gz
MDEV-16437: merge 5.7 P_S replication instrumentation and tables10.6-MDEV-16437
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. Replaced following columns: - CHANNEL_NAME with CONNECTION_NAME Added new columns for: - LAST_SEEN_TRANSACTION - LAST_TRANS_RETRY_COUNT
Diffstat (limited to 'mysql-test/suite/multi_source/simple.test')
-rw-r--r--mysql-test/suite/multi_source/simple.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/multi_source/simple.test b/mysql-test/suite/multi_source/simple.test
index 8c25f8be917..2ef6f451cf6 100644
--- a/mysql-test/suite/multi_source/simple.test
+++ b/mysql-test/suite/multi_source/simple.test
@@ -57,6 +57,12 @@ select * from performance_schema.replication_connection_configuration;
# Ensure that start all slaves doesn't do anything as all slaves are started
start all slaves;
+--echo #
+--echo # MDEV:16437: merge 5.7 P_S replication instrumentation and tables
+--echo #
+--replace_column 2 #
+select * from performance_schema.replication_applier_status_by_coordinator;
+
stop slave 'slave1';
--replace_result $SERVER_MYPORT_1 MYPORT_1 $SERVER_MYPORT_2 MYPORT_2 $read_master_log_pos <read_master_log_pos> $relay_log_pos <relay_log_pos> $relay_log_space1 <relay_log_space1> $relay_log_space2 <relay_log_space2>