Commit 5adbda94 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:3737], fix setting min dsn for basement node

git-svn-id: file:///svn/toku/tokudb@32907 c7de825b-a66e-492c-adef-691d508d4ae1
parent e34e06c1
......@@ -813,7 +813,7 @@ BASEMENTNODE toku_create_empty_bn(void) {
BASEMENTNODE toku_create_empty_bn_no_buffer(void) {
BASEMENTNODE XMALLOC(bn);
bn->max_dsn_applied.dsn = 0;
bn->max_dsn_applied = MIN_DSN;
bn->max_msn_applied.msn = 0;
bn->buffer = NULL;
bn->n_bytes_in_buffer = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment