You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDEV-35891 mtr, Windows - fix multi-process append for stdout and stderr
This backports mysql/mysql-server@e2f685972985,
which works around perl issue Perl/perl5#17570
MySQL fix ensures that FILE_APPEND_DATA is used in redirected
stdout/stderr open flags, rather than FILE_GENERIC_WRITE. Only this gives
lossless append behavior, if multiple processes use the same file.
0 commit comments