fix stream case error
This commit is contained in:
parent
db0f6258fe
commit
87db93e72e
|
@ -229,7 +229,6 @@ int32_t streamMetaMayCvtDbFormat(SStreamMeta* pMeta) {
|
|||
int32_t streamTaskSetDb(SStreamMeta* pMeta, void* arg, char *key) {
|
||||
SStreamTask* pTask = arg;
|
||||
|
||||
//char* key = (char*)pTask->id.idStr;
|
||||
int64_t chkpId = pTask->checkpointingId;
|
||||
|
||||
taosThreadMutexLock(&pMeta->backendMutex);
|
||||
|
|
Loading…
Reference in New Issue