fix(query): fix syntax error.

This commit is contained in:
Haojun Liao 2023-05-06 13:17:31 +08:00
parent 7dfa4c2105
commit aca5760ceb
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ SStreamMeta* streamMetaOpen(const char* path, void* ahandle, FTaskExpand expandF
goto _err; goto _err;
} }
pMeta->walScan = 0; pMeta->walScanCounter = 0;
pMeta->vgId = vgId; pMeta->vgId = vgId;
pMeta->ahandle = ahandle; pMeta->ahandle = ahandle;
pMeta->expandFunc = expandFunc; pMeta->expandFunc = expandFunc;