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

[planner bugfix] make sure queries with more than 64 tables work #11817

Closed
wants to merge 4 commits into from

Commits on Nov 25, 2022

  1. make sure planner works well with more than 64 tables

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9490976 View commit details
    Browse the repository at this point in the history
  2. semantics: use a bitset

    Signed-off-by: Vicent Marti <vmg@strn.cat>
    vmg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b60b931 View commit details
    Browse the repository at this point in the history
  3. subquery: remove superfluous walk

    Signed-off-by: Vicent Marti <vmg@strn.cat>
    vmg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f7229f8 View commit details
    Browse the repository at this point in the history
  4. bitsets: cleanup

    Signed-off-by: Vicent Marti <vmg@strn.cat>
    vmg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    80d9020 View commit details
    Browse the repository at this point in the history