提交 46ecc66d 编写于 作者: S Shengliang Guan

Merge branch 'feature/query' of https://github.com/taosdata/TDengine into feature/query

......@@ -255,7 +255,7 @@ SCacheObj *taosCacheInitWithCb(int32_t keyType, int64_t refreshTimeInSeconds, bo
return NULL;
}
pthread_attr_t thattr = {0};
pthread_attr_t thattr = {{0}};
pthread_attr_init(&thattr);
pthread_attr_setdetachstate(&thattr, PTHREAD_CREATE_JOINABLE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册