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 2 commits
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
4 changes: 3 additions & 1 deletion character-set-gbk.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ SHOW COLLATION WHERE CHARSET = 'gbk';

## 组件兼容性

* TiCDC 和 TiFlash 目前不支持 GBK 字符集。
* TiFlash 目前不支持 GBK 字符集。

* TiDB Data Migration (DM) 在 v5.4.0 之前不支持将 `charset=GBK` 的表迁移到 TiDB。

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

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

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