diff options
author | Monty <monty@mariadb.org> | 2015-11-24 20:04:12 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2015-11-24 20:04:12 +0200 |
commit | f813a0002922949a23c75affbee530076f4aa1bb (patch) | |
tree | 9575212477e26c8f1a4c6957ebe9ec6ff515cd79 /config.h.cmake | |
parent | b30a768e7bcaf926cfacc4b617338184e8d72fe3 (diff) | |
download | mariadb-git-f813a0002922949a23c75affbee530076f4aa1bb.tar.gz |
Fixed failing test cases and compiler warnings found by buildbot
- Added some extra command to rpl_start_stop to ensure that the
IO thread has connected to the master before we shut down the server.
- if signal returns signalhandler_t, use this with the alarm code
- Added missing tests to sys_vars
- Fixed some possible overflow bugs in tabxml.cpp
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 33ec17e49c7..69c107ebd5b 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -406,6 +406,7 @@ #cmakedefine SIGNAL_RETURN_TYPE_IS_VOID 1 #cmakedefine RETSIGTYPE @RETSIGTYPE@ #cmakedefine VOID_SIGHANDLER 1 +#cmakedefine HAVE_SIGHANDLER_T 1 #define STRUCT_RLIMIT struct rlimit #ifdef __APPLE__ |