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
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h Merge branch 'mysql/5.5' into 5.5 2016-04-20 15:25:55 +02:00
CMakeLists.txt Merge remote-tracking branch 'mysql/5.5' into 5.5 2015-10-08 22:54:24 +02:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
get_password.c mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc mysql cli: fix USE command quoting 2016-10-13 21:38:32 +02:00
mysql_plugin.c Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
mysql_upgrade.c Merge branch 'mysql/5.5' into 5.5 2016-04-20 15:25:55 +02:00
mysqladmin.cc MDEV-8012: Wrong exit code when asking for help 2016-06-12 22:47:18 +03:00
mysqlbinlog.cc MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5 2015-07-31 17:17:33 +02:00
mysqlcheck.c MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names 2016-08-08 21:27:30 +02:00
mysqldump.c mysqldump: comments and identifiers with new lines 2016-10-14 01:12:04 +02:00
mysqlimport.c Merge branch 'mysql/5.5' into 5.5 2016-08-03 20:38:25 +02:00
mysqlshow.c Merge branch 'mysql/5.5' into 5.5 2016-06-14 13:55:28 +02:00
mysqlslap.c Merge branch 'mysql/5.5' into 5.5 2016-04-20 15:25:55 +02:00
mysqltest.cc MDEV-9409 Windows - workaround VS2015 CRT bug that makes 2016-10-27 19:45:44 +00:00
readline.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
sql_string.cc.dontuse mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00