mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Patch for bug#21432 is reverted
This commit is contained in:
@@ -902,8 +902,8 @@ static int check_connection(THD *thd)
|
||||
char *user= end;
|
||||
char *passwd= strend(user)+1;
|
||||
char *db= passwd;
|
||||
char db_buff[NAME_BYTE_LEN + 1]; // buffer to store db in utf8
|
||||
char user_buff[USERNAME_BYTE_LENGTH + 1]; // buffer to store user in utf8
|
||||
char db_buff[NAME_LEN + 1]; // buffer to store db in utf8
|
||||
char user_buff[USERNAME_LENGTH + 1]; // buffer to store user in utf8
|
||||
uint dummy_errors;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user