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

Use a left join to make sure that tables with tablespace=innodb_system are included in the schema #12672

Merged
merged 2 commits into from
Mar 27, 2023

Commits on Mar 20, 2023

  1. Use a left join to make sure that tables with tablespace=innodb_syste…

    …m are not skipped when loading the schema (fixes vitessio#12669)
    
    Signed-off-by: Oleksiy Kovyrin <[email protected]>
    kovyrin committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6c3a7ee View commit details
    Browse the repository at this point in the history
  2. Set tablespace on a test table to see if it breaks vstreamer

    Signed-off-by: Oleksiy Kovyrin <[email protected]>
    kovyrin committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8216851 View commit details
    Browse the repository at this point in the history