mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
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:
parent
4ae200a97a
commit
80c90887fe
4 changed files with 14 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue