mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
Fix compilation warnings.
This commit is contained in:
parent
10bc97de5c
commit
de3d279372
3 changed files with 4 additions and 3 deletions
|
|
@ -3936,7 +3936,7 @@ bool mysql_grant(THD *thd, const char *db, List <LEX_USER> &list,
|
|||
ulong rights, bool revoke_grant, bool is_proxy)
|
||||
{
|
||||
List_iterator <LEX_USER> str_list (list);
|
||||
LEX_USER *Str, *tmp_Str, *proxied_user;
|
||||
LEX_USER *Str, *tmp_Str, *proxied_user= NULL;
|
||||
char tmp_db[NAME_LEN+1];
|
||||
bool create_new_users=0;
|
||||
TABLE_LIST tables[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue