fix:[TD-27979] init mutux
This commit is contained in:
parent
cd044137a0
commit
13851a60a4
|
@ -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