mirror of https://gitee.com/bigwinds/arangodb
* Added startup error for bad temporary directory setting. If the temporary directory (--temp.path) setting is identical to the database directory (`--database.directory`) this can eventually lead to data loss, as temporary files may be created inside the temporary directory, causing overwrites of existing database files/directories with the same names. Additionally the temporary directory may be cleaned at some point, and this would lead to an unintended cleanup of the database files/directories as well. Now, if the database directory and temporary directory are set to the same path, there will be a startup warning about potential data loss (though in ArangoDB 3.4 allowing to continue the startup - in 3.5 and higher we will abort the startup). * fix failing tests |
||
---|---|---|
.. | ||
AQLPhase.cpp | ||
AQLPhase.h | ||
AgencyPhase.cpp | ||
AgencyPhase.h | ||
ApplicationFeature.cpp | ||
ApplicationFeature.h | ||
ApplicationFeaturePhase.cpp | ||
ApplicationFeaturePhase.h | ||
ApplicationServer.cpp | ||
ApplicationServer.h | ||
BasicPhase.cpp | ||
BasicPhase.h | ||
ClusterPhase.cpp | ||
ClusterPhase.h | ||
CommunicationPhase.cpp | ||
CommunicationPhase.h | ||
ConfigFeature.cpp | ||
ConfigFeature.h | ||
DaemonFeature.cpp | ||
DaemonFeature.h | ||
DatabasePhase.cpp | ||
DatabasePhase.h | ||
EnvironmentFeature.cpp | ||
EnvironmentFeature.h | ||
FinalPhase.cpp | ||
FinalPhase.h | ||
FoxxPhase.cpp | ||
FoxxPhase.h | ||
GreetingsFeature.cpp | ||
GreetingsFeature.h | ||
GreetingsPhase.cpp | ||
GreetingsPhase.h | ||
HttpEndpointProvider.h | ||
LanguageFeature.cpp | ||
LanguageFeature.h | ||
MaxMapCountFeature.cpp | ||
MaxMapCountFeature.h | ||
NonceFeature.cpp | ||
NonceFeature.h | ||
PageSizeFeature.cpp | ||
PageSizeFeature.h | ||
PrivilegeFeature.cpp | ||
PrivilegeFeature.h | ||
RocksDBOptionFeature.cpp | ||
RocksDBOptionFeature.h | ||
ServerPhase.cpp | ||
ServerPhase.h | ||
ShellColorsFeature.cpp | ||
ShellColorsFeature.h | ||
ShutdownFeature.cpp | ||
ShutdownFeature.h | ||
SupervisorFeature.cpp | ||
SupervisorFeature.h | ||
TempFeature.cpp | ||
TempFeature.h | ||
V8Phase.cpp | ||
V8Phase.h | ||
V8PlatformFeature.cpp | ||
V8PlatformFeature.h | ||
V8SecurityFeature.cpp | ||
V8SecurityFeature.h | ||
V8ShellPhase.cpp | ||
V8ShellPhase.h | ||
VersionFeature.cpp | ||
VersionFeature.h | ||
WindowsServiceFeature.cpp | ||
WindowsServiceFeature.h |