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

Adds Planning and Parsing Support for Create Index of MySQL 5.7 #7024

Merged
merged 14 commits into from
Nov 18, 2020

Commits on Nov 11, 2020

  1. Added tests

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    0f36c12 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Parsing for create index statements complete

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    0567df0 View commit details
    Browse the repository at this point in the history
  2. Merged Master

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    cc05e31 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Add OnlineHints to Parsing and convert fields to strings

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    008b88b View commit details
    Browse the repository at this point in the history
  2. Converted DDL into DDLStatements in builder

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    1eedd46 View commit details
    Browse the repository at this point in the history
  3. Use Ast incase the query is fully parsed

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    bfa23dd View commit details
    Browse the repository at this point in the history
  4. PlanBuilder at tabletserver changed to use DDLStatement

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e55cb63 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Merged Master

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    2dc045b View commit details
    Browse the repository at this point in the history
  2. TabletServer now uses the AST generated query in case it is fully parsed

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    fcb20fb View commit details
    Browse the repository at this point in the history
  3. Routing works correctly for create index queries

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    7fc96cb View commit details
    Browse the repository at this point in the history
  4. Added unit tests for QueryExecutor

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    832c6e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Added Test for a table not in vschema in unsharded keyspace

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    210aa1a View commit details
    Browse the repository at this point in the history
  2. Merged Master

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e663cee View commit details
    Browse the repository at this point in the history
  3. Fixed test

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    fd8335e View commit details
    Browse the repository at this point in the history