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

sql: emphasize "virtual cluster" in SQL syntax, keep "tenant" as alias #106110

Merged
merged 17 commits into from
Jul 6, 2023

Commits on Jul 4, 2023

  1. sql: backup option INCLUDE_ALL_VIRTUAL_CLUSTERS

    This aliases `INCLUDE_ALL_SECONDARY_TENANTS` which becomes hidden.
    
    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a180a82 View commit details
    Browse the repository at this point in the history
  2. backupccl: use include_all_virtual_clusters in errors and tests

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    874c83b View commit details
    Browse the repository at this point in the history
  3. sql: new option VIRTUAL_CLUSTER_NAME

    This aliases `TENANT_NAME` which becomes hidden.
    
    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8fe9b39 View commit details
    Browse the repository at this point in the history
  4. backupccl: use virtual_cluster_name in tests

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f34ece3 View commit details
    Browse the repository at this point in the history
  5. sql: new option VIRTUAL_CLUSTER

    This aliases `TENANT` (in `RESTORE` options) which becomes hidden.
    
    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    37c8b01 View commit details
    Browse the repository at this point in the history
  6. backupccl: use the virtual_cluster option in tests

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    046a107 View commit details
    Browse the repository at this point in the history
  7. sql: CREATE VIRTUAL CLUSTER (aliased by CREATE TENANT)

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    386e207 View commit details
    Browse the repository at this point in the history
  8. sql: use CREATE VIRTUAL CLUSTER in errors and help texts

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2375b61 View commit details
    Browse the repository at this point in the history
  9. sql: DROP VIRTUAL CLUSTER (aliased by DROP TENANT)

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    aca0936 View commit details
    Browse the repository at this point in the history
  10. sql: use DROP VIRTUAL CLUSTER in errors and help texts

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f43bd06 View commit details
    Browse the repository at this point in the history
  11. sql: SHOW VIRTUAL CLUSTER[s] (aliased by SHOW TENANT[s])

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    14aaee8 View commit details
    Browse the repository at this point in the history
  12. sql: SHOW CLUSTER SETTING[s] FOR VIRTUAL CLUSTER (aliased by `...FO…

    …R TENANT`)
    
    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    1eaeebf View commit details
    Browse the repository at this point in the history
  13. sql: BACKUP VIRTUAL CLUSTER (aliased by BACKUP TENANT)

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    352c852 View commit details
    Browse the repository at this point in the history
  14. sql: ALTER VIRTUAL CLUSTER (aliased by ALTER TENANT)

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a47897a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d0122b View commit details
    Browse the repository at this point in the history
  16. sql/parser: rename tenant_spec to virtual_cluster_spec

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2670c2d View commit details
    Browse the repository at this point in the history
  17. sql/parser: rename some invisible non-terminals

    Release note: None
    knz committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    753fc23 View commit details
    Browse the repository at this point in the history