~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/replicator/replicator.cc

  • Committer: Monty Taylor
  • Date: 2008-12-15 20:20:07 UTC
  • mto: This revision was merged to the branch mainline in revision 685.
  • Revision ID: monty@bitters-20081215202007-cvqg4fppmtsaumdb
Fixed a 64-bit casting issue.

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