- 24 8月, 2019 4 次提交
-
-
由 johnnyhou327 提交于
-
由 haojun Liao 提交于
fix memory leak in taos_query_a
-
由 johnnyhou327 提交于
-
由 johnnyhou327 提交于
-
- 23 8月, 2019 3 次提交
-
-
由 weixin_48148422 提交于
restful commands with length between 65380 and 65536 can trigger this issue.
-
由 slguan 提交于
-
由 slguan 提交于
-
- 22 8月, 2019 8 次提交
- 21 8月, 2019 2 次提交
- 19 8月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 17 8月, 2019 3 次提交
-
-
由 Hongze Cheng 提交于
-
由 slguan 提交于
[taosdemo] repeat insertation if failed, report failure when inserting 5 times
-
由 slguan 提交于
Issue 349
-
- 16 8月, 2019 3 次提交
-
-
由 fang 提交于
-
由 plum-lihui 提交于
Update taosSqlCgo.go
-
由 liuliang 提交于
这个dbname都没有传进行,在连接池的情况下,每个连接都在选 use db. 当连接池切换连接时,就会出现 invalid DB。 ``` 8/16 12:44:46 dsn.go:59: input dsn: root:taosdata@/tcp(127.0.0.1)/sensors_test TAOS DRIVER 2019/08/16 12:44:46 dsn.go:130: cfg info: &{user:root passwd:taosdata net:/tcp addr:127.0.0.1 port:0 dbName:sensors_test params:map[] loc:0xed6be0 columnsWithAlias:false interpolateParams:true parseTime:true} TAOS DRIVER 2019/08/16 12:44:46 taosSqlCgo.go:52: taosQuery() input sql:INSERT INTO d_BDCF682B78F44364AA551B0F5E6BD1F6_acc USING acc_data TAGS ('BDCF682B78F44364AA551B0F5E6BD1F6','20190816- TAOS DRIVER 2019/08/16 12:44:46 taosSqlCgo.go:61: taos_query() failed: invalid DB ```
-
- 15 8月, 2019 3 次提交
- 14 8月, 2019 12 次提交
-
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 slguan 提交于
-
由 weixin_48148422 提交于
-
由 weixin_48148422 提交于
-
由 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 提交于
-