Merge pull request #20349 from taosdata/wangmm0220-patch-3

fix:change the default value of smlDataFormat
This commit is contained in:
Shengliang Guan 2023-03-09 15:19:35 +08:00 committed by GitHub
commit e06ecdc61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ charset 的有效值是 UTF-8。
| 适用范围 | 仅客户端适用 |
| 含义 | schemaless 列数据是否顺序一致从3.0.3.0开始,该配置废弃 |
| 值域 | 0不一致1: 一致 |
| 缺省值 | 1 |
| 缺省值 | 0 |
## 其他