1
0
Fork 0

Remove accidentally forgotten 3.5 RC1 code

This commit is contained in:
KVS85 2019-06-10 16:03:11 +02:00
parent d176a65503
commit 7b2a11e0fb
1 changed files with 0 additions and 7 deletions

View File

@ -1991,13 +1991,6 @@ std::unique_ptr<TRI_vocbase_t> RocksDBEngine::openExistingDatabase(
TRI_ASSERT(slice.isArray());
for (auto const& it : VPackArrayIterator(slice)) {
// we found a view that is still active
if (isUpgrade) {
LOG_TOPIC("8db62", FATAL, arangodb::iresearch::TOPIC)
<< "Upgrading views is not supported in 3.5RC1, please drop all the existing views and manually recreate them after the upgrade is complete";
FATAL_ERROR_EXIT();
}
TRI_ASSERT(!it.get("id").isNone());
LogicalView::ptr view;