Commit 15171d97 authored by unknown's avatar unknown

Trying to make Arjen happy ...

parent 0ae83cae
...@@ -2470,9 +2470,9 @@ int mysql_show_grants(THD *thd,LEX_USER *lex_user) ...@@ -2470,9 +2470,9 @@ int mysql_show_grants(THD *thd,LEX_USER *lex_user)
} }
} }
} }
db.append (" ON '",5); db.append (" ON `",5);
db.append(acl_db->db); db.append(acl_db->db);
db.append ("'.* TO '",8); db.append ("`.* TO '",8);
db.append(lex_user->user.str,lex_user->user.length); db.append(lex_user->user.str,lex_user->user.length);
db.append ("'@'",3); db.append ("'@'",3);
db.append(lex_user->host.str, lex_user->host.length); db.append(lex_user->host.str, lex_user->host.length);
......
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