Merge from innodb-branches-innodb+ (2)

This commit is contained in:
Vasil Dimov 2010-04-19 20:53:16 +03:00
commit c7525a0130
39 changed files with 2827 additions and 1408 deletions

View file

@ -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;