Skip to content

MySQL 8.4 and MariaDB 11.8 testing #12412

@dveeden

Description

@dveeden

More testing is needed for MySQL 8.4 and MariaDB 11.8. These are the latest LTS versions. We could also add the latest non-LTS versions if needed.

For MySQL 8.4:

  • binlog_checksum=NONE/CRC32
  • binlog_format=row/statement/mixed
  • binlog_row_image=minimal
  • binlog_row_value_options=PARTIAL_JSON
  • binlog_transaction_compression=ON
  • binlog_rows_query_log_events=ON
  • binlog_encryption=ON (probably doesn't affect us)
  • Tagged GTIDs
  • Annotated row events

For MariaDB 11.8:

Optional extras

  • RDS MariaDB
  • RDS MySQL

For binlog compression in MariaDB and encryption in both MySQL and MariaDB we are probably not affected as this is transparent to the network protocol if I understand this correctly.

Expected outcome for each item: Either supporting the feature or have a reasonable error.

Findings so far

Metadata

Metadata

Assignees

Labels

MariaDBThis issue is found with MariaDB upstreamarea/dmIssues or PRs related to DM.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions