1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-13 16:01:32 +03:00

name changes for non-root

This commit is contained in:
david hill
2016-08-16 13:38:45 -05:00
parent 516d45a27b
commit 53abd78979
6 changed files with 55 additions and 655 deletions

View File

@ -346,7 +346,7 @@ void Config::writeConfig(const string& configFile) const
#else
const fs::path defaultCalpontConfigFileTemp("Columnstore.xml.temp");
const fs::path saveCalpontConfigFileTemp("Columnstore.xml.calpontSave");
const fs::path saveCalpontConfigFileTemp("Columnstore.xml.columnstoreSave");
const fs::path tmpCalpontConfigFileTemp("Columnstore.xml.temp1");
fs::path etcdir = fs::path(fInstallDir) / fs::path("etc");