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:
@ -3,7 +3,7 @@
|
||||
#include "rpl_record_old.h"
|
||||
|
||||
my_size_t
|
||||
pack_row_old(THD *thd, TABLE *table, MY_BITMAP const* cols,
|
||||
pack_row_old(TABLE *table, MY_BITMAP const* cols,
|
||||
byte *row_data, const byte *record)
|
||||
{
|
||||
Field **p_field= table->field, *field;
|
||||
|
Reference in New Issue
Block a user