mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix compilation problems on Windows and SUN Solaris.
This commit is contained in:
@ -216,7 +216,6 @@ int Add_user_cmd::execute()
|
||||
{
|
||||
LEX_STRING user_name;
|
||||
const char *password;
|
||||
char scrambled_password_buf[SCRAMBLED_PASSWORD_CHAR_LENGTH + 1];
|
||||
|
||||
User_map user_map;
|
||||
User *new_user;
|
||||
@ -310,7 +309,6 @@ int Edit_user_cmd::execute()
|
||||
{
|
||||
LEX_STRING user_name;
|
||||
const char *password;
|
||||
char scrambled_password_buf[SCRAMBLED_PASSWORD_CHAR_LENGTH + 1];
|
||||
|
||||
User_map user_map;
|
||||
User *user;
|
||||
|
Reference in New Issue
Block a user