Remove unused struct
The BINLOG_EVENT_DESC struct wasn't used.
This commit is contained in:
@ -37,14 +37,6 @@ typedef struct rep_header
|
||||
uint16_t flags; /*< Event flags */
|
||||
} REP_HEADER;
|
||||
|
||||
/** Format Description event info */
|
||||
typedef struct binlog_event_desc
|
||||
{
|
||||
unsigned long long event_pos;
|
||||
uint8_t event_type;
|
||||
time_t event_time;
|
||||
} BINLOG_EVENT_DESC;
|
||||
|
||||
int blr_file_get_next_binlogname(const char *binlog_name);
|
||||
bool binlog_next_file_exists(const char* binlogdir, const char* binlog);
|
||||
uint32_t extract_field(uint8_t *src, int bits);
|
||||
|
||||
Reference in New Issue
Block a user