~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_rli.cc

  • Committer: Monty Taylor
  • Date: 2008-07-11 16:15:34 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711161534-rmjqifsyatf1pca8
Found one more issue...

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
      goto err;
254
254
    }
255
255
  }
256
 
  char llbuf1[22], llbuf2[22];
257
256
  assert(rli->event_relay_log_pos >= BIN_LOG_HEADER_SIZE);
258
257
  assert(my_b_tell(rli->cur_log) == rli->event_relay_log_pos);
259
258