mariadb/plugin/aws_key_management
Vladislav Vaintroub b64910ce27 MDEV-12452 MDEV-12453 : Fix building rocksdb and aws_key_management on macOS
use  CMAKE_CXX_STANDARD to set C++11 flags  with CMake 3.1+ (apples flags are somehow different from standard clang)
port htonbe16/32/64 macros for rocksdb
use reinterpret_cast<size_t> to cast macOS's pthread_t (pointer type) to  size_t , for rocksdb
2017-04-06 18:40:12 -04:00
..
aws_key_management_plugin.cc Fix AWS KMS plugin's compile error 2017-03-14 20:44:25 +00:00
CMakeLists.txt MDEV-12452 MDEV-12453 : Fix building rocksdb and aws_key_management on macOS 2017-04-06 18:40:12 -04:00