| | | currently processing. | +---------------------+------------------------------------------------------+ | Relay_Log_Pos | Position up to which the SQL thread has finished | | | processing in the current relay log file. | +---------------------+------------------------------------------------------+ | Relay_Master_Log_Fi | Name of the primary binary log file that contains | | e | the most recent event executed by the SQL thread. | +---------------------+------------------------------------------------------+ | Slave_IO_Running | Whether the replica I/O thread is running and | | | connected (Yes), running but not connected to a | | | primary (Connecting) or not running (No). | +---------------------+------------------------------------------------------+ | Slave_SQL_Running | Whether or not the SQL thread is running. | +---------------------+------------------------------------------------------+ | Replicate_Rewrite_D | Databases specified for replicating and rewriting | | | with the replicate_rewrite_db option. Added in | | | MariaDB 10.11 | +---------------------+------------------------------------------------------+ | Replicate_Do_DB | Databases specified for replicating with the | | | replicate_do_db option. | +---------------------+------------------------------------------------------+ | Replicate_Ignore_DB | Databases specified for ignoring with the | | | replicate_ignore_db option. | +---------------------+------------------------------------------------------+ | Replicate_Do_Table | Tables specified for replicating with the | | | replicate_do_table option. | +---------------------+------------------------------------------------------+ | Replicate_Ignore_Ta | Tables specified for ignoring with the | | le | replicate_ignore_table option. | +---------------------+------------------------------------------------------+ | Replicate_Wild_Do_T | Tables specified for replicating with the | | ble | replicate_wild_do_table option. | +---------------------+------------------------------------------------------+ | Replicate_Wild_Igno | Tables specified for ignoring with the | | e_Table | replicate_wild_ignore_table option. | +---------------------+------------------------------------------------------+ | Last_Errno | Alias for Last_SQL_Errno (see below) | +---------------------+------------------------------------------------------+ | Last Error | Alias for Last_SQL_Error (see below) | +---------------------+------------------------------------------------------+ | Skip_Counter | Number of events that a replica skips from the | | | master, as recorded in the sql_slave_skip_counter | | | system variable. | +---------------------+------------------------------------------------------+ | Exec_Master_Log_Pos | Position up to which the SQL thread has processed | | | in the current master binary log file. Can be used | | | to start a new replica from a current replica with | | | the CHANGE MASTER TO ... MASTER_LOG_POS option. | +---------------------+------------------------------------------------------+ | Relay_Log_Space | Total size of all relay log files combined. | +---------------------+------------------------------------------------------+ | Until_Condition | p#ˆR