mirror of https://gitee.com/bigwinds/arangodb
Activated babies in cluster replace
This commit is contained in:
parent
0bc206ff80
commit
04f796e9a1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue