1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-04 01:23:45 +03:00
Files
mariadb/client
Vladislav Vaintroub aec43216c8 MDEV-9409 Windows - workaround VS2015 CRT bug that makes
mysqldump/mysql_install_db.exe fail

The bug is described in
https://connect.microsoft.com/VisualStudio/Feedback/Details/1902345

When reading from a pipe in text mode, using CRT function such as fread(),
some newlines may be lost. Workaround is to use binary mode on reading side
and if necessary, replace \r\n with \n.
2016-10-27 19:45:44 +00:00
..
2013-07-16 19:09:54 +02:00
2013-06-10 21:45:30 +02:00
2016-10-13 21:38:32 +02:00
2016-06-14 13:55:28 +02:00
2016-04-20 15:25:55 +02:00
2013-06-10 21:45:30 +02:00
2013-05-07 13:05:09 +02:00
2013-07-16 19:09:54 +02:00