Commit 33359d0b authored by unknown's avatar unknown
Browse files

Remove not used variable

parent bfa22229
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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))