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

Allow custom database name override. #89

Merged
merged 1 commit into from
May 11, 2020
Merged

Allow custom database name override. #89

merged 1 commit into from
May 11, 2020

Conversation

enisoc
Copy link
Contributor

@enisoc enisoc commented May 7, 2020

Add a field to let the user customize the name of the physical MySQL database that Vitess creates.

// preferable to set this to be the same as the keyspace name to reduce
// confusion.
//
// Default: Add a "vt_" prefix to the keyspace name.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you mention that the default is when the string is empty somehow? if it was a pointer, i don't think it would be a problem, but this isn't a pointer optional

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Add a field to let the user customize the name of the physical MySQL
database that Vitess creates.

Signed-off-by: Anthony Yeh <[email protected]>
@enisoc enisoc force-pushed the db-name-override branch from 19135db to 1cad8ff Compare May 8, 2020 22:36
Copy link

@teejae teejae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. thanks

@enisoc enisoc merged commit 2d2ee72 into master May 11, 2020
@enisoc enisoc deleted the db-name-override branch May 11, 2020 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants