mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
38e582aa19
Description:- Replace, the string replacement utility fails on the windows platform. Analysis:- The utility takes files and multiple string pairs as input. In the windows platform, the utility maps the standard input incorrectly (Considers 0 as the fd for standard input instead of 2048 on windows). Hence when the input file is supplied to the utility due to the incorrect mapping, a bad file descriptor error is generated causing the utility to exit with an error. Fix:- "my_fileno()" is used for getting the correct file despscriptor for standard input. |
||
---|---|---|
.. | ||
yassl | ||
charset2html.c | ||
CMakeLists.txt | ||
comp_err.c | ||
innochecksum.c | ||
my_print_defaults.c | ||
mysql_waitpid.c | ||
perror.c | ||
replace.c | ||
resolve_stack_dump.c | ||
resolveip.c |