From 6381c36046ed6661496e08858f7e12bfd759ea2a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Oct 2004 22:08:17 +0300 Subject: Fixed a bug in password handling. All related to Bug#5955. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- client/mysqlimport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/mysqlimport.c') diff --git a/client/mysqlimport.c b/client/mysqlimport.c index c68d2d9f724..af6932620bb 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -25,7 +25,7 @@ ** * * ** ************************* */ -#define IMPORT_VERSION "3.4" +#define IMPORT_VERSION "3.5" #include "client_priv.h" #include "mysql_version.h" @@ -191,6 +191,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), while (*argument) *argument++= 'x'; /* Destroy argument */ if (*start) start[1]=0; /* Cut length of argument */ + tty_password= 0; } else tty_password= 1; -- cgit v1.2.1