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

VReplication: Fixes for generated column handling #17107

Merged
merged 6 commits into from
Nov 1, 2024

Commits on Oct 29, 2024

  1. VReplication: Fix mixed case generated column handling

    We were using the lowercase column name when building the list
    of columns to ignore but then using the case we got back from
    MySQL when checking the list.
    
    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    07c1607 View commit details
    Browse the repository at this point in the history
  2. Correct test defers

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c5e4575 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Fix handling of generated cols with binlog_image=noblob

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ed7e85c View commit details
    Browse the repository at this point in the history
  2. Remove debug logging

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fd0086a View commit details
    Browse the repository at this point in the history
  3. Be explicit about JSON collation for MySQL 5.7 / MariaDB

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fef818a View commit details
    Browse the repository at this point in the history
  4. Add unit test

    Signed-off-by: Matt Lord <[email protected]>
    mattlord committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    153545b View commit details
    Browse the repository at this point in the history