#At file:///export/home/didrik/repo/5.5/ based on revid:dmitry.shulga@stripped
3405 Tor Didriksen 2011-05-26
Don't check for FIONREAD on windows.
Execution of platforms tests are slow/flaky when building on windows.
in PB:mysql-next-mr-opt-team on 2011-05-18 for win x86 debug_max, i see:
-- Looking for FIONREAD
-- Looking for FIONREAD - found
and the build fails.
modified:
cmake/os/WindowsCache.cmake
=== modified file 'cmake/os/WindowsCache.cmake'
--- a/cmake/os/WindowsCache.cmake 2011-04-30 05:24:38 +0000
+++ b/cmake/os/WindowsCache.cmake 2011-05-26 07:54:19 +0000
@@ -341,6 +341,7 @@ SET(SIGNAL_RETURN_TYPE_IS_VOID 1 CACHE I
SET(C_HAS_inline CACHE INTERNAL "")
SET(C_HAS___inline 1 CACHE INTERNAL "")
SET(FIONREAD_IN_SYS_IOCTL CACHE INTERNAL "")
+SET(FIONREAD_IN_SYS_FILIO CACHE INTERNAL "")
SET(GWINSZ_IN_SYS_IOCTL CACHE INTERNAL "")
SET(HAVE_CXXABI_H CACHE INTERNAL "")
SET(HAVE_NDIR_H CACHE INTERNAL "")
Attachment: [text/bzr-bundle] bzr/tor.didriksen@oracle.com-20110526075419-7hn528qpnev3ujck.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (tor.didriksen:3405) | Tor Didriksen | 26 May |