MDEV-14545 Backup fails due to MLOG_INDEX_LOAD record

- Fixed the asan failure of the unsupported_redo test case
parent 27c54b77
......@@ -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;
}
......
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