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

DDL: do not Reload() for 'CREATE TEMPORARY' and 'DROP TEMPORARY' statements #12144

Merged
merged 5 commits into from
Jan 25, 2023

Commits on Jan 25, 2023

  1. DDL: do not Reload() for 'CREATE TEMPORARY' and 'DROP TEMPORARY' stat…

    …ements
    
    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    84dfc5b View commit details
    Browse the repository at this point in the history
  2. simplified check for temporary table

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    db12da4 View commit details
    Browse the repository at this point in the history
  3. simplified check again for temporary table

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    718156f View commit details
    Browse the repository at this point in the history
  4. added plan test to see NeedsReservedConn is true for temporary table …

    …create ddl
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    08acc00 View commit details
    Browse the repository at this point in the history
  5. added schema reload timing metric and add test to verify if reload ex…

    …ecuted on temporary tables
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    24e7c22 View commit details
    Browse the repository at this point in the history