Loading client/mysqlbinlog.cc +6 −9 Original line number Diff line number Diff line Loading @@ -1361,9 +1361,6 @@ static int dump_local_log_entries(const char* logname) else // reading from stdin; { /* Bug fix: #23735 Author: Chuck Bell Description: 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 Loading Loading
client/mysqlbinlog.cc +6 −9 Original line number Diff line number Diff line Loading @@ -1361,9 +1361,6 @@ static int dump_local_log_entries(const char* logname) else // reading from stdin; { /* Bug fix: #23735 Author: Chuck Bell Description: 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 Loading