Commit d4002ffc authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5507 another test fix


git-svn-id: file:///svn/toku/tokudb@48054 c7de825b-a66e-492c-adef-691d508d4ae1
parent 94b65b74
...@@ -154,6 +154,7 @@ void checkpointer_test::test_pending_bits() { ...@@ -154,6 +154,7 @@ void checkpointer_test::test_pending_bits() {
// //
const uint32_t count = 3; const uint32_t count = 3;
ctpair pairs[count]; ctpair pairs[count];
ZERO_ARRAY(pairs);
add_pairs(&cf, pairs, count, 0); add_pairs(&cf, pairs, count, 0);
m_cp.turn_on_pending_bits(); m_cp.turn_on_pending_bits();
......
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