[TD-225] fix bugs

This commit is contained in:
Haojun Liao 2020-10-30 14:43:19 +08:00
parent eb2e0b958e
commit d597ad5c54
1 changed files with 1 additions and 0 deletions

View File

@ -2169,6 +2169,7 @@ int16_t tscGetTagColIndexById(STableMeta* pTableMeta, int16_t colId) {
// can not reach here
assert(0);
return INT16_MIN;
}
bool tscIsUpdateQuery(SSqlObj* pSql) {