MDEV-13585: RocksDB plugin fails to build on macOS because of unknown type timer_t etc.

Rdb_io_watchdog can not be built on  OS X. Disable it.
This commit is contained in:
Varun Gupta 2017-09-05 23:00:59 +05:30
commit 80c90887fe
4 changed files with 14 additions and 9 deletions

View file

@ -35,7 +35,7 @@
namespace myrocks {
// Rdb_io_watchdog does not support Windows ATM.
#ifndef _WIN32
#if !defined(_WIN32) && !defined(__APPLE__)
class Rdb_io_watchdog {
const int RDB_IO_WRITE_BUFFER_SIZE = 4096;