[td-225] fix bug in desc order query
This commit is contained in:
parent
fc975fce53
commit
f9ff6197b6
|
@ -1342,12 +1342,12 @@ bool tsdbNextDataBlock(TsdbQueryHandleT* pqHandle) {
|
||||||
pQueryHandle->checkFiles = false;
|
pQueryHandle->checkFiles = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ASCENDING_ORDER_TRAVERSE(pQueryHandle->order)) {
|
// if (ASCENDING_ORDER_TRAVERSE(pQueryHandle->order)) {
|
||||||
return doHasDataInBuffer(pQueryHandle);
|
return doHasDataInBuffer(pQueryHandle);
|
||||||
} else {
|
// } else {
|
||||||
// assert(0);
|
// assert(0);
|
||||||
return false;
|
// return false;
|
||||||
}
|
// }
|
||||||
|
|
||||||
// if (ASCENDING_ORDER_TRAVERSE(pQueryHandle->order)) {
|
// if (ASCENDING_ORDER_TRAVERSE(pQueryHandle->order)) {
|
||||||
// if (pQueryHandle->checkFiles) {
|
// if (pQueryHandle->checkFiles) {
|
||||||
|
|
Loading…
Reference in New Issue