#At file:///home/svoj/devel/innodb-snapshots/mysql-5.1-bugteam/ based on revid:svoj@stripped
3509 Sergey Vojtovich 2010-04-01
Applying InnoDB snapshot
Detailed revision comments:
r6727 | marko | 2010-02-17 18:50:20 +0200 (Wed, 17 Feb 2010) | 2 lines
branches/zip: fsp_init_file_page_low(): Declare the page uninitialized
for Valgrind.
modified:
storage/innodb_plugin/fsp/fsp0fsp.c
=== modified file 'storage/innodb_plugin/fsp/fsp0fsp.c'
--- a/storage/innodb_plugin/fsp/fsp0fsp.c 2010-04-01 11:01:56 +0000
+++ b/storage/innodb_plugin/fsp/fsp0fsp.c 2010-04-01 11:58:03 +0000
@@ -872,6 +872,7 @@ fsp_init_file_page_low(
#ifdef UNIV_BASIC_LOG_DEBUG
memset(page, 0xff, UNIV_PAGE_SIZE);
#endif
+ UNIV_MEM_INVALID(page, UNIV_PAGE_SIZE);
mach_write_to_4(page + FIL_PAGE_OFFSET, buf_block_get_page_no(block));
memset(page + FIL_PAGE_LSN, 0, 8);
mach_write_to_4(page + FIL_PAGE_ARCH_LOG_NO_OR_SPACE_ID,
Attachment: [text/bzr-bundle] bzr/svoj@sun.com-20100401115803-1l6y022qw9x9d8q9.bundle
Thread |
---|
• bzr commit into mysql-5.1-bugteam branch (svoj:3509) | Sergey Vojtovich | 1 Apr |