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

fix read column Info from table map event #440

Commits on Aug 24, 2023

  1. fix bug

    timing of event creation and the timing of querying the table structure are different,
    ex) drop table but replication did not reach that point 
    f self.column_schemas doesn't yield any results, the code will exit the if statement. However, since there is more column information in the remaining packets, if the column.count is not 0, we still need to read the packets.
    sean-k1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    04b48fa View commit details
    Browse the repository at this point in the history
  2. fix

    sean-k1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a9585d9 View commit details
    Browse the repository at this point in the history