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

FB8-84: Add global variable max_nonsuper_connections #950

Closed
wants to merge 1 commit into from

Conversation

inikep
Copy link
Contributor

@inikep inikep commented Feb 5, 2019

Because of conflicts I removed changes in mysql-test/t/all_persisted_variables.test. This test has to be modified at let $total_persistent_vars=XXX; (+1 increase) and it should be re-recorded.

JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: https://github.com/facebook/mysql-5.6/commit/478fa2a

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.

@inikep
Copy link
Contributor Author

inikep commented Feb 6, 2019

PR was updated and it is ready for 2nd review.

sql/mysqld.cc Outdated Show resolved Hide resolved
sql/system_variables.h Outdated Show resolved Hide resolved
@inikep
Copy link
Contributor Author

inikep commented Feb 6, 2019

PR was updated according to comments.

Copy link
Contributor

@percona-ysorokin percona-ysorokin left a comment

Choose a reason for hiding this comment

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

LGTM

@inikep inikep changed the title WIP FB8-84: Add global variable max_nonsuper_connections FB8-84: Add global variable max_nonsuper_connections Feb 7, 2019
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@hermanlee has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a

---------- facebook@478fa2a ----------

Add global variable `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.

fbshipit-source-id: 7ffb140
@facebook-github-bot
Copy link

@inikep has updated the pull request. Re-import the pull request

@inikep
Copy link
Contributor Author

inikep commented Mar 6, 2019

This commit was rebased. Because of conflicts I removed changes in mysql-test/t/all_persisted_variables.test. This test has to be modified at let $total_persistent_vars=XXX; (+1 increase) and it should be re-recorded.

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@hermanlee has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@hermanlee hermanlee closed this Mar 12, 2019
facebook-github-bot pushed a commit that referenced this pull request Mar 21, 2019
Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: 478fa2a

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.

Pull Request resolved: #950

Reviewed By: lth

Differential Revision: D13987618

Pulled By: lth

fbshipit-source-id: 4939498
facebook-github-bot pushed a commit that referenced this pull request Nov 18, 2019
Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: 478fa2a

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.

Pull Request resolved: #950

Reviewed By: lth

Differential Revision: D13987618

Pulled By: lth

fbshipit-source-id: 39039af
@inikep inikep deleted the FB8-84 branch January 7, 2020 10:28
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 21, 2020
Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lth

Differential Revision: D13987618

Pulled By: lth

fbshipit-source-id: 39039af
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 23, 2020
Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lth

Differential Revision: D13987618

Pulled By: lth

fbshipit-source-id: 39039af
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 28, 2020
Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lth

Differential Revision: D13987618

Pulled By: lth

fbshipit-source-id: 39039af
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jun 23, 2023
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
hermanlee pushed a commit to hermanlee/mysql-5.6 that referenced this pull request Oct 3, 2023
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
hermanlee pushed a commit to hermanlee/mysql-5.6 that referenced this pull request Oct 18, 2023
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/percona-server that referenced this pull request Apr 17, 2024
…ercona#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook/mysql-5.6@478fa2a
Reference Patch: facebook/mysql-5.6@8a269ee4f97
Reference Patch: facebook/mysql-5.6@c53bf248a27
Reference Patch: facebook/mysql-5.6@ae0d38ae0c8

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.

Pull Request resolved: facebook/mysql-5.6#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Apr 23, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Apr 23, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Apr 25, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 7, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 8, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 9, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 10, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 13, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 15, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 16, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 17, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 17, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 21, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 21, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request May 30, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jun 14, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jun 19, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jun 20, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jun 21, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jun 25, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 2, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 19, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 19, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Jul 31, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Aug 2, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
inikep pushed a commit to inikep/mysql-5.6 that referenced this pull request Aug 6, 2024
…facebook#950)

Summary:
JIRA: https://jira.percona.com/browse/FB8-84

Reference Patch: facebook@478fa2a
Reference Patch: facebook@8a269ee4f97
Reference Patch: facebook@c53bf248a27
Reference Patch: facebook@ae0d38ae0c8

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.

Pull Request resolved: facebook#950

Reviewed By: lloyd

Differential Revision: D13987618

Pulled By: lth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants