1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-11901 : MariaRocks on Windows

fixed compilation, disabled unix-only tests (the ones that use bash
etc).

Changed plugin library name to ha_rocksdb.dll/so
This commit is contained in:
Vladislav Vaintroub
2017-02-01 21:27:13 +00:00
parent 13c7839ba7
commit 5875633c2a
35 changed files with 764 additions and 352 deletions

View File

@@ -24,9 +24,12 @@
#include <unordered_set>
#include <utility>
#include <vector>
#include <array>
/* C standard header files */
#ifndef _WIN32
#include <arpa/inet.h>
#endif
/* MyRocks header files */
#include "./ha_rocksdb.h"