mariadb/libmysql
Vladislav Vaintroub f1daf9ced4 MDEV-9024 Build fails with VS2015
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)
2015-11-06 17:27:24 +01:00
..
client_settings.h Do the partial merge of WL#5602 correctly: 2013-12-09 12:38:02 +01:00
CMakeLists.txt Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
conf_to_src.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
errmsg.c MDEV-9024 Build fails with VS2015 2015-11-06 17:27:24 +01:00
get_password.c Fixes for Windows XP 2013-03-26 10:34:21 +01:00
libmysql.c MDEV-7871 Tests fail massively on "Assertion `status_var.memory_used == 0'" when run with --ps --embedded. 2015-06-15 18:07:41 +05:00
libmysql.def Bug #12325444 : 60746: CLIENT_PLUGIN.H IS BROKEN 2011-04-06 17:31:26 +03:00
libmysql_versions.ld.in MDEV-5529 Sync libmysqlclient.so symbol versioning across distributions 2014-02-19 21:39:16 +01:00