Skip to content

Commit 34e6b5f

Browse files
committed
Undo fix for MDEV-13852: RocksDB now has a proper WinWriteableFile::IsSyncThreadSafe()
Commit being reverted is: commit 689168b Author: Vladislav Vaintroub <wlad@mariadb.com> Date: Thu Nov 16 18:57:18 2017 +0000 MDEV-13852 - redefine WinWriteableFile such as IsSyncThreadSafe() is set to true, as it should. Copy and modify original io_win.h header file to a different location (as we cannot patch anything in submodule). Make sure modified header is used.
1 parent 5715177 commit 34e6b5f

File tree

2 files changed

+0
-451
lines changed

2 files changed

+0
-451
lines changed

storage/rocksdb/build_rocksdb.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ INCLUDE_DIRECTORIES(
1212
${ROCKSDB_SOURCE_DIR}/third-party/gtest-1.7.0/fused-src
1313
)
1414

15-
IF(WIN32)
16-
INCLUDE_DIRECTORIES(BEFORE
17-
${CMAKE_CURRENT_SOURCE_DIR}/patch)
18-
ENDIF()
19-
2015
list(APPEND CMAKE_MODULE_PATH "${ROCKSDB_SOURCE_DIR}/cmake/modules/")
2116

2217
if(WIN32)

0 commit comments

Comments
 (0)