Merge pull request #24168 from taosdata/fix/TD-27979
fix:[TD-27979] init mutux
This commit is contained in:
commit
949ff6b18c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue