未验证 提交 469f7a4a 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #1970 from taosdata/feature/query

[td-225] fix bugs in read data from cache.
...@@ -1466,8 +1466,8 @@ static int tsdbReadRowsFromCache(SSkipListIterator* pIter, STable* pTable, TSKEY ...@@ -1466,8 +1466,8 @@ static int tsdbReadRowsFromCache(SSkipListIterator* pIter, STable* pTable, TSKEY
} }
} }
numOfRows++; if (++numOfRows >= maxRowsToRead) {
if (numOfRows >= maxRowsToRead) { tSkipListIterNext(pIter);
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册