Database Security. Database Auditing. Database Caching. Database Masking. Get it nowThere is a bug, come in...
Posted December 1st, 2008 by xxyyboy
in
if (perms & (int)ALTER_Q)
drop_perm = true;
\greensql-fw-0.9.6\src\dbpermobj.cpp line 27
it should be:
if (perms & (int)ALTER_Q)
alter_perm = true;
right? I think so.
G
Comments
Hi This is a bug indeed.
Hi
This is a bug indeed. Thanks for pointing it out. I just fixed it in the subversion.
Yuli