[td-225] fix compiler error.

This commit is contained in:
Haojun Liao 2020-09-02 17:07:44 +08:00
parent 35c9252f19
commit bc63c4e0bc
1 changed files with 1 additions and 1 deletions

View File

@ -6161,7 +6161,7 @@ static SQInfo *createQInfoImpl(SQueryTableMsg *pQueryMsg, SArray* pTableIdList,
} }
// NOTE: pTableCheckInfo need to update the query time range and the lastKey info // NOTE: pTableCheckInfo need to update the query time range and the lastKey info
changeExecuteScanOrder(pQInfo, isSTableQuery); // changeExecuteScanOrder(pQInfo, stableQuery);
int32_t index = 0; int32_t index = 0;