Bug #75827 View_change_event description on control_events.h is outdated
Submitted: 9 Feb 2015 18:07 Modified: 25 Mar 2015 16:59
Reporter: Pedro Gomes Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[9 Feb 2015 18:07] Pedro Gomes
Description:
In the control_events.h file the description of the View_change_event
class is outdated.
The class now possesses a written_to_binlog field that marks if the
class was written already to the binlog.
This field is not described in the class description,  

How to repeat:
Look at the class fields in comparison with the description.

Suggested fix:
Add a entry for the new field.