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

[Backport 14.0] enable schema tracking by default #10595

Merged
merged 5 commits into from
Jun 28, 2022

Commits on Jun 28, 2022

  1. enable schema tracking by default (vitessio#10455)

    * feat: enable schema tracking by default
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    * test: fix test setup
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    * test: fix vschema test setup
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    * test: turn off schema tracking on the tablet
    
    Signed-off-by: Andres Taylor <[email protected]>
    
    * test: fix test assertion
    
    Signed-off-by: Andres Taylor <[email protected]>
    
    * Change read query for checks that test to which keyspace a table is routed to. This uses the /queryz vttablet endpoint where the query gets expanded if schema tracking is enabled, hence failing an exact query check
    
    Signed-off-by: Rohit Nayak <[email protected]>
    
    * test: only use gen4 planner
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    * fix: column list population in insert with auto-inc column
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    * fix: change parser to keep empty column list as provided by user
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    * test: fix test expectation
    
    Signed-off-by: Harshit Gangal <[email protected]>
    
    Co-authored-by: Andres Taylor <[email protected]>
    Co-authored-by: Rohit Nayak <[email protected]>
    Signed-off-by: Harshit Gangal <[email protected]>
    3 people committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3d5f18a View commit details
    Browse the repository at this point in the history
  2. test: fix test expectation

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    dcde88a View commit details
    Browse the repository at this point in the history
  3. fix: Allow gen4 to handle variables on authoritative tables

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3cfcde1 View commit details
    Browse the repository at this point in the history
  4. Empty-Commit

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c834e21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb29b63 View commit details
    Browse the repository at this point in the history