Loading Docs/manual.texi +1 −0 Original line number Diff line number Diff line Loading @@ -50226,6 +50226,7 @@ each individual 4.0.x release. @itemize @bullet @item Fixed security bug in database hash Made @code{safe_mysqld} a symlink to @code{mysqld_safe} in binary distribution. @item Fixed security bug when having an empty databasename in the user.db table. sql/sql_acl.cc +2 −1 Original line number Diff line number Diff line Loading @@ -297,6 +297,7 @@ int acl_init(bool dont_read_acl_tables) user.access|=REFERENCES_ACL | INDEX_ACL | ALTER_ACL; } /* Convert old privileges */ if (user.access) user.access|= LOCK_TABLES_ACL | CREATE_TMP_ACL | SHOW_DB_ACL; if (user.access & FILE_ACL) user.access|= REPL_CLIENT_ACL | REPL_SLAVE_ACL; Loading Loading
Docs/manual.texi +1 −0 Original line number Diff line number Diff line Loading @@ -50226,6 +50226,7 @@ each individual 4.0.x release. @itemize @bullet @item Fixed security bug in database hash Made @code{safe_mysqld} a symlink to @code{mysqld_safe} in binary distribution. @item Fixed security bug when having an empty databasename in the user.db table.
sql/sql_acl.cc +2 −1 Original line number Diff line number Diff line Loading @@ -297,6 +297,7 @@ int acl_init(bool dont_read_acl_tables) user.access|=REFERENCES_ACL | INDEX_ACL | ALTER_ACL; } /* Convert old privileges */ if (user.access) user.access|= LOCK_TABLES_ACL | CREATE_TMP_ACL | SHOW_DB_ACL; if (user.access & FILE_ACL) user.access|= REPL_CLIENT_ACL | REPL_SLAVE_ACL; Loading