|
My Project
|
Public Member Functions | |
| Previous_gtids_log_event (const Gtid_set *set) | |
| int | pack_info (Protocol *) |
| Previous_gtids_log_event (const char *buffer, uint event_len, const Format_description_log_event *descr_event) | |
| Log_event_type | get_type_code () |
| bool | is_valid () const |
| int | get_data_size () |
| const uchar * | get_buf () |
| Return the encoded buffer, or NULL on error. | |
| char * | get_str (size_t *length, const Gtid_set::String_format *string_format) const |
| int | add_to_set (Gtid_set *gtid_set) const |
| Add all GTIDs from this event to the given Gtid_set. | |
| enum_skip_reason | do_shall_skip (Relay_log_info *rli) |
| char * Previous_gtids_log_event::get_str | ( | size_t * | length, |
| const Gtid_set::String_format * | string_format | ||
| ) | const |
Return the formatted string, or NULL on error.
The string is allocated using my_malloc and it is the responsibility of the caller to free it.
1.7.6.1