Merge pull request #24159 from taosdata/fix/initBackendHashmutex
init backend mutex
This commit is contained in:
commit
16f1a2d354
|
@ -395,6 +395,7 @@ SStreamMeta* streamMetaOpen(const char* path, void* ahandle, FTaskExpand expandF
|
|||
|
||||
pMeta->bkdChkptMgt = bkdMgtCreate(tpath);
|
||||
taosThreadMutexInit(&pMeta->backendMutex, NULL);
|
||||
|
||||
return pMeta;
|
||||
|
||||
_err:
|
||||
|
|
Loading…
Reference in New Issue