My Project
Public Member Functions
Previous_gtids_log_event Class Reference
Inheritance diagram for Previous_gtids_log_event:
Log_event

List of all members.

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)

Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines