Commit 13a1f6fd authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru Committed by Sergei Golubchik

Changed a call to handle_roles_mappings_table: first parameter is now more readable

parent 9506a071
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment