提交 3a26dd3b 编写于 作者: H Haojun Liao

[td-225]fix compiler error.

上级 02d15837
......@@ -1784,7 +1784,7 @@ void tscResetForNextRetrieve(SSqlRes* pRes) {
}
void registerSqlObj(SSqlObj* pSql) {
int64_t DEFAULT_LIFE_TIME = 2 * 600 * 1000; // 1200 sec
int32_t DEFAULT_LIFE_TIME = 2 * 600 * 1000; // 1200 sec
int32_t ref = T_REF_INC(pSql->pTscObj);
tscDebug("%p add to tscObj:%p, ref:%d", pSql, pSql->pTscObj, ref);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册