| MySQL 5.6.14 Source Code Document
    | 
#include <rpl_reporting.h>
| Public Member Functions | |
| void | clear () | 
| void | update_timestamp () | 
| Public Attributes | |
| uint32 | number | 
| char | message [MAX_SLAVE_ERRMSG] | 
| char | timestamp [16] | 
| Friends | |
| class | Slave_reporting_capability | 
Error information structure.
Definition at line 85 of file rpl_reporting.h.
| char Slave_reporting_capability::Error::message[MAX_SLAVE_ERRMSG] | 
Error message
Definition at line 124 of file rpl_reporting.h.
| uint32 Slave_reporting_capability::Error::number | 
Error code
Definition at line 122 of file rpl_reporting.h.
| char Slave_reporting_capability::Error::timestamp[16] | 
Error timestamp as string
Definition at line 126 of file rpl_reporting.h.