From d597ad5c54bd86bb83c4b1218d15bfe066c1070c Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 30 Oct 2020 14:43:19 +0800 Subject: [PATCH] [TD-225] fix bugs --- src/client/src/tscUtil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/src/tscUtil.c b/src/client/src/tscUtil.c index 7946214d4a..117874475b 100644 --- a/src/client/src/tscUtil.c +++ b/src/client/src/tscUtil.c @@ -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) { -- GitLab