Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set correct backend encryption when switching to fast_forward #4114

Merged
merged 5 commits into from
Feb 12, 2023

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    1e73cad View commit details
    Browse the repository at this point in the history
  2. Patch on mariadb_rpl.{c|h}

    Patching mariadb_rpl.c and mariadb_rpl.h to recognize (recognize only, no
    processing) GTID events and V2 events.
    renecannao committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ee91abd View commit details
    Browse the repository at this point in the history
  3. Set correct backend encryption when switching to fast_forward

    When receiving MYSQL_COM_BINLOG_DUMP , MYSQL_COM_BINLOG_DUMP_GTID or
    MYSQL_COM_REGISTER_SLAVE , proxysql automatically switches to fast_forward .
    Although it is important to correctly configure "encrypted" in the backend
    data stream if needed.
    Used PMC-10005 for reference , as this is implemented similarly in many
    parts of the code.
    During the switch proxy_info() now also reports the client and the
    command received.
    renecannao committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e487ddf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    5a07dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db67c66 View commit details
    Browse the repository at this point in the history