Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
1e6fba7a
Commit
1e6fba7a
authored
Feb 17, 2010
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: fsp_init_file_page_low(): Declare the page uninitialized
for Valgrind.
parent
3f607a38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
fsp/fsp0fsp.c
fsp/fsp0fsp.c
+1
-0
No files found.
fsp/fsp0fsp.c
View file @
1e6fba7a
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment