mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Changed a call to handle_roles_mappings_table: first parameter is now more readable
This commit is contained in:
parent
9506a07159
commit
13a1f6fd72
1 changed files with 1 additions and 2 deletions
|
@ -6287,8 +6287,7 @@ static int handle_grant_table(TABLE_LIST *tables, uint table_no, bool drop,
|
|||
|
||||
if (table_no == 6)
|
||||
{
|
||||
result= handle_roles_mappings_table(tables[6].table, drop,
|
||||
user_from, user_to);
|
||||
result= handle_roles_mappings_table(table, drop, user_from, user_to);
|
||||
DBUG_RETURN(result);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue