~stewart/drizzle/embedded-innodb-rnd-read

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_applier.cc

  • Committer: Stewart Smith
  • Date: 2010-04-03 05:03:17 UTC
  • mfrom: (1310.1.43)
  • Revision ID: stewart@flamingspork.com-20100403050317-d5l3aqqa2p411bos
Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  if (do_checksum)
126
126
  {
127
127
    checksum= drizzled::algorithm::crc32(
128
 
        reinterpret_cast<char *>(buffer) - message_byte_length, message_byte_length);
 
128
        buffer - message_byte_length, message_byte_length);
129
129
  }
130
130
 
131
131
  /* We always write in network byte order */