Skip to content
Permalink
Browse files
MDEV-14545 Backup fails due to MLOG_INDEX_LOAD record
- Fixed the asan failure of the unsupported_redo test case
  • Loading branch information
Thirunarayanan committed Mar 16, 2018
1 parent 27c54b7 commit 6d1d5c3
Showing 1 changed file with 2 additions and 0 deletions.
@@ -480,10 +480,12 @@ static bool backup_includes(space_id_t space_id)
"backup operation.\n");
}

datafiles_iter_free(it);
return false;
}
}

datafiles_iter_free(it);
return true;
}

0 comments on commit 6d1d5c3

Please sign in to comment.