-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ccl/sqlproxyccl: relabel variables and comments to reflect cluster id…
…entifiers Previously, we used the term "cluster name" in two different ways, one with the tenant ID, and one without. This can be really confusing to readers who are not familiar with the sqlproxy code. Concretely, cluster name is actually the string without the tenant ID. The combination of cluster name and tenant ID is known as the cluster identifier. This commit is purely mechanical to fix comments and relabel variables. Release note: None
- Loading branch information
1 parent
388d4fc
commit 3b1262b
Showing
4 changed files
with
79 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters