mariadb/extra
Arun Kuruvila 38e582aa19 Bug #16581605: REPLACE.EXE UTILITY IS BROKEN IN 5.5
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.
2014-10-21 16:25:35 +05:30
..
yassl Bug#19695101 UPGRADE YASSL TO 2.3.5 2014-09-29 10:17:38 +02:00
charset2html.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
CMakeLists.txt Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
comp_err.c Merge from mysql-5.1 to mysql-5.5 2013-05-16 09:01:11 +02:00
innochecksum.c 2nd fix for Bug #55713 innochecksum is NOT built with large file support enabled 2011-08-17 00:34:11 +02:00
my_print_defaults.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_waitpid.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
perror.c Merge of patch for Bug#13928675 from mysql-5.1. 2012-08-07 19:07:13 +05:30
replace.c Bug #16581605: REPLACE.EXE UTILITY IS BROKEN IN 5.5 2014-10-21 16:25:35 +05:30
resolve_stack_dump.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
resolveip.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00