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

Removed leftover comment.

This commit is contained in:
Vicențiu Ciorbaru
2013-10-17 20:52:12 -07:00
committed by Sergei Golubchik
parent a0a8f50895
commit 871f6e1631

View File

@ -1204,7 +1204,6 @@ static my_bool acl_load(THD *thd, TABLE_LIST *tables)
if (is_role) {
DBUG_PRINT("info", ("Found role %s", user.user.str));
ACL_ROLE *entry= new (&mem) ACL_ROLE(&user, &mem);
//create_role_from_user(&mem, &user);
entry->role_grants = user.role_grants;
(void) my_init_dynamic_array(&entry->parent_grantee,
sizeof(ACL_USER_BASE *), 50, 100, MYF(0));