首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
1
Star
1
Fork
259
buyaopa
/
TDengine
forked from
TDengine
/
TDengine
Fork 仓库
加载中
取消
确认
确定同步?
同步操作将从
TDengine/TDengine
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Wiki
0
统计
标签
标签名
描述
提交信息
操作
ver-1.6.6.1
1..Fix bug: Crash due to null pointer when query;
ade939d
2020-07-08 09:41
下载
ver-1.6.6.0
1.Fix bug: limit/offset clause error when query; 2.Fix bug: Crash due to bad SQL(?;); 3.Fix bug:If there is no result after query filtering, it will crash; 4.New feature: union query between super tables;
faae04d
2020-06-11 14:28
下载
ver-1.6.5.8
[update version info]
4e07665
2020-04-27 16:59
下载
ver-1.6.5.9
update version info
feef3bd
2020-06-04 09:47
下载
ver-1.6.6.2-beta
1. Fix bug: Pointer is not assigned, resulting in crash 2. The show accounts command supports the use of non root accounts. 3. Fix bug: After the two servers cluster and the masterip machine goes down, no heartbeat causes the power or Taos connection to fail 4. Fix bug: When the client specifies a database login that does not exist, it causes taosd crash. 5. Fix bug: Synchronization failed when taosd start. 6. Fix code issues reported by coverage scan
89fa714
2020-03-16 22:28
下载
ver-1.6.5.7
1. Fix bug: Grafana queries tdengine for illegal memory access 2. Fix bug: not active session 3. The show accounts command supports the use of non root accounts. 4. Fix bug: After the two servers cluster and the masterip machine goes down, no heartbeat causes the power or Taos connection to fail 5. Fix bug: When the client specifies a database login that does not exist, it causes taosd crash. 6. Fix bug: Synchronization failed after version upgrade from v1.6.4 to v1.6.5. 7. Fix code issues reported by coverage scan
f83c59e
2020-04-03 15:51
下载
ver-1.6.6.1-beta
develop release notes: Fix bugs and refactor code: 1. Avoid the retry efforts to consume too many CPU time in getting first available cache slot 2. Fix invalid free bug. 3. Fix sub/pub bug in returning data to client 4. Filter only sliding query. 5. Fix the crash when skey is less than ekey. 6. Fix bugs founded in regression test(reverse scan failed). 7. Fix __compar_fn_t build issue on Mac 8. Fix invalid write when assign the ip address at the client side. 9. Refactor code for sliding query processing 10. Refactor extbuffer model. 11. Refactor code for query intermeidate buffer. 12. Remove redundant codes 13. Fix bugs in regression test. 14. Fix query bugs. 15. Fix bugs found in regression test. 16. Modify default value of memory for aarch32 version 17. Modify compile scripts 18. Fix pHeader->tranId use the wrong method when assigning 19. Fix tpercentile link issue on Mac (and Windows) 20. Add description in the document: the time range that the database allows to insert records 21. Docker compile modify and doc modify 22. Refactor subscribe feature, and update corresponding documents 23. Modified the format of query result for Grafana plugin, seperate the data into divided arrays, one result array per table, with the tags as the label. Therefor "select * from super-table-name" will work well in the Grafana query. 24. Fix bug: describing super table causes crash, when add one tag and the data type of tag is wrong 25. Fix bug: the error result of show databases for no root user 26. Fix bug: Add additional check when super table uid is 0, Compatible with the case of super table with uid 0. 27. Fix a typo 28. Fix the crash when ctrl+c is triggered when querying super table. New feature: 1. Add six new functions for supporting rate/irate/sum_rat/sum_irate/avg_rate/avg_irate
0b5b412
2020-03-03 17:23
下载
ver-1.6.5.6
1, Describing super table causes crash, when add one tag and the data type of tag is wrong 2, The error result of show databases for no root user 3, Add additional check when super table uid is 0. 4, Fix a typo 5, Compatible with the case of super table with uid 0 6, Fix the crash when ctrl+c is triggered when querying super table. 7, Support input 'nan' or '-nan' for double/float. 8, Modified the format of query result for Grafana plugin, seperate the data into divided arrays, one result array per table, with the tags as the label. Therefor "select * from super-table-name" will work well in the Grafana query.
326a99b
2020-03-03 15:31
下载
ver-1.6.5.5-fnk
release this version to fanake for compatible.
4ad876d
2020-02-19 18:47
下载
ver-1.6.6.0-beta
fix bugs: 1. kill connection failed 2. fix memroy leaks new feature: 1. support aarch32 2. add union
1d49be6
2020-02-09 18:48
下载
ver-1.6.5.5
update modify package name.
918cb22
2020-02-09 10:41
下载
ver-1.6.5.4
Add an option to control the meaning of affected rows
3264067
2020-02-05 10:56
下载
ver-1.6.4.6
fixed bugs 1) Add column and import cause " TDengine Error: others" 2) Data file corruption during multi-copy synchronization 3) enhancements 1) Enhanced security permissions
0d2351b
2020-01-13 13:52
下载
ver-1.6.5.3.aidong-beta
add some log for parsing insertion SQL and showing complete insertion SQL
0ad471e
2020-01-04 18:45
下载
ver-1.6.5.3-beta
enhancements 1) In the query of super tables, all subquery objects are prepared before lauching and some checks for global status check are added; 2) Failed login information would be store in the 'log' database and the access to this database has be limited;
0ad471e
2020-01-04 18:45
下载
ver-1.6.5.2-beta
fixed bugs 1) query results could be incorrect when sorting the results by descending timestamp and using offset/limit 2) query of last record could lead to server crash 3) the display could be incorrect when show vnodes [dnodeIp] 4) Group by normal column may result in server crash enhancements 1) add support for customized template variable for query alias in the grafana 2) add support for Alpine Linux 3) avoid repetitively parsing the same table when inserting records into multiple tables in a batch 4) accelerate the speed of writing into a database with multiple replicas by redirecting the request to the master vnode 5) allow dropping database and inserting data to be concurrently executed
ef44bf6
2020-01-03 13:23
下载
ver-1.6.4.5
fixed bugs 1) in the windows query results from grouping by a nchar column could be inconsistent with that from taos cliEnt shell in the linux 2) query of last record could lead to server crash 3) both inserting data and creating dropped tables would fail if setting 'tables' option to 1 enhancements ) avoid repetitively parsing the same table when inserting records into multiple tables in a batch 2) accelerate the speed of writing into a database with multiple replicas by redirecting the request to the master vnode 3) clarify the error message when importing multiple files
9149d09
2019-12-31 18:37
下载
ver-1.6.5.1-beta
2ea7143
2019-12-20 19:38
下载
ver-1.6.4.4
1.#952 Logical error when setting read and write permissions for the user 2.#949 SQL statement `show connections` may cause crash 3.#946 Filter on all NULL value cause the server crashed 4.#928 Use multi-threading to import all SQL files in the directory separately 5.Asynchronous query loop too many times when pulling cache
46dd88a
2019-12-20 15:20
下载
ver-1.6.5.0-beta
1.Better support for publicIP 2.Use object reference to manage the life cycle for the QInfo object 3.The server crashed when tag group by 4.Some problems in join statement 5.Remove warning from compiler
2b09a97
2019-12-12 09:44
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载