mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
refs #5507 another test fix (sigh)
git-svn-id: file:///svn/toku/tokudb@48055 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
e078101750
commit
f86a93211d
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ void checkpointer_test::test_end_checkpoint() {
|
|||
// 2. Add data before running checkpoint.
|
||||
const uint32_t count = 6;
|
||||
ctpair pairs[count];
|
||||
ZERO_ARRAY(pairs);
|
||||
add_pairs(&cf, pairs, count / 2, 0);
|
||||
assert(m_cp.m_list->m_n_in_table == count / 2);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue