Commit b9c97546 authored by unknown's avatar unknown

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment