Merge branch '3.0' into enh/refactorBackend

This commit is contained in:
yihaoDeng 2023-11-23 21:07:58 +08:00
parent 6129ebc294
commit 50f996bbf7
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ int32_t getCfIdx(const char* cfName) {
}
bool isValidCheckpoint(const char* dir) {
return true;
STaskDbWrapper* pDb = taskDbOpenImpl(NULL, NULL, (char*)dir);
if (pDb == NULL) {
return true;