mirror of
https://github.com/MariaDB/server.git
synced 2025-09-08 06:27:57 +03:00
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.
56 lines
1.7 KiB
Modula-2
56 lines
1.7 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
sizing_off: not updated for 10.0 yet
|
|
sizing_med: not updated for 10.0 yet
|
|
sizing_low: not updated for 10.0 yet
|
|
sizing_high: not updated for 10.0 yet
|
|
sizing_growth: not updated for 10.0 yet
|
|
sizing_default: not updated for 10.0 yet
|
|
|
|
binlog_edge_mix: needs slave_relay_log_info
|
|
binlog_edge_row: needs slave_relay_log_info
|
|
binlog_edge_stmt: needs slave_relay_log_info
|
|
binlog_ok_mix: needs slave_relay_log_info
|
|
binlog_ok_row: needs slave_relay_log_info
|
|
binlog_ok_stmt: needs slave_relay_log_info
|
|
|
|
server_init : Nirbhay TODO: Fix the test
|
|
show_sanity:
|
|
threads_mysql_freebsd:
|
|
|
|
transaction_gtid: needs to be updated for MariaDB gtids
|
|
|
|
ddl_replication_connection_status: todo
|
|
dml_replication_connection_status: todo
|
|
|
|
dml_replication_group_member_stats: todo?
|
|
ddl_replication_group_member_stats: todo?
|
|
ddl_replication_group_members: todo?
|
|
dml_replication_group_members: todo?
|
|
replication_group_members: todo?
|
|
replication_group_member_stats: todo?
|
|
rpl_group_member_stats: todo?
|
|
rpl_group_members: todo?
|
|
|
|
ddl_session_variables: todo
|
|
ddl_global_variables: todo
|
|
ddl_variables_by_thread: todo
|
|
dml_global_variables: todo
|
|
dml_session_variables: todo
|
|
dml_variables_by_thread: todo
|
|
variables_by_thread: todo
|
|
show_coverage: todo
|
|
show_misc: todo
|
|
show_plugin: todo
|
|
|
|
status_reprepare:why P_S filters out Com_* variables?
|