84 Commits (4656060f118caba30912cca2557d72fcea307283)

Author SHA1 Message Date
Vladislav Vaintroub 142c0a0424 MDEV-4190 : Fix system checks for OpenBSD 13 years ago
Vladislav Vaintroub 2c37ace131 MDEV-4174 - Use kqueue for threadpool implementation on more BSD variants than just FreeBSD 13 years ago
Michael Widenius dd8bd2e4c3 Fixed compiler warnings 13 years ago
Sergei Golubchik 0117a92fed MDEV-419 ensure that all HAVE_XXX constants can be set by cmake 13 years ago
Sergei Golubchik 7368ef56c6 MDEV-418 Feedback plugin statisics problem 13 years ago
Vladislav Vaintroub 2115542294 FreeBSD : Extend CMAKE_REQUIRED_LIBRARIES with ${LIBEXECINFO} , for backtrace_symbols & Co 14 years ago
Georgi Kodinov b872ce0312 Fixed a cmake compile problem because of the 2.8.8 fix. 14 years ago
Georgi Kodinov e881e03e01 Bug #59148 - made tests experimental 14 years ago
Vladislav Vaintroub f544b21fcb Fix build on OSX 14 years ago
Michael Widenius bea887e663 Define dummy my_init_stacktrace() to allow one to call it without #ifdef HAVE_STACKTRACE 14 years ago
Davi Arnaut 9584cbe7fc Make Replication filter settings dynamic. 14 years ago
Sergei Golubchik db39910f08 disable safemalloc for valgrind builds. 14 years ago
Vladislav Vaintroub 19d13a3b17 portability fixes for FreeBSD 8 and 9 14 years ago
Sergei Golubchik db8f698c8a new configure option: NOT_FOR_DISTRIBUTION 14 years ago
Sergei Golubchik 44d335b828 bugfix: cxxabi.h was not found 14 years ago
Sergei Golubchik 37c81d81b3 another backtrace resolver that prints source file name and line number 14 years ago
Georgi Kodinov 4ba3034149 Merged the fix of bug #12779790 to mysql-5.5-security 14 years ago
Jon Olav Hauglid aee88a4cc6 Bug#12779790 COMPILATION FAILS OS X 10.7 - IMPLICIT DECLARATION OF 14 years ago
Sergei Golubchik b4a0b2c2f8 post-merge fixes. 15 years ago
Davi Arnaut 5f49c7d6b7 FIONREAD is located in sys/filio.h on Solaris. 15 years ago
Davi Arnaut 8aadfb4065 Remove some leftovers from the removal of the gethostbyname wrappers. 15 years ago
Tor Didriksen 029a5df870 Bug #58699 cannot build with gcc dbg on solaris 15 years ago
Dmitry Lenev 0afd0a18fe A better fix for bug #56405 "Deadlock in the MDL deadlock 15 years ago
Vladislav Vaintroub 568c26631c Cleanup after bild team push. 15 years ago
Kent Boortz fb583cfaea CMakeLists.txt 16 years ago
Vladislav Vaintroub 97d36ef532 Bug#53593: Add some instrumentation to improve Valgrind sensitivity. 16 years ago
Daniel Fischer 977be3ee94 Fixed a readability optimization in CMake code that broke IPv6 support. 16 years ago
Tor Didriksen bac571e136 Bug #53445 Build with -Wall and fix warnings that it generates 16 years ago
Tor Didriksen 85da8956e6 Bug #53445 Build with -Wall and fix warnings that it generates 16 years ago
Kent Boortz b2c4dd80ef configure.cmake 16 years ago
Alexander Nozdrin 9003fb7cad Fix for Bug#52923 (Inadequate documentation of "Can't get hostname for your address" error). 16 years ago
Kent Boortz 35eecf3d65 config.h.cmake 16 years ago
Kent Boortz 8d89b57810 config.h.cmake 16 years ago
Luis Soares c9abb77c36 BUG#52341: PB2: rpl tests started taking three times more time on 16 years ago
Dmitry Lenev 6b5c4a9ef6 Fix for bug #51105 "MDL deadlock in rqg_mdl_stability test 16 years ago
Vladislav Vaintroub 14e563ce5f check for poll.h 16 years ago
Vladislav Vaintroub 14d905200f Fix syntax errors in configure.cmake 16 years ago
vvaintroub 6580cdb27b Add windows system check cache that prevents tests from running, most are irrelevant anyway 16 years ago
Vladislav Vaintroub 24b6ae2d0b Added AIX, OS400 and Cygwin. 16 years ago
Vladislav Vaintroub 0a6fe4fb84 fix default architecture flag (v8) on sparc32 gcc that prevent mysql from compilng, add HPUX.cmake 16 years ago
Vladislav Vaintroub cdb8cafb27 Fixed typos and failed mysqld--help test. 16 years ago
Vladislav Vaintroub bc80c38a54 Move FreeBSD specific hacks to cmake/os/FreeBSD.cmake 16 years ago
Vladislav Vaintroub 3241885f90 Move OSX specific checks to cmake/os/Darwin.cmake 16 years ago
Vladislav Vaintroub 62bc68a054 WL#5161: Following Mats' suggestion, moved Solaris specific workaround to cmake/os/SunOS.cmake 16 years ago
Vladislav Vaintroub 7ce02039af WL#5161, implement Mats' suggeston to move platform specifics into own files 16 years ago
Vladislav Vaintroub a8c47397fc WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS specific files, instead of 16 years ago
Vladislav Vaintroub 32cbda18fb Fix failing yassl tests on OSX 16 years ago
Vladislav Vaintroub 3db12ce6b6 Fix AIX error during compile in my_handler (pointer to data is used, while pointer to function is expected). 16 years ago
Vladislav Vaintroub 8bffa163f8 Fix various compiler/OS compatibility errors 16 years ago
Vladislav Vaintroub a87f4e1bbb Fix some problems found by kent. 16 years ago