[td-98] fix compiler error

This commit is contained in:
hjxilinx 2020-04-19 23:26:32 +08:00
parent a0c57e9fcf
commit 3a3ccf4065
1 changed files with 1 additions and 1 deletions

View File

@ -3475,7 +3475,7 @@ void scanAllDataBlocks(SQueryRuntimeEnv *pRuntimeEnv) {
setEnvBeforeReverseScan(pRuntimeEnv, &qstatus);
// reverse scan from current position
dTrace("QInfo:%p start to reverse scan", GET_QINFO_ADDR(pRuntimeEnv));
qTrace("QInfo:%p start to reverse scan", GET_QINFO_ADDR(pRuntimeEnv));
doScanAllDataBlocks(pRuntimeEnv);
clearEnvAfterReverseScan(pRuntimeEnv, lastKey, &qstatus);