mirror of https://gitee.com/bigwinds/arangodb
Added a missing switch break.
This commit is contained in:
parent
53e5da6643
commit
a17de4e296
|
@ -57,6 +57,7 @@ class WBReader : public rocksdb::WriteBatch::Handler {
|
||||||
_builder.add(
|
_builder.add(
|
||||||
"type",
|
"type",
|
||||||
VPackValue(static_cast<uint64_t>(REPLICATION_COLLECTION_CREATE)));
|
VPackValue(static_cast<uint64_t>(REPLICATION_COLLECTION_CREATE)));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case RocksDBEntryType::Document: {
|
case RocksDBEntryType::Document: {
|
||||||
_builder.add(
|
_builder.add(
|
||||||
|
|
Loading…
Reference in New Issue