Bug #6932 'revoke all privileges...' doesn't remove all proper columns from columns_priv
Submitted: 2 Dec 2004 6:23 Modified: 2 Dec 2004 9:23
Reporter: Ramil Kalimullin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1 OS:
Assigned to: Ramil Kalimullin CPU Architecture:Any

[2 Dec 2004 6:23] Ramil Kalimullin
Description:
see 'how to repeat'

How to repeat:
drop table if exists t1;
create table t1(a int, b int, c int, d int);
grant insert(b), insert(c), insert(d), insert(a) on grant_test.t1 to grant_user@localhost;
revoke ALL PRIVILEGES on grant_test.t1 from grant_user@localhost;
select * from mysql.columns_priv;
[2 Dec 2004 9:23] Ramil Kalimullin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

fixed in 4.1.8