mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
git-svn-id: file:///svn/tokudb.1131b+1080a@6160 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
34b4ceec63
commit
6818460aa6
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ void toku_brtheader_free (struct brt_header *h) {
|
|||
|
||||
int toku_brtheader_close (CACHEFILE cachefile, void *header_v) {
|
||||
struct brt_header *h = header_v;
|
||||
printf("%s:%d allocated_limit=%lu writing queue to %lu\n", __FILE__, __LINE__,
|
||||
block_allocator_allocated_limit(h->block_allocator), h->unused_blocks.b*h->nodesize);
|
||||
//printf("%s:%d allocated_limit=%lu writing queue to %lu\n", __FILE__, __LINE__,
|
||||
// block_allocator_allocated_limit(h->block_allocator), h->unused_blocks.b*h->nodesize);
|
||||
if (h->dirty) {
|
||||
toku_serialize_brt_header_to(toku_cachefile_fd(cachefile), h);
|
||||
toku_serialize_fifo_at(toku_cachefile_fd(cachefile), block_allocator_allocated_limit(h->block_allocator), h->fifo);
|
||||
|
|
Loading…
Add table
Reference in a new issue