Skip to content

Commit 0ea50a1

Browse files
authored
v8.5.6: DM supports MySQL 8.4 (#21421)
1 parent 164f39d commit 0ea50a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dm/dm-compatibility-catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ TiDB Data Migration (DM) 数据迁移工具可以将数据从不同类型的数
1919
| MySQL ≤ 5.5 | 未测试 |
2020
| MySQL 5.6 | 正式支持 | |
2121
| 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)|
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 | 未测试 | 不支持 [binlog 事务压缩 (`Transaction_payload_event`)](https://dev.mysql.com/doc/refman/8.0/en/binary-log-transaction-compression.html)|
24+
| MySQL 8.4 | 实验支持(适用于从 v8.5.6 起的 TiDB 版本) | 不支持 [binlog 事务压缩 (`Transaction_payload_event`)](https://dev.mysql.com/doc/refman/8.4/en/binary-log-transaction-compression.html)|
2525
| MySQL 9.x | 未测试 | |
2626
| MariaDB < 10.1.2 | 不兼容 | 与时间类型的 binlog 不兼容。 |
2727
| MariaDB 10.1.2 ~ 10.5.10 | 实验支持 | |

0 commit comments

Comments
 (0)