1
0
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:
mats@romeo.(none)
2007-04-13 14:55:28 +02:00
parent 6044deb72e
commit 84ec7be2c7
12 changed files with 368 additions and 282 deletions

View File

@ -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();