forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix counter leak in nonsuper_connections
Summary: If a non-super user connects to mysqld with an invalid database name, nonsuper_connections is incremented, but never decremented. Test Plan: mtr Reviewers: luqun, mung, yoshinori, yzha Reviewed By: yzha Subscribers: butterflybot, vinaybhat, [email protected] Differential Revision: https://phabricator.intern.facebook.com/D15104315 Tasks: T43597145 Signature: 15104315:1556319471:4a89b4301f2dbf56bb3b57b59cdeb7bf8b4bc590
- Loading branch information
Herman Lee
committed
Apr 26, 2019
1 parent
c87c2d6
commit a9083cc
Showing
5 changed files
with
49 additions
and
4 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
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