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 /configure.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 'configure.cmake')
-rw-r--r-- | configure.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake index f8c58dac391..d7bdd1eb668 100644 --- a/configure.cmake +++ b/configure.cmake @@ -547,6 +547,7 @@ MY_CHECK_TYPE_SIZE(mode_t MODE_T) IF(NOT SIZEOF_MODE_T) SET(mode_t int) ENDIF() +MY_CHECK_TYPE_SIZE(sighandler_t SIGHANDLER_T) IF(HAVE_NETINET_IN_H) SET(CMAKE_EXTRA_INCLUDE_FILES netinet/in.h) |