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

refs #5464 zero out mutex


git-svn-id: file:///svn/toku/tokudb@48376 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4a3d00a1
...@@ -169,6 +169,7 @@ static void test_mergesort_row_array (void) { ...@@ -169,6 +169,7 @@ static void test_mergesort_row_array (void) {
static void test_read_write_rows (char *tf_template) { static void test_read_write_rows (char *tf_template) {
struct ft_loader_s bl; struct ft_loader_s bl;
ZERO_STRUCT(bl);
bl.temp_file_template = tf_template; bl.temp_file_template = tf_template;
int r = ft_loader_init_file_infos(&bl.file_infos); int r = ft_loader_init_file_infos(&bl.file_infos);
CKERR(r); CKERR(r);
......
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