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

release-20.2: sql: allow CONNECTION LIMIT syntax for CREATE DATABASE #54421

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

otan
Copy link
Contributor

@otan otan commented Sep 15, 2020

Backport 1/1 commits from #54219.

/cc @cockroachdb/release


Resolves #54116.

Release note (sql change): Added the ability to parse the CONNECTION LIMIT [=] iconst32 syntax for CREATE DATABASE. This is currently a
no-op for -1 (default, unlimited connections), and errors for any
other value.

Release note (sql change): Added the ability to parse the `CONNECTION
LIMIT [=] iconst32` syntax for `CREATE DATABASE`. This is currently a
no-op for -1 (default, unlimited connections), and errors for any
other value.
@otan otan requested review from solongordon and a team September 15, 2020 21:00
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@otan otan mentioned this pull request Sep 16, 2020
40 tasks
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.

3 participants