Commit b9c97546 authored by unknown's avatar unknown
Browse files

BUG#23735 Changes to comments in code for explanation of fix.


client/mysqlbinlog.cc:
  BUG#23735 Corrections to comments in code for explaination of fix.
parent 70111f50
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -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