mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
git-svn-id: file:///svn/toku/tokudb@14113 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
3ab3cbbfcc
commit
b63de170d5
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ int toku_serialize_brtnode_to (int fd, BLOCKNUM blocknum, BRTNODE node, struct b
|
|||
assert(w.ndone==calculated_size);
|
||||
toku_free(buf);
|
||||
toku_free(compressed_buf);
|
||||
node->dirty = 0; // See #1957. Must set the node to be clean after serializing it so that it doesn't get written again on the next checkpoint or eviction.
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue