diff options
author | unknown <guilhem@mysql.com> | 2003-10-20 15:35:03 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2003-10-20 15:35:03 +0200 |
commit | 409b8f35d43a23b660bc5a5f439a3375d2c20d36 (patch) | |
tree | 0b67663e75572bb39fbe9b15d2e9a0bccdf6a3e1 /BUILD | |
parent | 54b9f2d8ff0b1b14f531f2b16fc57ac51d332cc1 (diff) | |
download | mariadb-git-409b8f35d43a23b660bc5a5f439a3375d2c20d36.tar.gz |
Fix for Bug #1595 "mysqlbinlog can't read a password from the console".
Make mysqlbinlog prompt for the password if
mysqlbinlog -p
instead of printing the usage().
This makes mysqlbinlog behave like other clients, which is the reason
why we fix this in 3.23.
This new code was almost copied from mysqldump.
Note that before, one could use
mysqlbinlog -p pass
and now one must use
mysqlbinlog -ppass
(putting a space will ask for the password).
client/mysqlbinlog.cc:
Make mysqlbinlog prompt for the password if
mysqlbinlog -p
instead of printing the usage().
This makes mysqlbinlog behave like other clients, which is the reason
why we fix this in 3.23.
This new code was almost copied from mysqldump.
Note that before, one could use
mysqlbinlog -p pass
and now one must use
mysqlbinlog -ppass
(putting a space will ask for the password).
Diffstat (limited to 'BUILD')
0 files changed, 0 insertions, 0 deletions