mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Various command-line utilities, including mysqlbinlog and mysqldump, don't
handle the --skip-password option correctly. (Bug #28479)
This commit is contained in:
@ -232,6 +232,8 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||
opt_count_iterations= 1;
|
||||
break;
|
||||
case 'p':
|
||||
if (argument == disabled_my_option)
|
||||
argument= (char*) ""; // Don't require password
|
||||
if (argument)
|
||||
{
|
||||
char *start=argument;
|
||||
|
Reference in New Issue
Block a user