-
Notifications
You must be signed in to change notification settings - Fork 713
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
Add global variable max_nonsuper_connections
#389
Add global variable max_nonsuper_connections
#389
Conversation
@tianx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
ed282b2
to
3c4dc52
Compare
@tianx updated the pull request - view changes - changes since last import |
3c4dc52
to
2f07838
Compare
@tianx updated the pull request - view changes - changes since last import |
2f07838
to
21b4b8d
Compare
@tianx updated the pull request - view changes - changes since last import |
21b4b8d
to
a0a68cc
Compare
@tianx updated the pull request - view changes - changes since last import |
This PR is ready for review. |
a0a68cc
to
1b9c6fc
Compare
@tianx updated the pull request - view changes - changes since last import |
1b9c6fc
to
ea9cc6c
Compare
@tianx updated the pull request - view changes - changes since last import |
max_total_user_connections
max_total_nonsuper_user_connections
Make it explicit that the limit is enforced on nonsuper users. |
ea9cc6c
to
7646653
Compare
@tianx updated the pull request - view changes - changes since last import |
7646653
to
be566db
Compare
@tianx updated the pull request - view changes - changes since last import |
max_total_nonsuper_user_connections
max_nonsuper_connections
Summary: The new global variable `max_nonsuper_connections` will enforce the limit for the sum of all non-admin connections. This will be useful to limit regular user connections while still allow super users to connect to server. Test Plan: mtr max_nonsuper_connections.test and sys_vars tests.
be566db
to
3dc7050
Compare
@tianx updated the pull request - view changes - changes since last import |
Summary: The new global variable `max_nonsuper_connections` will enforce the limit for the sum of all non-admin connections. This will be useful to limit regular user connections while still allow super users to connect to server. Closes facebook#389 Github Author: Tian Xia <[email protected]> Github PR Sync: {sync, type="child", parent="github", parentrepo="facebook/mysql-5.6", parentprnum="389", parentprfbid="333592887017230"} Test Plan: mtr max_nonsuper_connections.test and sys_vars tests. Reviewers: arahut, anca, svcscm Reviewed By: anca, svcscm Subscribers: svcscm, ebergen, webscalesql-eng@ Differential Revision: https://phabricator.intern.facebook.com/D4123732 Tasks: 14204602 Signature: t1:4123732:1478568243:49c33f511fdbf72c5badccef652e9c8852f82842
Summary: The new global variable `max_nonsuper_connections` will enforce the limit for the sum of all non-admin connections. This will be useful to limit regular user connections while still allow super users to connect to server. Closes #389 Reviewed By: anca-agape Differential Revision: D4123732 Pulled By: tianx fbshipit-source-id: 7ffb140
Summary: The new global variable `max_nonsuper_connections` will enforce the limit for the sum of all non-admin connections. This will be useful to limit regular user connections while still allow super users to connect to server. Closes facebook#389 Reviewed By: anca-agape Differential Revision: D4123732 Pulled By: tianx fbshipit-source-id: 7ffb140
Summary:
The new global variable
max_nonsuper_connections
will enforce the limit forthe sum of all non-admin connections. This will be useful to limit regular user
connections while still allow super users to connect to server.
Test Plan:
mtr max_nonsuper_connections.test and sys_vars tests.