fix:[TD-27979] init mutux

This commit is contained in:
wangmm0220 2023-12-21 15:26:41 +08:00
parent cd044137a0
commit 13851a60a4
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ SStreamMeta* streamMetaOpen(const char* path, void* ahandle, FTaskExpand expandF
pMeta->qHandle = taosInitScheduler(32, 1, "stream-chkp", NULL);
pMeta->bkdChkptMgt = bkdMgtCreate(tpath);
taosThreadMutexInit(&pMeta->backendMutex, NULL);
return pMeta;
_err: