test: test build taos-tools

This commit is contained in:
Alex Duan 2023-07-23 18:17:18 +08:00
parent 67991804a6
commit 41aa6a0c67
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "tutil.h"
#include "walInt.h"
bool FORCE_INLINE walLogExist(SWal* pWal, int64_t ver) {
return !walIsEmpty(pWal) && walGetFirstVer(pWal) <= ver && walGetLastVer(pWal) >= ver;
}