mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#2735: Refactor replication
Factoring out pack_row() and unpack_row() into new files rpl_record.{cc,h}.
This commit is contained in:
@ -1043,9 +1043,6 @@ public:
|
||||
return (length+max_row_length_blob(table,data));
|
||||
}
|
||||
|
||||
my_size_t pack_row(TABLE* table, MY_BITMAP const* cols, byte *row_data,
|
||||
const byte *data) const;
|
||||
|
||||
int binlog_flush_pending_rows_event(bool stmt_end);
|
||||
void binlog_delete_pending_rows_event();
|
||||
|
||||
|
Reference in New Issue
Block a user