Skip to content

support --sql-log-bin (bool) #149

Open
@shlomi-noach

Description

@shlomi-noach

--sql-log-bin would default true. When false, writes to ghost table will not be logged to binlogs.

This may only work on:

  • --test-on-replica
  • --migrate-on-replica
  • --allow-on-master

This cannot work on normal connect-to-replica-and-write-on-master.

When GTID is enabled such writes would cause errant transactions.

Note: the changelog table also gets writes. In the event you're using GTID this still calls for a problem if you're migrating on a replica. See #146 for more discussion.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions