Commit Graph

27626 Commits

Author SHA1 Message Date
slguan 7026a5b3a4 compile errors in windows client 2019-08-14 19:51:42 +08:00
slguan 16902faad4 the version number is increased to 1.6.1.6 2019-08-14 19:41:05 +08:00
slguan 059b66d6b5 memory leak in windows 2019-08-14 19:40:33 +08:00
slguan 5374d82421 fix issue #201 #319 2019-08-14 19:40:09 +08:00
slguan 4bcb26a752 fix the problem that affectRows in python is incorrect 2019-08-14 19:37:33 +08:00
localvar e814ec4ca3 fix #349 2019-08-14 19:33:06 +08:00
localvar 09e6094643 fix bug in hex integer parse 2019-08-14 19:11:51 +08:00
hzcheng 62f9a90f9c
Merge pull request #346 from fangpanpan/master
upload code for cassandra/tdengine test
2019-08-14 14:13:10 +08:00
fang c9ebc4e33e upload code for cassandra/tdengine test 2019-08-14 11:21:44 +08:00
fang 01062e6691 upload code for cassandra/tdengine test 2019-08-14 11:16:22 +08:00
localvar 83eb20d3b3 enhance robustness of scheduler
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.
2019-08-14 08:41:23 +08:00
localvar 44922907fd fix dead code 2019-08-14 08:35:30 +08:00
Zimeng Pan 6c316d204f temporary fix for WSLv1 2019-08-12 23:40:12 -07:00
huili 747e93260c [no master key column use timestamp in where] 2019-08-13 10:22:39 +08:00
slguan 0ee234ada4
Merge pull request #329 from fangpanpan/master
alter displaying information for default value of some options in taosdemo
2019-08-12 17:12:49 +08:00
fang 7506b1b7fa Merge branch 'master' of https://github.com/fangpanpan/TDengine 2019-08-12 16:10:44 +08:00
fang d8bc1cea0d alter displaying information for default value of some options 2019-08-12 16:10:26 +08:00
slguan 68373bbf5d
Merge pull request #326 from fangpanpan/master
change direcotry from taosbenchmark to taosdemo in CMakeList.txt
2019-08-12 09:09:07 +08:00
fangpanpan 37628b6f9f change direcotry from taosbenchmark to taosdemo in CMakeList.txt 2019-08-11 04:44:46 +08:00
slguan 13fc950bfd
Merge pull request #324 from robotspace/master
Return records with seperated fields in Lua connector.
2019-08-10 23:55:00 +08:00
slguan cfa7527c80
Merge pull request #305 from H-ZeX/fix-mem-leak
fix memory leak in os/linux/src/os.c::taosInitTimer #304
2019-08-10 23:52:37 +08:00
slguan c571c38bd6 revise issue #124 2019-08-10 23:51:19 +08:00
slguan 0da8e9ad2b revise issue #124 2019-08-10 23:21:49 +08:00
slguan 0e57b621b5
Merge pull request #124 from maikebing/master
Modify  json's date to Json standard time format ISO-8601
2019-08-10 23:09:31 +08:00
robot 026293617a Return records with seperated fields in lua connector.
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.
2019-08-10 22:30:23 +08:00
slguan 50f0d969d0 fix issue #313 2019-08-09 16:59:57 +08:00
slguan eb82d86903 fix issue #313 2019-08-09 15:25:12 +08:00
slguan bcc1b40619 fix issue #313 2019-08-09 14:55:49 +08:00
hzcheng 744d31cbb6
Merge pull request #310 from fangpanpan/master
change the range of int data to 0-49
2019-08-09 13:26:02 +08:00
fang 2d8c7bc0a4 change the range of int data to 0-49 2019-08-09 10:51:33 +08:00
H-ZeX ba81feaa86
fix #304
Signed-off-by: H-ZeX <hzx20112012@gmail.com>
2019-08-09 00:55:43 +08:00
H-ZeX 0f3a8a4bc5
fix #304
Signed-off-by: H-ZeX <hzx20112012@gmail.com>
2019-08-09 00:52:38 +08:00
slguan 34efa468ad fix issue #288 2019-08-08 13:59:54 +08:00
slguan 1b7944bc4e the version number is upgraded to 1.6.1.5 2019-08-08 13:53:32 +08:00
slguan 831e2b6ff7 fix some compile errors 2019-08-08 13:52:51 +08:00
slguan 3c138b652c update package script 2019-08-08 13:52:33 +08:00
slguan 52d812d49a Merge branch 'master' of https://github.com/taosdata/TDengine 2019-08-08 13:46:19 +08:00
Hongze Cheng be8acef816 delete useless files 2019-08-08 12:55:40 +08:00
hzcheng 88ca31129a
Merge pull request #300 from fangpanpan/master
replace taosBenchmark by taosdemo
2019-08-08 12:53:17 +08:00
Jeff Tao ca3c9fb728 Merge branch 'master' of https://github.com/taosdata/TDengine 2019-08-08 11:55:14 +08:00
Jeff Tao 7a0159bd09 fix issue #283 2019-08-08 11:53:17 +08:00
fang 1d66b64cf8 Under the folder /src/kit/, I replace the folder 'taosBenchmark' by 'taosdemo' 2019-08-08 09:45:28 +08:00
slguan 9b3c4de4c5 show client version info before connecting to server 2019-08-07 23:39:27 +08:00
slguan 8b05ac9960 fix issue #212 2019-08-07 23:16:50 +08:00
slguan 8133a76abc fix issue #282 2019-08-07 23:14:06 +08:00
slguan 1b00a4a8d6
Merge pull request #287 from universeroc/master
Check memory allocation after malloc
2019-08-07 23:09:52 +08:00
slguan 005294f34d
Merge pull request #273 from robotspace/master
Add example implementation for lua connector.
2019-08-07 23:06:33 +08:00
universeroc b88b220e34
Fix typo DTengine => TDengine 2019-08-07 18:16:56 +08:00
universeroc 22f9f4b0fd
Check memory allocation after malloc 2019-08-07 16:06:00 +08:00
Jeff Tao d0e5e817a2
Update More on System Architecture-ch.md 2019-08-06 17:43:40 +08:00