• Michael Widenius's avatar
    - Solaris fixes: · 0fa77299
    Michael Widenius authored
      - Fixed that wait_timeout_func and wait_timeout tests works on solaris
      - We have to compile without NO_ALARM on Solaris as Solaris doesn't support timeouts on sockets with setsockopt(.. SO_RCVTIMEO).
      - Fixed that compile-solaris-amd64-debug works (before that we got a wrong ELF class: ELFCLASS64 on linkage)
    - Fixed some compiler warnings
    - Fixed some failing tests
    
    BUILD/compile-solaris-amd64-debug:
      Fixed that compile-solaris-amd64-debug works (before that we got a wrong ELF class: ELFCLASS64 on linkage)
    configure.cmake:
      We have to compile without NO_ALARM on Solaris as Solaris doesn't support timeouts on sockets with setsockopt(.. SO_RCVTIMEO)
    mysql-test/suite/parts/t/partition_basic_innodb.test:
      Mark test as big test (as otherwise we get timeout on our opensolaris machine in buildbot)
    mysql-test/suite/rpl/t/rpl_cant_read_event_incident.test:
      Remove warning
    0fa77299
configure.cmake 33.4 KB