Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GBK charset in TiCDC #9503

Merged
merged 3 commits into from
May 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
modify a version problem
  • Loading branch information
zhaoxinyu committed May 24, 2022
commit 303a133e5bdbf02ab732891047d1146d2454c748
2 changes: 1 addition & 1 deletion character-set-gbk.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ SHOW COLLATION WHERE CHARSET = 'gbk';

* TiDB Lightning 在 v5.4.0 之前不支持导入 `charset=GBK` 的表。

* TiCDC 在 v6.1.0 之前不支持同步 `charset=GBK` 的表。另外,任何版本的 TiCDC 都不支持同步 `charset=GBK` 的表到 5.4.0 之前的 TiDB 集群。
* TiCDC 在 v6.1.0 之前不支持同步 `charset=GBK` 的表。另外,任何版本的 TiCDC 都不支持同步 `charset=GBK` 的表到 6.1.0 之前的 TiDB 集群。

* TiDB Backup & Restore(BR)在 v5.4.0 之前不支持恢复 `charset=GBK` 的表。另外,任何版本的 BR 都不支持恢复 `charset=GBK` 的表到 5.4.0 之前的 TiDB 集群。