Database Security. Database Auditing. Database Caching. Database Masking. Get it now

There is a bug, come in...

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.

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

Back to top