Fixed compiler errors
This commit is contained in:
parent
78d644f673
commit
92e672e2f0
|
@ -3074,7 +3074,7 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
#include "ArtMutationBuffer.h"
|
#include "fdbserver/ArtMutationBuffer.h"
|
||||||
struct MutationBufferStdMap {
|
struct MutationBufferStdMap {
|
||||||
MutationBufferStdMap() {
|
MutationBufferStdMap() {
|
||||||
// Create range representing the entire keyspace. This reduces edge cases to applying mutations
|
// Create range representing the entire keyspace. This reduces edge cases to applying mutations
|
||||||
|
@ -4691,7 +4691,7 @@ public:
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "art_impl.h"
|
#include "fdbserver/art_impl.h"
|
||||||
|
|
||||||
RedwoodRecordRef VersionedBTree::dbBegin(StringRef(), 0);
|
RedwoodRecordRef VersionedBTree::dbBegin(StringRef(), 0);
|
||||||
RedwoodRecordRef VersionedBTree::dbEnd(LiteralStringRef("\xff\xff\xff\xff\xff"));
|
RedwoodRecordRef VersionedBTree::dbEnd(LiteralStringRef("\xff\xff\xff\xff\xff"));
|
||||||
|
|
Loading…
Reference in New Issue