1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug fix for complicated GROUP BY ... ORDER BY query.

Fixed problem in access rights testing (from last patch)
This commit is contained in:
monty@hundin.mysql.fi
2002-06-09 15:41:19 +03:00
parent 01094b1391
commit 2c274c64b9
4 changed files with 21 additions and 62 deletions

View File

@ -2565,7 +2565,7 @@ check_table_access(THD *thd,uint want_access,TABLE_LIST *tables,
}
}
else if (check_access(thd,want_access,tables->db,&tables->grant.privilege,
0, no_errors | grant_option))
0, no_errors))
return TRUE;
}
if (grant_option)