1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

Merge pull request #1107 from pleblanc1976/mcol-3887

MCOL-3887 - postconfig problem processing an upgrade
This commit is contained in:
benthompson15
2020-04-06 15:59:22 -05:00
committed by GitHub

View File

@@ -136,7 +136,7 @@ int main(int argc, char* argv[])
} }
//my.cnf.rpmsave file //my.cnf.rpmsave file
string mycnfsaveFile = "/etc/my.cnf/columnstore.cnf.rpmsave"; string mycnfsaveFile = std::string(MCSMYCNFDIR) + "/columnstore.cnf.rpmsave";
ifstream mycnfsavefile (mycnfsaveFile.c_str()); ifstream mycnfsavefile (mycnfsaveFile.c_str());
if (!mycnfsavefile) if (!mycnfsavefile)