mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Merge from innodb-branches-innodb+ (2)
This commit is contained in:
commit
c7525a0130
39 changed files with 2827 additions and 1408 deletions
|
|
@ -347,7 +347,7 @@ mem_heap_create_block(
|
|||
return(NULL);
|
||||
}
|
||||
} else {
|
||||
buf_block = buf_block_alloc(0);
|
||||
buf_block = buf_block_alloc(NULL, 0);
|
||||
}
|
||||
|
||||
block = (mem_block_t*) buf_block->frame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue