2074
2074
DUP_NAME= 2 // if constructor should dup the string argument
2080
2080
Rotate_log_event(const char* new_log_ident_arg,
2083
2083
void pack_info(Protocol* protocol);
2085
2085
Rotate_log_event(const char* buf, uint32_t event_len,
2086
2086
const Format_description_log_event* description_event);
2092
2087
Log_event_type get_type_code() { return ROTATE_EVENT;}
2093
2088
int get_data_size() { return ident_len + ROTATE_HEADER_LEN;}
2095
2090
bool write(IO_CACHE* file);