Bug #65929 Documentation needed for new query status codes Q_MASTER_DATA_WRITTEN_CODE/Q_INV
Submitted: 17 Jul 2012 22:30 Modified: 19 Feb 2013 17:59
Reporter: Alfie John Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any
Tags: documentation, replication

[17 Jul 2012 22:30] Alfie John
Description:
There is a block of documentation just above the Query_log_event class definition in sql/log_event.h.

The Q_X_CODE status codes are all documented except for Q_MASTER_DATA_WRITTEN_CODE and Q_INV.

How to repeat:
vi sql/log_event.h

Suggested fix:
 I think this block should be updated to include the new codes.

(and sort of on topic, shouldn't Q_INV be Q_INV_CODE to be consistent with all of the other query status codes)?

(and even more off topic, an update to MySQL Forge's "MySQL Internals Binary Log" page would be great too).
[18 Jul 2012 4:13] Valeriy Kravchuk
Thank you for the problem report.
[19 Feb 2013 17:59] Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html
[19 Feb 2013 18:15] Jon Stephens
Fixed in 5.7.1. 

This is related to internals so there are no end user facing changes to document.

Closed.