mariadb/mysql-test/lib/My/SafeProcess
Vladislav Vaintroub b056ed6d98 MDEV-35891 mtr, Windows - fix multi-process append for stdout and stderr
This backports https://github.com/mysql/mysql-server/commit/e2f685972985,
which works around perl issue https://github.com/Perl/perl5/issues/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.
2025-01-20 17:50:07 +02:00
..
Base.pm MDEV-32387 - prevent output during temporary changes to STDOUT/STDERR 2024-10-28 10:45:50 +01:00
CMakeLists.txt Merge branch '10.3' into 10.4 2021-09-24 12:29:57 +02:00
safe_kill_win.cc MDEV-11499 mysqltest, Windows : improve diagnostics if server fails to shutdown 2021-09-24 11:49:28 +02:00
safe_process.cc my_safe_process: try to kill the process softly first 2022-08-10 09:14:17 +02:00
safe_process_win.cc MDEV-35891 mtr, Windows - fix multi-process append for stdout and stderr 2025-01-20 17:50:07 +02:00
wsrep_check_version.c MDEV-18565 Galera mtr-suite fails if galera library is not installed 2020-04-27 09:22:36 +02:00