1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-01 17:39:21 +03:00
Files
mariadb/mysql-test/suite
Sujatha 94f1d0f84d MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_worker
Step1:
=====
Backport 'replication_applier_status_by_worker' from upstream.

Iterate through rpl_parallel_thread_pool and display slave worker thread
specific information as part of 'replication_applier_status_by_worker'
table.

---------------------------------------------------------------------------
|Column Name:           |        Description:                             |
|-------------------------------------------------------------------------|
|                       |                                                 |
|CHANNEL_NAME           | Name of replication channel through which the   |
|                       | transaction is received.                        |
|                       |                                                 |
|THREAD_ID              | Thread_Id as displayed in 'performance_schema.  |
|                       | threads' table for thread with name             |
|                       | 'thread/sql/rpl_parallel_thread'                |
|                       |                                                 |
|                       | THREAD_ID will be NULL when worker threads are  |
|                       | stopped due to an error/force stop              |
|                       |                                                 |
|SERVICE_STATE          | Thread is running or not                        |
|                       |                                                 |
|LAST_SEEN_TRANSACTION  | Last GTID executed by worker                    |
|                       |                                                 |
|LAST_ERROR_NUMBER      | Last Error that occured on a particular worker  |
|                       |                                                 |
|LAST_ERROR_MESSAGE     | Last error specific message                     |
|                       |                                                 |
|LAST_ERROR_TIMESTAMP   | Time stamp of last error                        |
|                       |                                                 |
---------------------------------------------------------------------------

CHANNEL_NAME will be empty when the worker has not processed any
transaction. Channel_name points to valid source channel_name when it is
processing a transaction/event group.
2021-04-08 17:19:51 +05:30
..
2021-03-31 12:04:50 +03:00
2021-03-11 20:20:07 +02:00
2021-04-08 10:11:36 +03:00
2021-03-20 18:40:07 +02:00
2021-03-26 11:50:32 +02:00
2021-04-08 10:11:36 +03:00
2021-04-08 10:11:36 +03:00
2021-04-08 10:11:36 +03:00
2021-04-08 10:11:36 +03:00
2021-03-31 12:04:50 +03:00
2021-03-31 12:04:50 +03:00
2021-03-26 11:50:32 +02:00
2021-04-08 10:11:36 +03:00
2021-03-08 10:51:31 +02:00
2021-03-26 11:50:32 +02:00
2021-03-31 12:04:50 +03:00
2021-03-27 18:03:03 +02:00
2021-03-18 16:22:51 +02:00