mariadb/client
unknown 409b8f35d4 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).
2003-10-20 15:35:03 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Do not silently do RESET MASTER when one does 'mysqldump --master-data' ; 2003-03-19 15:16:51 +01:00
completion_hash.cc Import changeset 2000-07-31 21:29:14 +02:00
completion_hash.h Import changeset 2000-07-31 21:29:14 +02:00
connect_test.c Import changeset 2000-07-31 21:29:14 +02:00
errmsg.c Fixed bugs in symlink code 2001-06-02 01:16:26 +03:00
get_password.c Import changeset 2000-07-31 21:29:14 +02:00
insert_test.c Import changeset 2000-07-31 21:29:14 +02:00
list_test.c Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
my_readline.h Cleanup of tests 2000-12-28 19:25:41 +02:00
mysql.cc Fixed help typos in mysql.cc 2002-04-02 17:42:01 +03:00
mysqladmin.c Fix bug in --relative (-r) 2003-01-24 14:59:36 +02:00
mysqlbinlog.cc Fix for Bug #1595 "mysqlbinlog can't read a password from the console". 2003-10-20 15:35:03 +02:00
mysqlcheck.c Fixed mysqlcheck so it can process table names with dashes. 2002-11-12 16:09:33 +02:00
mysqldump.c Better quoting patch for mysqldump 2003-09-03 18:48:10 +03:00
mysqlimport.c Added help for --local-infile 2002-03-12 11:38:22 +02:00
mysqlshow.c Added --verbose option to mysqlshow 2001-06-12 11:59:14 +03:00
mysqltest.c Added O_BINARY flag to all my_fopen() calls. 2002-12-27 23:29:27 +02:00
password.c Import changeset 2000-07-31 21:29:14 +02:00
readline.cc Cleanup of tests 2000-12-28 19:25:41 +02:00
select_test.c Import changeset 2000-07-31 21:29:14 +02:00
showdb_test.c Import changeset 2000-07-31 21:29:14 +02:00
sql_string.cc changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
sql_string.h changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
ssl_test.c Import changeset 2000-07-31 21:29:14 +02:00
thimble.cc added loops and other cool stuff to mysqltest 2000-12-02 10:11:50 -07:00
thread_test.c Portability fix in mysqlbinlog.cc (include my_pthread.h) 2001-08-21 19:14:04 -04:00
violite.c Use C-style comments in common header files and C code. 2001-01-16 22:35:27 +02:00