1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
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
..
2006-11-20 22:42:06 +02:00
2003-08-11 22:44:43 +03:00
2004-05-05 22:47:09 +02:00
2006-11-30 21:56:03 +02:00
2004-09-01 04:12:09 +03:00
2005-06-07 00:31:53 +03:00