~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/buf/buf0buf.c

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
751
751
 
752
752
                buf_block_init(block, frame);
753
753
 
754
 
#ifdef HAVE_purify
 
754
#ifdef HAVE_VALGRIND
755
755
                /* Wipe contents of frame to eliminate a Purify warning */
756
756
                memset(block->frame, '\0', UNIV_PAGE_SIZE);
757
757
#endif