From 13a1f6fd72e73c1eea6913edaaa94a71ea1dd3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C8=9Biu=20Ciorbaru?= Date: Thu, 17 Oct 2013 15:10:07 -0700 Subject: [PATCH] Changed a call to handle_roles_mappings_table: first parameter is now more readable --- sql/sql_acl.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 01ff5f0e741..6a3aa34342c 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -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); }