Update 3.3.6.0.md (#30458)

* Update 3.3.6.0.md

* Update 3.3.6.0.md
This commit is contained in:
haoranchen 2025-03-25 18:42:35 +08:00 committed by GitHub
parent ef97352ac4
commit 5904c31552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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. 修复:备份计划下次执行时间不允许设置为过去的时间