mariadb/client
Sergei Golubchik c4cb240061 MDEV-9024 Build fails with VS2015
cherry-pick f1daf9ce from 10.0 branch
-------------------------------------

Fix build failures caused by new C runtime library
- isnan, snprintf, struct timespec are now defined, attempt to
redefine them leads
- P_tmpdir, tzname are no more defined
-  lfind() and lsearch() in lf_hash.c had to be renamed,  declaration
conflicts with some C runtime functions with the same name declared in
a header included by stdlib.h

 Also fix couple of annoying warnings :
- remove #define NOMINMAX from config.h to avoid "redefined" compiler
warnings(NOMINMAX is already in compile flags)

- disable incremental linker in Debug as well (feature not used much
and compiler crashes often)

Also simplify package building with Wix, require Wix 3.9 or later
(VS2015 is not compatible with old Wix 3.5/3.6)
2016-02-06 22:41:58 +01:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h post-merge fixes 2015-04-29 12:40:52 +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 MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01:00
mysql_plugin.c Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
mysql_upgrade.c MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb 2016-02-06 11:45:23 +01:00
mysqladmin.cc Bug #20802751 - SEGMENTATION FAILURE WHEN RUNNING 2015-07-08 11:53:54 +05:30
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 Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
mysqldump.c Merge branch 'bb-5.5-serg' into 5.5 2015-12-09 11:51:59 +01:00
mysqlimport.c Bug #21235226 : THE --ENABLE-CLEARTEXT-PLUGIN IS NOT 2015-10-14 12:00:39 +05:30
mysqlshow.c Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
mysqlslap.c Merge tag 'mysql-5.5.45' into 5.5 2015-08-01 14:56:18 +02:00
mysqltest.cc MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01: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