merge rocksdb inst
This commit is contained in:
parent
36a4413bf1
commit
984a69671e
|
@ -431,6 +431,7 @@ int streamStateOpenBackend(void* backend, SStreamState* pState) {
|
||||||
// pState->pTdbState->pCompare = pCompare;
|
// pState->pTdbState->pCompare = pCompare;
|
||||||
pState->pTdbState->dbOpt = handle->dbOpt;
|
pState->pTdbState->dbOpt = handle->dbOpt;
|
||||||
pState->pTdbState->param = param;
|
pState->pTdbState->param = param;
|
||||||
|
pState->pTdbState->pBackendHandle = handle;
|
||||||
|
|
||||||
SCfComparator compare = {.comp = pCompare, .numOfComp = cfLen};
|
SCfComparator compare = {.comp = pCompare, .numOfComp = cfLen};
|
||||||
pState->pTdbState->pComparNode = streamBackendAddCompare(handle, &compare);
|
pState->pTdbState->pComparNode = streamBackendAddCompare(handle, &compare);
|
||||||
|
|
Loading…
Reference in New Issue