Commit 5d559871 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3164 fix changeset 27062 refs[t:3164]

git-svn-id: file:///svn/toku/tokudb@27073 c7de825b-a66e-492c-adef-691d508d4ae1
parent 31260a71
......@@ -2443,7 +2443,9 @@ static int toku_loader_write_brt_from_q (BRTLOADER bl,
update_maxkey(&maxkey, &key); // set the new maxkey to the current key
}
result = copy_maxkey(&maxkey); // make a copy of maxkey before the rowset is destroyed
r = copy_maxkey(&maxkey); // make a copy of maxkey before the rowset is destroyed
if (result == 0)
result = r;
destroy_rowset(output_rowset);
toku_free(output_rowset);
......
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