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:
committed by
Sergei Golubchik
parent
a0a8f50895
commit
871f6e1631
@ -1204,7 +1204,6 @@ static my_bool acl_load(THD *thd, TABLE_LIST *tables)
|
|||||||
if (is_role) {
|
if (is_role) {
|
||||||
DBUG_PRINT("info", ("Found role %s", user.user.str));
|
DBUG_PRINT("info", ("Found role %s", user.user.str));
|
||||||
ACL_ROLE *entry= new (&mem) ACL_ROLE(&user, &mem);
|
ACL_ROLE *entry= new (&mem) ACL_ROLE(&user, &mem);
|
||||||
//create_role_from_user(&mem, &user);
|
|
||||||
entry->role_grants = user.role_grants;
|
entry->role_grants = user.role_grants;
|
||||||
(void) my_init_dynamic_array(&entry->parent_grantee,
|
(void) my_init_dynamic_array(&entry->parent_grantee,
|
||||||
sizeof(ACL_USER_BASE *), 50, 100, MYF(0));
|
sizeof(ACL_USER_BASE *), 50, 100, MYF(0));
|
||||||
|
Reference in New Issue
Block a user