We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9b927 commit 7ae1566Copy full SHA for 7ae1566
dm/dm-compatibility-catalog.md
@@ -20,6 +20,9 @@ TiDB Data Migration (DM) 数据迁移工具可以将数据从不同类型的数
20
| MySQL 5.6 | 正式支持 | |
21
| MySQL 5.7 | 正式支持 | |
22
| MySQL 8.0 | 正式支持 | 不支持 binlog 事务压缩 [Transaction_payload_event](https://dev.mysql.com/doc/refman/8.0/en/binary-log-transaction-compression.html)。 |
23
+| MySQL 8.1 ~ 8.3 | 未测试 | |
24
+| MySQL 8.4 | 不兼容 | 更多信息,请参考 [DM Issue #11020](https://github.com/pingcap/tiflow/issues/11020)。|
25
+| MySQL 9.x | 未测试 | |
26
| MariaDB < 10.1.2 | 不兼容 | 与时间类型的 binlog 不兼容。 |
27
| MariaDB 10.1.2 ~ 10.5.10 | 实验支持 | |
28
| MariaDB > 10.5.10 | 未测试 | 在绕过[前置检查](/dm/dm-precheck.md)后,理论上大多数情况下可以正常工作。参见 [MariaDB 说明](#mariadb-说明)。 |
0 commit comments