Bug #46112 privileges required for SHOW MASTER STATUS
Submitted: 10 Jul 2009 13:21 Modified: 13 Jul 2009 17:30
Reporter: Scott Noyes Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:any OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[10 Jul 2009 13:21] Scott Noyes
Description:
Neither the SHOW MASTER STATUS page nor the GRANTS page indicate what privileges are required for SHOW MASTER STATUS

How to repeat:
http://dev.mysql.com/doc/refman/5.0/en/show-master-status.html
http://dev.mysql.com/doc/refman/5.0/en/grant.html

Suggested fix:
Mention on one of those pages that SHOW MASTER STATUS requires either SUPER or REPLICATION CLIENT.
[13 Jul 2009 17:30] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

Updated the page for SHOW MASTER STATUS to indicate the privilege information. (And also the page for SHOW SLAVE STATUS, which requires the same privileges.)