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

Merge pull request #4032 from taosdata/bugfix/td-1834

[TD-1834]<fix>: crash when query order is desc
......@@ -1263,7 +1263,6 @@ static void copyAllRemainRowsFromFileBlock(STsdbQueryHandle* pQueryHandle, STabl
int32_t end = endPos;
if (!ASCENDING_TRAVERSE(pQueryHandle->order)) {
assert(start >= end);
SWAP(start, end, int32_t);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册