Documentation Home
MySQL 26.7 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 42.0Mb
PDF (A4) - 42.1Mb
Man Pages (TGZ) - 272.1Kb
Man Pages (Zip) - 378.3Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


MySQL 26.7 Reference Manual  /  ...  /  Change Stream Applier Limitations

19.2.4.2 Change Stream Applier Limitations

The Change Stream Applier does not support the following:

  • Statement-based or mixed-format binary logs.

  • Binary log file position based replication.

  • GTID modes other than ON.

  • GTID_ONLY = 0

  • REQUIRE_ROW_FORMAT = 0

  • Assigning GTIDs to anonymous transactions using ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS.

  • Delayed replication using SOURCE_DELAY.

  • START REPLICA UNTIL conditions other than SQL_BEFORE_GTIDS and SQL_AFTER_GTIDS.

  • Skipping part of a transaction using sql_replica_skip_counter.

  • The replica_pending_jobs_size_max memory limit. Use APPLIER_EVENT_MEMORY_LIMIT instead.

  • Extended legacy applier statistics. Unsupported values are empty or zero.

IGNORE_SERVER_IDS is not needed for a CSA channel because GTIDs automatically prevent transactions that have already been applied from being applied again.