Bug #20589 | Missing some table level privileges after upgrade | ||
---|---|---|---|
Submitted: | 20 Jun 2006 23:51 | Modified: | 13 Dec 2006 19:23 |
Reporter: | Erica Moss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S2 (Serious) |
Version: | 5.0.23 | OS: | Linux (Fedora core 5) |
Assigned to: | Magnus BlÄudd | CPU Architecture: | Any |
[20 Jun 2006 23:51]
Erica Moss
[22 Nov 2006 8:53]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/15685 ChangeSet@1.2557, 2006-11-22 09:52:31+01:00, msvensson@neptunus.(none) +1 -0 Bug #20589 Missing some table level privileges after upgrade - Update comments to reflect correct version
[23 Nov 2006 17:43]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/15780 ChangeSet@1.2330, 2006-11-23 18:43:12+01:00, msvensson@neptunus.(none) +3 -0 Bug#20589 Missing some table level privileges after upgrade - The table_priv column of table_privs table was altered to a enum type with fewer enums causing the SHOW/CREATE VIEW grants to be truncated. - Improved comments and moved all declarations for table_privs, column_privs and proc_privs to one section for each table making it easy to see hat alterations are performed on each table
[29 Nov 2006 12:36]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/16096 ChangeSet@1.2330, 2006-11-29 12:04:29+01:00, msvensson@neptunus.(none) +4 -0 Bug#20589 Missing some table level privileges after upgrade - The table_priv column of table_privs table was altered to a enum type with fewer enums causing the SHOW/CREATE VIEW grants to be truncated. - Improved comments and moved all declarations for table_privs, column_privs and proc_privs to one section for each table making it easy to see hat alterations are performed on each table - Reduced the number of ALTER's slightly, but as this is an upgrade script we need to take all possibilites into account.
[13 Dec 2006 19:23]
Paul DuBois
Noted in 5.0.32, 5.1.15 changelogs. mysql_fix_privilege_tables.sql altered the table_privs.table_priv column to contain too few privileges, causing loss of the CREATE VIEW and SHOW VIEW privileges.