Skip to content

Commit 6470a0f

Browse files
authored
dm: Add MySQL 8.4 info to compatibility catalog (#22041)
1 parent f864305 commit 6470a0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dm/dm-compatibility-catalog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ DM supports migrating data from different sources to TiDB clusters. Based on the
2020
| MySQL 5.6 | GA | |
2121
| MySQL 5.7 | GA | |
2222
| MySQL 8.0 | GA | Does not support binlog transaction compression [Transaction_payload_event](https://dev.mysql.com/doc/refman/8.0/en/binary-log-transaction-compression.html). |
23+
| MySQL 8.1 ~ 8.3 | Not tested | |
24+
| MySQL 8.4 | Incompatible | For more information, see [DM Issue #11020](https://github.com/pingcap/tiflow/issues/11020). |
25+
| MySQL 9.x | Not tested | |
2326
| MariaDB < 10.1.2 | Incompatible | Incompatible with binlog of the time type. |
2427
| MariaDB 10.1.2 ~ 10.5.10 | Experimental | |
2528
| MariaDB > 10.5.10 | Not tested | Expected to work in most cases after bypassing the [precheck](/dm/dm-precheck.md). See [MariaDB notes](#mariadb-notes). |

0 commit comments

Comments
 (0)