We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a99c5 commit 788382fCopy full SHA for 788382f
storage/rocksdb/build_rocksdb.cmake
@@ -31,9 +31,8 @@ endif()
31
32
include (CheckTypeSize)
33
check_type_size(size_t SIZEOF_SIZE_T)
34
-check_type_size(uint64_t SIZEOF_UINT64_T)
35
set_property(SOURCE ha_rocksdb.cc APPEND PROPERTY COMPILE_DEFINITIONS
36
- SIZEOF_SIZE_T=${SIZEOF_SIZE_T} SIZEOF_UINT64_T=${SIZEOF_UINT64_T})
+ SIZEOF_SIZE_T=${SIZEOF_SIZE_T} SIZEOF_UINT64_T=8)
37
38
# Optional compression libraries.
39
0 commit comments