fix(query): fix syntax error.
This commit is contained in:
parent
7dfa4c2105
commit
aca5760ceb
|
@ -68,7 +68,7 @@ SStreamMeta* streamMetaOpen(const char* path, void* ahandle, FTaskExpand expandF
|
|||
goto _err;
|
||||
}
|
||||
|
||||
pMeta->walScan = 0;
|
||||
pMeta->walScanCounter = 0;
|
||||
pMeta->vgId = vgId;
|
||||
pMeta->ahandle = ahandle;
|
||||
pMeta->expandFunc = expandFunc;
|
||||
|
|
Loading…
Reference in New Issue