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(
|
||||
"type",
|
||||
VPackValue(static_cast<uint64_t>(REPLICATION_COLLECTION_CREATE)));
|
||||
break;
|
||||
}
|
||||
case RocksDBEntryType::Document: {
|
||||
_builder.add(
|
||||
|
|
Loading…
Reference in New Issue