mirror of https://github.com/MariaDB/server
Browse Source
fprintf() on Windows, when used on unbuffered FILE*, writes bytewise. This can make crash handler messages harder to read, if they are mixed up with other error log output. Fixed , on Windows, by using a small buffer for formatting, and fwrite instead of fprintf, if buffer is large enough for message.10.5-MDEV-33927
1 changed files with 20 additions and 1 deletions
Loading…
Reference in new issue