Merge branch 'enh/dev3.0' into enh/addCompileError
This commit is contained in:
parent
de739ce086
commit
0be1858b4b
|
@ -749,6 +749,7 @@ int32_t streamStateOpenBackendCf(void* backend, char* name, char** cfs, int32_t
|
|||
RocksdbCfInst* inst = *pIter;
|
||||
SCfComparator compare = {.comp = inst->pCompares, .numOfComp = cfLen};
|
||||
inst->pCompareNode = streamBackendAddCompare(handle, &compare);
|
||||
pIter = taosHashIterate(handle->cfInst, pIter);
|
||||
}
|
||||
|
||||
taosMemoryFree(cfHandle);
|
||||
|
|
Loading…
Reference in New Issue