one return success
This commit is contained in:
parent
cfe7c552bc
commit
86ddcac6d4
|
@ -14,12 +14,12 @@
|
|||
*/
|
||||
|
||||
#define _DEFAULT_SOURCE
|
||||
#include "crypt.h"
|
||||
#include "sdb.h"
|
||||
#include "sync.h"
|
||||
#include "tchecksum.h"
|
||||
#include "wal.h"
|
||||
#include "tglobal.h"
|
||||
#include "crypt.h"
|
||||
#include "wal.h"
|
||||
|
||||
#define SDB_TABLE_SIZE 24
|
||||
#define SDB_RESERVE_SIZE 512
|
||||
|
@ -251,7 +251,7 @@ static int32_t sdbReadFileImp(SSdb *pSdb) {
|
|||
taosMemoryFree(pRaw);
|
||||
code = TAOS_SYSTEM_ERROR(errno);
|
||||
mInfo("read sdb file:%s finished since %s", file, tstrerror(code));
|
||||
TAOS_RETURN(code);
|
||||
return 0;
|
||||
}
|
||||
|
||||
code = sdbReadFileHead(pSdb, pFile);
|
||||
|
|
Loading…
Reference in New Issue