~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to storage/innobase/fsp/fsp0fsp.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
802
802
 
803
803
        buf_block_align(page)->check_index_page_at_flush = FALSE;
804
804
 
805
 
#ifdef UNIV_BASIC_LOG_DEBUG
806
 
        memset(page, 0xff, UNIV_PAGE_SIZE);
807
 
#endif
808
 
        mach_write_to_8(page + UNIV_PAGE_SIZE - FIL_PAGE_END_LSN_OLD_CHKSUM,
809
 
                        ut_dulint_zero);
810
 
        mach_write_to_8(page + FIL_PAGE_LSN, ut_dulint_zero);
 
805
        memset(page, 0, UNIV_PAGE_SIZE);
811
806
}
812
807
 
813
808
/***************************************************************