slave_relay_log_info

Table comments: Relay Log Information

ColumnTypeNullDefault Comments
Number_of_lines int(10)No   Number of lines in the file or rows in the table. Used to version table definitions. 
Relay_log_name textNo   The name of the current relay log file. 
Relay_log_pos bigint(20)No   The relay log position of the last executed event. 
Master_log_name textNo   The name of the master binary log file from which the events in the relay log file were read. 
Master_log_pos bigint(20)No   The master log position of the last executed event. 
Sql_delay int(11)No   The number of seconds that the slave must lag behind the master. 
Number_of_workers int(10)No    
Id int(10)No   Internal Id that uniquely identifies this record. 

Indexes

No index defined!
KeynameTypeUniquePackedColumnCardinalityCollationNullComment
PRIMARYBTREEYesNoId0ANo