Skip to content

Commit

Permalink
Update the description about DM collation_compatible config (#8094)
Browse files Browse the repository at this point in the history
  • Loading branch information
WizardXiao authored Jan 6, 2022
1 parent f091ca0 commit 7a41cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm/task-configuration-file-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ case-sensitive: false # schema/table 是否大小写敏感
online-ddl: true # 支持上游 "gh-ost" 、"pt" 的自动处理
online-ddl-scheme: "gh-ost" # `online-ddl-scheme` 在未来将会被弃用,建议使用 `online-ddl` 代替 `online-ddl-scheme`
clean-dump-file: true # 是否清理 dump 阶段产生的文件,包括 metadata 文件、建库建表 SQL 文件以及数据导入 SQL 文件
collation_compatible: "loose" # 同步 CREATE 语句中缺省 Collation 的方式,可选 "loose" 和 "strict",默认为 "loose"。"loose" 模式不会显式补充上游缺省的 Collation,"strict" 会显式补充上游缺省的 Collation。当使用 "strict" 模式,但下游不支持上游缺省的 Collation 时,下游可能会报错。

target-database: # 下游数据库实例配置
host: "192.168.0.1"
Expand Down

0 comments on commit 7a41cb1

Please sign in to comment.