mariadb/plugin/semisync
Ajo Robert 3d1306f7b7 Bug#21770366 backport bug#21657078 to 5.5 and 5.6
Problem Statement
=========
Fix various issues when building MySQL with Visual Studio 2015.

Fix:
=======
- Visual Studio 2015 adds support for timespec. Add check and
  related code to use this and only use our replacement if
  timespec is not defined.
- Rename lfind/lsearch to my* to avoid redefinition problems.
- Set default value for TMPDIR to "" on Windows as P_tmpdir
  no longer exists.
- using VS definition of snprintf if available
- tzname are now renamed to _tzname.
2016-01-07 14:36:19 +05:30
..
CMakeLists.txt Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). 2010-08-12 19:19:57 +04:00
semisync.cc Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
semisync.h Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
semisync_master.cc Bug#21770366 backport bug#21657078 to 5.5 and 5.6 2016-01-07 14:36:19 +05:30
semisync_master.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
semisync_master_plugin.cc Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING) 2012-06-29 13:36:01 +02:00
semisync_slave.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
semisync_slave.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
semisync_slave_plugin.cc Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30