- 18 8月, 2019 2 次提交
-
-
由 weixin_48148422 提交于
the basic idea is to change clean up procedure to 2 steps, the 1st step only marks the time controller as to be cleaned up, the 2nd step executes in the timer thread and does the actual job to avoid race. I also change `pCtrl->ticks = rand() / pCtrl->maxTicks` to `pCtrl->ticks = rand() % pCtrl->maxTicks`, because I think this is a typo but not sure about this.
-
由 weixin_48148422 提交于
-
- 15 8月, 2019 3 次提交
- 14 8月, 2019 10 次提交
-
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 hzcheng 提交于
upload code for cassandra/tdengine test
-
由 fang 提交于
-
由 fang 提交于
-
由 weixin_48148422 提交于
1. check all memory allocation failure in `taosInitScheduler`; 2. make `pSched->numOfThreads` the actual number of created threads to avoid crash in `taosCleanUpScheduler` when `pSched->qthread` is NULL and other issues; 3. check interruption of `sem_wait` in `taosScheduleTask`, and use `pTrace` instead of `pError` when `sem_wait` was interrupted; 4. cancel all threads before join them to enable cocurrent cancellation; 5. remove unused global variable.
-
由 weixin_48148422 提交于
-
- 13 8月, 2019 1 次提交
-
-
由 huili 提交于
-
- 12 8月, 2019 4 次提交
- 11 8月, 2019 1 次提交
-
-
由 fangpanpan 提交于
-
- 10 8月, 2019 6 次提交
-
-
由 slguan 提交于
Return records with seperated fields in Lua connector.
-
由 slguan 提交于
fix memory leak in os/linux/src/os.c::taosInitTimer #304
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
Modify json's date to Json standard time format ISO-8601
-
由 robot 提交于
Field names and values are both returned. Client application gets value by field name. It runs as convention except that bool type is returned as one byte,tiny integer. Bool type will be returned in future if tiny integer causes confusion.
-
- 09 8月, 2019 7 次提交
- 08 8月, 2019 6 次提交
-
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
-
由 Hongze Cheng 提交于
-