[TD-225] fix bugs
This commit is contained in:
parent
eb2e0b958e
commit
d597ad5c54
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue