add test case
This commit is contained in:
parent
d7f14e916d
commit
d5c5dc7026
|
@ -178,6 +178,7 @@ void *backendOpen() {
|
||||||
|
|
||||||
{
|
{
|
||||||
SSessionKey key;
|
SSessionKey key;
|
||||||
|
memset(&key, 0, sizeof(key));
|
||||||
char *val = NULL;
|
char *val = NULL;
|
||||||
int32_t vlen = 0;
|
int32_t vlen = 0;
|
||||||
code = streamStateSessionGetKVByCur_rocksdb(pCurr, &key, (void **)&val, &vlen);
|
code = streamStateSessionGetKVByCur_rocksdb(pCurr, &key, (void **)&val, &vlen);
|
||||||
|
|
Loading…
Reference in New Issue