mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
refs #5464 zero out mutex
git-svn-id: file:///svn/toku/tokudb@48376 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
3755595c86
commit
a802af97c0
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue