Commit 801f0338 authored by cbell/Chuck@mysql_cab's avatar cbell/Chuck@mysql_cab

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

parent 367a41c3
......@@ -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