~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/mtr/mtr0log.cc

  • Committer: Mark Atwood
  • Date: 2011-08-01 05:22:14 UTC
  • mfrom: (1919.3.53 drizzle_pbms)
  • Revision ID: me@mark.atwood.name-20110801052214-3wdsx3xgld6b5v4f
mergeĀ lp:~barry-leslie/drizzle/drizzle_pbms

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
        ptr += 2;
409
409
 
410
410
        if (UNIV_UNLIKELY(offset >= UNIV_PAGE_SIZE)
411
 
            || UNIV_UNLIKELY(len + offset > UNIV_PAGE_SIZE)) {
 
411
                        || UNIV_UNLIKELY(len + offset) > UNIV_PAGE_SIZE) {
412
412
                recv_sys->found_corrupt_log = TRUE;
413
413
 
414
414
                return(NULL);