Bug #77579 Id column in relay log info file is documented wrongly
Submitted: 1 Jul 2015 11:08 Modified: 11 Aug 2015 19:41
Reporter: Venkatesh Duggirala Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6+ OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[1 Jul 2015 11:08] Venkatesh Duggirala
Description:
In https://dev.mysql.com/doc/refman/5.7/en/slave-logs-status.html page
When we are explaining about slave_relay_log_info columns and their description, 

Id was explained as "The number of seconds that the slave must lag the master" which is wrong.
It is internal id maintained for internal usage.

How to repeat:
See https://dev.mysql.com/doc/refman/5.7/en/slave-logs-status.html:slave_relay_log_info table description

Suggested fix:
Not exactly sure how to describe this internal id description in documentation.
But what ever is there is wrong and should be changed.
[1 Jul 2015 13:45] Sven Sandberg
Posted by developer:
 
This column always contains the value 1 (so it is meaningless).
[11 Aug 2015 19:41] Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.