Loading sql/sql_acl.cc +2 −2 Original line number Diff line number Diff line Loading @@ -3096,7 +3096,7 @@ int mysql_show_grants(THD *thd,LEX_USER *lex_user) /* Add table & column access */ for (index=0 ; index < hash_tables.records ; index++) { const char *user,*host; const char *user; GRANT_TABLE *grant_table= (GRANT_TABLE*) hash_element(&hash_tables,index); if (!(user=grant_table->user)) Loading Loading
sql/sql_acl.cc +2 −2 Original line number Diff line number Diff line Loading @@ -3096,7 +3096,7 @@ int mysql_show_grants(THD *thd,LEX_USER *lex_user) /* Add table & column access */ for (index=0 ; index < hash_tables.records ; index++) { const char *user,*host; const char *user; GRANT_TABLE *grant_table= (GRANT_TABLE*) hash_element(&hash_tables,index); if (!(user=grant_table->user)) Loading