parent
ef97352ac4
commit
5904c31552
|
@ -99,7 +99,7 @@ slug: /release-history/release-notes/3.3.6.0
|
|||
11. fix: fix os error 10053 on windows for OPCUA
|
||||
12. fix: taosX panic when adapter/nginx restarted in some cases
|
||||
13. fix: the results of the show disk_info command are incorrect when configuring multi-level storage.
|
||||
14. fix: typo in the execution result of show <database>.disk_info
|
||||
14. fix: typo in the execution result of `show <database>.disk_info`
|
||||
15. fix: when querying super table, using ORDER BY and LIMIT together may return an unexpected record.
|
||||
16. fix: allow health params in 2.x data-in
|
||||
17. fix: backup next execution time does allow past time
|
||||
|
|
|
@ -98,7 +98,7 @@ description: 3.3.6.0 版本说明
|
|||
11. 修复:OPCUA 连接器 Windows 系统错误 10053
|
||||
12. 修复:Adapter 或 Nginx 重启某些情况下导致 taosX Panic
|
||||
13. 修复:配置了多级存储的集群,show disk_info 命令的结果不正确
|
||||
14. 修复:show <database>.disk_info 执行结果中的文字显示错误
|
||||
14. 修复:`show <database>.disk_info` 执行结果中的文字显示错误
|
||||
15. 修复:在查询超级表时,若同时使用 ORDER BY 和 LIMIT,可能会返回一条非预期的记录
|
||||
16. 修复:2.x 数据源包含不支持的健康检查参数
|
||||
17. 修复:备份计划下次执行时间不允许设置为过去的时间
|
||||
|
|
Loading…
Reference in New Issue