You've already forked mariadb-columnstore-engine
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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user