diff options
author | Leif Walsh <leif@tokutek.com> | 2012-09-20 16:10:20 +0000 |
---|---|---|
committer | Yoni Fogel <yoni@tokutek.com> | 2013-04-17 00:01:07 -0400 |
commit | 94b65b74a05b553be98831ca292ac0df3ff8ea05 (patch) | |
tree | ddc23b6b8ccf344ebdbe587f108fd1cafd59f599 /ft | |
parent | 156bb1230661ec3ff38d9c78cc130f6ce1e601ba (diff) | |
download | mariadb-git-94b65b74a05b553be98831ca292ac0df3ff8ea05.tar.gz |
refs #5507 another test fix
git-svn-id: file:///svn/toku/tokudb@48053 c7de825b-a66e-492c-adef-691d508d4ae1
Diffstat (limited to 'ft')
-rw-r--r-- | ft/tests/cachetable-checkpointer-class.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ft/tests/cachetable-checkpointer-class.cc b/ft/tests/cachetable-checkpointer-class.cc index aec4ba16e81..eb45b2db28b 100644 --- a/ft/tests/cachetable-checkpointer-class.cc +++ b/ft/tests/cachetable-checkpointer-class.cc @@ -131,6 +131,7 @@ void checkpointer_test::test_pending_bits() { attr.cache_pressure_size = 0; attr.is_valid = true; + ZERO_STRUCT(p); pair_init(&p, &cf, k, |