1
0
Fork 0

Activated babies in cluster replace

This commit is contained in:
Michael Hackstein 2016-04-12 09:10:50 +02:00
parent 0bc206ff80
commit 04f796e9a1
1 changed files with 0 additions and 4 deletions

View File

@ -1408,10 +1408,6 @@ OperationResult Transaction::replace(std::string const& collectionName,
OperationResult Transaction::replaceCoordinator(std::string const& collectionName,
VPackSlice const newValue,
OperationOptions& options) {
if (newValue.isArray()) {
THROW_ARANGO_EXCEPTION(TRI_ERROR_ARANGO_DOCUMENT_TYPE_INVALID);
}
auto headers = std::make_unique<std::map<std::string, std::string>>();
GeneralResponse::ResponseCode responseCode;
std::unordered_map<int, size_t> errorCounter;