mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge branch '5.5' into 10.0
This commit is contained in:
commit
1acfa942ed
154 changed files with 3475 additions and 1793 deletions
|
|
@ -3691,15 +3691,6 @@ buf_page_init(
|
|||
/* Set the state of the block */
|
||||
buf_block_set_file_page(block, space, offset);
|
||||
|
||||
#ifdef UNIV_DEBUG_VALGRIND
|
||||
if (!space) {
|
||||
/* Silence valid Valgrind warnings about uninitialized
|
||||
data being written to data files. There are some unused
|
||||
bytes on some pages that InnoDB does not initialize. */
|
||||
UNIV_MEM_VALID(block->frame, UNIV_PAGE_SIZE);
|
||||
}
|
||||
#endif /* UNIV_DEBUG_VALGRIND */
|
||||
|
||||
buf_block_init_low(block);
|
||||
|
||||
block->lock_hash_val = lock_rec_hash(space, offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue