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

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