提交 41b25950 编写于 作者: L Liu Jicong

fix(sma): fix case

上级 9847abf1
......@@ -255,7 +255,7 @@ static void tdDestroyRSmaStat(void *pRSmaStat) {
// step 2: destroy the rsma info and associated fetch tasks
// TODO: use taosHashSetFreeFp when taosHashSetFreeFp is ready.
#if 0
#if 1
if (taosHashGetSize(RSMA_INFO_HASH(pStat)) > 0) {
void *infoHash = taosHashIterate(RSMA_INFO_HASH(pStat), NULL);
while (infoHash) {
......
......@@ -41,7 +41,8 @@ print =============== show streams ================================
sql show streams;
print $data00 $data01 $data02
if $data00 != d1 then
if $data00 != sma_index_name1 then
print $data00
return -1
endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册