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

PS-9163 MySQLV8.0 replica encounter error when master and replica innodb_strict_mode=OFF #5270

Open
wants to merge 4 commits into
base: 8.0
Choose a base branch
from

Commits on Mar 25, 2024

  1. PS-9163 MySQL replica encounter error when master and replica innodb_…

    …strict_mode=OFF
    
    when master and replica  set global innodb_strict_mode=OFF;
    the master execute the SQL, but the slave thread in replica run error, because the innodb_strict_mode of slave thread doesn't change alse ON.
    wangbincmss authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    baedda6 View commit details
    Browse the repository at this point in the history
  2. Update ha_innodb.cc

    Update ha_innodb.cc
    wangbincmss authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8a3fa61 View commit details
    Browse the repository at this point in the history
  3. Update ha_innodb.cc

    Update ha_innodb.cc
    wangbincmss authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2e8cc82 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Update ha_innodb.cc

    wangbincmss authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ed5220c View commit details
    Browse the repository at this point in the history