1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

sql_acl.cc:

Correcting problem with merge
This commit is contained in:
dellis@goetia.(none)
2004-10-22 14:32:23 -05:00
parent f5bc0d774e
commit d4c5e404ac

View File

@@ -3683,6 +3683,7 @@ int mysql_revoke_all(THD *thd, List <LEX_USER> &list)
result= -1; result= -1;
} }
else else
{
if (!grant_table->cols) if (!grant_table->cols)
{ {
revoked= 1; revoked= 1;