mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix minor bug and add test of connection with new/old/without passwords
libmysql/libmysql.c: Small fix (resulted in connection without database even if one is specified) sql/mini_client.cc: The same fix for replication copy
This commit is contained in:
@ -2233,7 +2233,6 @@ Try also with PIPE or TCP/IP
|
||||
bfill(end, SCRAMBLE_LENGTH, 'x');
|
||||
end+=SCRAMBLE_LENGTH;
|
||||
*end=0;
|
||||
end++;
|
||||
}
|
||||
else /* For empty password*/
|
||||
{
|
||||
|
Reference in New Issue
Block a user