From 5904c315529a6fc94d331273fd606029e252f862 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Tue, 25 Mar 2025 18:42:35 +0800 Subject: [PATCH] Update 3.3.6.0.md (#30458) * Update 3.3.6.0.md * Update 3.3.6.0.md --- docs/en/28-releases/03-notes/3.3.6.0.md | 2 +- docs/zh/28-releases/03-notes/3.3.6.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/28-releases/03-notes/3.3.6.0.md b/docs/en/28-releases/03-notes/3.3.6.0.md index de2c02ab3b..3a791577ab 100755 --- a/docs/en/28-releases/03-notes/3.3.6.0.md +++ b/docs/en/28-releases/03-notes/3.3.6.0.md @@ -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 .disk_info + 14. fix: typo in the execution result of `show .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 diff --git a/docs/zh/28-releases/03-notes/3.3.6.0.md b/docs/zh/28-releases/03-notes/3.3.6.0.md index 259c44a2c9..0e05bbb0c4 100755 --- a/docs/zh/28-releases/03-notes/3.3.6.0.md +++ b/docs/zh/28-releases/03-notes/3.3.6.0.md @@ -98,7 +98,7 @@ description: 3.3.6.0 版本说明 11. 修复:OPCUA 连接器 Windows 系统错误 10053 12. 修复:Adapter 或 Nginx 重启某些情况下导致 taosX Panic 13. 修复:配置了多级存储的集群,show disk_info 命令的结果不正确 - 14. 修复:show .disk_info 执行结果中的文字显示错误 + 14. 修复:`show .disk_info` 执行结果中的文字显示错误 15. 修复:在查询超级表时,若同时使用 ORDER BY 和 LIMIT,可能会返回一条非预期的记录 16. 修复:2.x 数据源包含不支持的健康检查参数 17. 修复:备份计划下次执行时间不允许设置为过去的时间