forked from percona/percona-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG#33854409 Grant FIREWALL_EXEMPT on database upgrade
Problem ======= Upon database upgrade FIREWALL_EXEMPT should be granted to all those accounts which have SYSTEM_USER privilege. Root Cause ========== See mysql_system_tables_fix.sql - FIREWALL_EXEMPT is not granted to any user. Solution ======== Updated mysql_system_tables_fix.sql, now FIREWALL_EXEMPT will be granted to those users which have SYSTEM_USER privilege, when the server is upgrading. Updated sql_initialize.cc, now root user will have FIREWALL_EXEMPT by default when the server initializes. Updated init_priv.sql, now mysql.sys user will have FIREWALL_EXEMPT by default when the server initializes. Updated mysql_system_users.sql, now mysql.session, and mysql.infoschema user will have FIREWALL_EXEMPT by default when the server initializes. Since a new privilege has been added, many .test and .result files have been modified. RB: 27783
- Loading branch information
Showing
42 changed files
with
195 additions
and
134 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.