My Project
|
#include <log_event.h>
Public Member Functions | |
void | print (FILE *file, PRINT_EVENT_INFO *print_event_info) |
Xid_log_event (const char *buf, const Format_description_log_event *description_event) | |
Log_event_type | get_type_code () |
int | get_data_size () |
bool | is_valid () const |
virtual bool | ends_group () |
Public Attributes | |
my_xid | xid |
Logs xid of the transaction-to-be-committed in the 2pc protocol. Has no meaning in replication, slaves ignore it.
Xid_log_event::Xid_log_event | ( | const char * | buf, |
const Format_description_log_event * | description_event | ||
) |