1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +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:
Jim Winstead
2009-05-07 10:51:55 -07:00
parent b78f9a8659
commit 038be08a1b
9 changed files with 18 additions and 0 deletions

View File

@@ -231,6 +231,8 @@ get_one_option(int optid, const struct my_option *opt,
break;
case 'p':
if (argument == disabled_my_option)
argument= (char*) ""; // Don't require password
tty_password= 1;
add_option= FALSE;
if (argument)