Commit b3ae1fb3 authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

[t:2892] Comment change only.

git-svn-id: file:///svn/toku/tokudb@25769 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2cede616
......@@ -1663,6 +1663,7 @@ brt_leaf_put_cmd (BRT t, BRTNODE node, BRT_MSG cmd,
case BRT_OPTIMIZE_FOR_UPGRADE:
node->dirty = 1;
node->u.l.optimized_for_upgrade = *((uint32_t*)(cmd->u.id.val->data)); // record version of software that sent the optimize_for_upgrade message
// fall through so that optimize_for_upgrade performs rest of the optimize logic
case BRT_OPTIMIZE:
// Apply to all leafentries
idx = 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