mirror of
https://github.com/MariaDB/server.git
synced 2025-11-22 17:44:29 +03:00
Windows C runtime does not implement line buffering mode for stdio. This sometimes makes output from different tests interleaved in MTR MTR relies on this buffering (lines won't output until "\n") to correctly work in parallel scenarios. Implement do-it-yourself line buffering on Windows, to workaround.
20 KiB
20 KiB