~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/replicator/replicator.cc

merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
static bool write_to_disk(int file, drizzle::EventList *list)
34
34
{
35
35
  std::string buffer;
36
 
  uint64_t length;
 
36
  size_t length;
37
37
  size_t written;
38
38
 
39
39
  list->SerializePartialToString(&buffer);