mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
fixes/cleanups according to Coverity report
This commit is contained in:
parent
3671fe1f72
commit
8bdb500105
29 changed files with 156 additions and 162 deletions
|
|
@ -143,7 +143,7 @@ int acl_getroot(THD *thd, USER_RESOURCES *mqh, const char *passwd,
|
|||
uint passwd_len);
|
||||
bool acl_check_host(const char *host, const char *ip);
|
||||
bool check_change_password(THD *thd, const char *host, const char *user,
|
||||
char *password);
|
||||
char *password, uint password_len);
|
||||
bool change_password(THD *thd, const char *host, const char *user,
|
||||
char *password);
|
||||
int mysql_grant(THD *thd, const char *db, List <LEX_USER> &user_list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue