mariadb/client
unknown 29ff97f8cc Bug#23735 mysqlbinlog client fails when reading binlog from stdin
- Windows opens stdin in text mode by default. Certain characters
   such as CTRL-Z are interpeted as events and the read() method
   will stop. CTRL-Z is the EOF marker in Windows. to get past this
   you have to open stdin in binary mode. Setmode() is used to set
   stdin in binary mode. Errors on setting this mode result in
   halting the function and printing an error message to stderr.


client/mysqlbinlog.cc:
  Apply fix to 5.0 as well
2006-12-11 11:25:45 +01:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Remove compiler warnings 2006-11-20 22:42:06 +02:00
CMakeLists.txt Add mysys/my_getpagesize.c as source file for mysql_upgrade 2006-11-23 21:07:41 +01:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am Add mysys/my_getpagesize.c as source file for mysql_upgrade 2006-11-23 21:07:41 +01:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-12-04 19:28:38 +01:00
mysql_upgrade.c Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-release 2006-11-23 11:57:18 +01:00
mysqladmin.cc Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqlbinlog.cc Bug#23735 mysqlbinlog client fails when reading binlog from stdin 2006-12-11 11:25:45 +01:00
mysqlcheck.c Bug #16502: mysqlcheck gets confused with views 2006-07-24 13:31:20 -07:00
mysqldump.c Fixed compiler warnings 2006-11-30 21:56:03 +02:00
mysqlimport.c Bug#15690 mysqlimport tries to set options the server doesn't understand 2006-07-20 17:30:44 +02:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Bug #19147: mysqlshow INFORMATION_SCHEMA does not work 2006-07-21 20:29:25 -07:00
mysqltest.c Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint 2006-12-08 16:50:54 +01:00
readline.cc Bug#19799 delimiter command not working correctly when sourcing a sql file 2006-11-21 21:10:02 -05:00
sql_string.cc Merge with 4.1 2005-06-07 00:31:53 +03:00
sql_string.h Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 2005-06-06 16:54:15 +05:00