Bug #71731 help for SHOW MASTER LOGS should show the same a for SHOW BINARY LOGS
Submitted: 15 Feb 2014 10:51 Modified: 13 May 2019 15:28
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7.3-m13 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[15 Feb 2014 10:51] Daniël van Eeden
Description:
There is help info for SHOW BINARY LOGS, but there is no help info for SHOW MASTER LOGS.

How to repeat:
mysql> HELP SHOW MASTER LOGS

Nothing found
Please try to run 'help contents' for a list of all accessible topics

mysql> HELP SHOW BINARY LOGS
Name: 'SHOW BINARY LOGS'
Description:
Syntax:
SHOW BINARY LOGS
SHOW MASTER LOGS

Lists the binary log files on the server. This statement is used as
part of the procedure described in [HELP PURGE BINARY LOGS], that shows
how to determine which logs can be purged.

mysql> SHOW BINARY LOGS;
+---------------+-----------+
| Log_name      | File_size |
+---------------+-----------+
| binlog.000015 |    724935 |
| binlog.000016 |    733481 |
+---------------+-----------+

URL: http://dev.mysql.com/doc/refman/5.7/en/show-binary-logs.html
[15 Feb 2014 11:27] MySQL Verification Team
Hello Daniel,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[13 May 2019 15:28] Paul DuBois
Posted by developer:
 
Fixed. Updated help-table content will be included in subsequent MySQL distributions.