Bug #8166 Missing privileges in mysql.host table
Submitted: 27 Jan 2005 18:27 Modified: 9 May 2005 2:43
Reporter: Paul DuBois
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:5.0.x OS:
Assigned to: Jim Winstead Target Version:

[27 Jan 2005 18: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.
[26 Apr 2005 1:12] Jim Winstead
Patch for this is at http://lists.mysql.com/internals/21630
[2 May 2005 21:07] Jim Winstead
Fixed in 5.0.6.
[9 May 2005 2:43] Paul DuBois
Noted in 5.0.6 changelog.