~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log.cc

  • Committer: Monty Taylor
  • Date: 2010-11-25 17:49:44 UTC
  • mfrom: (1948.1.8 bug675395)
  • mto: This revision was merged to the branch mainline in revision 1955.
  • Revision ID: mordred@inaugust.com-20101125174944-ql08udmvxs41qrib
Merge Monty - fix configure tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                    " bytes at offset %" PRId64 ", but only wrote %" PRId32 " bytes.  Error: %s\n"), 
217
217
                  static_cast<int64_t>(data_length),
218
218
                  static_cast<int64_t>(cur_offset),
219
 
                  static_cast<int64_t>(written), 
 
219
                  static_cast<int32_t>(written), 
220
220
                  errmsg);
221
221
    state= CRASHED;
222
222
    /*