test: test build taos-tools
This commit is contained in:
parent
67991804a6
commit
41aa6a0c67
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue