mirror of https://gitee.com/bigwinds/arangodb
Revert "temporary disable upgrade for views (#9083)"
This reverts commit b459a85498
.
This commit is contained in:
parent
b459a85498
commit
fdbaeec732
|
@ -250,12 +250,6 @@ struct IResearchView::ViewFactory : public arangodb::ViewFactory {
|
||||||
? (databaseFeature->upgrade() || databaseFeature->checkVersion())
|
? (databaseFeature->upgrade() || databaseFeature->checkVersion())
|
||||||
: false;
|
: false;
|
||||||
|
|
||||||
if (inUpgrade) {
|
|
||||||
LOG_TOPIC("3541e", FATAL, arangodb::iresearch::TOPIC)
|
|
||||||
<< "Upgrading views is not supported in 3.5RC2, please drop all the existing views and manually recreate them after the upgrade is complete";
|
|
||||||
FATAL_ERROR_EXIT();
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string error;
|
std::string error;
|
||||||
IResearchViewMeta meta;
|
IResearchViewMeta meta;
|
||||||
IResearchViewMetaState metaState;
|
IResearchViewMetaState metaState;
|
||||||
|
|
Loading…
Reference in New Issue