Bug #55401 Rpl_status status variable not documented
Submitted: 20 Jul 2010 13:37 Modified: 20 Jul 2010 14:36
Reporter: Shlomi Noach (OCA) Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.5 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any
Tags: Rpl_status

[20 Jul 2010 13:37] Shlomi Noach
Description:
In http://dev.mysql.com/doc/refman/5.5/en/server-status-variables.html#statvar_Rpl_status, it states:

The status of fail-safe replication (not yet implemented). 

However, in 5.5 it is implemented:
+---------------+-------------+
| Variable_name | Value       |
+---------------+-------------+
| Rpl_status    | AUTH_MASTER |
+---------------+-------------+

How to repeat:
n/a

Suggested fix:
Provide description on the Rpl_status variable.
[20 Jul 2010 14:00] Paul DuBois
Rpl_status is not implemented and is in fact being removed. See Bug#54649.
[20 Jul 2010 14:36] Shlomi Noach
Thanks