Bug #8166 Missing privileges in mysql.host table
Submitted: 27 Jan 2005 17:27 Modified: 9 May 2005 0:43
Reporter: Paul DuBois Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.x OS:
Assigned to: Jim Winstead CPU Architecture:Any

[27 Jan 2005 17:27] Paul DuBois
Description:
As part of WL #925, The Create_routine_priv,
Alter_routine_priv, and Execute_priv privileges
were added to the db table in the mysql database.

However, they were not added to the host table,
which is used in concert with the db table and
should have the same set of privileges.

How to repeat:
Examine the db and host table structures.
[25 Apr 2005 23:12] Jim Winstead
Patch for this is at http://lists.mysql.com/internals/21630
[2 May 2005 19:07] Jim Winstead
Fixed in 5.0.6.
[9 May 2005 0:43] Paul DuBois
Noted in 5.0.6 changelog.