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

Moving Show plan from executor to planbuilder #7475

Merged
merged 15 commits into from
Feb 21, 2021

Commits on Feb 12, 2021

  1. added dbanem in ShowBasic ast and moved few of the show commands from…

    … legacy to ShowBasic
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    2348d69 View commit details
    Browse the repository at this point in the history
  2. added show plan for show commands with dbname

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    ec552f9 View commit details
    Browse the repository at this point in the history
  3. use showBasic instead of showLegacy in tabletserver planner

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    1e3b879 View commit details
    Browse the repository at this point in the history
  4. use full_opt instead of command

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    f44af7a View commit details
    Browse the repository at this point in the history
  5. added support for from table in showBasic

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    2fbb74c View commit details
    Browse the repository at this point in the history
  6. plan indexes and columns in show

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    34e683f View commit details
    Browse the repository at this point in the history
  7. parse show create queries

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    f513d35 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. fix table parsing for VSchema generation to include reserved and non …

    …reserved keywords
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    d1fb707 View commit details
    Browse the repository at this point in the history
  2. fix user keyword test in executor test

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    c23bf6a View commit details
    Browse the repository at this point in the history
  3. fix user keyword test in vtexplain test

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    cf9a8b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. fix user keyword in planbuilder tests

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0b4a905 View commit details
    Browse the repository at this point in the history
  2. moved show create plans from executor to planbuilder

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9674e9f View commit details
    Browse the repository at this point in the history
  3. fix vttablet test

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1340188 View commit details
    Browse the repository at this point in the history
  4. added plan for show create statements and rewrite the dbname

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    42d62b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. added more show plans and fixed the show planbuilder

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    742c5f9 View commit details
    Browse the repository at this point in the history