You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
changes
This commit is contained in:
@ -64,11 +64,11 @@ int main(int argc, char *argv[])
|
|||||||
string installDir = "/usr/local";
|
string installDir = "/usr/local";
|
||||||
string MySQLport= oam::UnassignedName;
|
string MySQLport= oam::UnassignedName;
|
||||||
string installPackageType = "";
|
string installPackageType = "";
|
||||||
string product = "columnstore";
|
string company = "InfiniDB";
|
||||||
string company = "MariaDB-Columnstore";
|
string calpontPackagename = "infinidb";
|
||||||
string calpontPackagename = "mariadb-columnstore";
|
string installLocation = "/Calpont";
|
||||||
string installLocation = "/MariaDB/Columnstore";
|
string adminCommand = "calpontConsole";
|
||||||
string adminCommand = "mcsadmin";
|
string product = "infinidb";
|
||||||
|
|
||||||
char* pcommand = 0;
|
char* pcommand = 0;
|
||||||
string prompt;
|
string prompt;
|
||||||
@ -194,13 +194,13 @@ int main(int argc, char *argv[])
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( product == "infinidb" ) {
|
if ( product == "columnstore" ) {
|
||||||
company = "InfiniDB";
|
company = "MariaDB-Columnstore";
|
||||||
calpontPackagename = "infinidb";
|
calpontPackagename = "mariadb-columnstore";
|
||||||
installLocation = "" + installLocation + "";
|
installLocation = "/MariaDB/Columnstore";
|
||||||
adminCommand = "calpontConsole";
|
adminCommand = "mcsadmin";
|
||||||
}
|
}
|
||||||
else if ( product != "columnstore" )
|
else if ( product != "infinidb" )
|
||||||
{
|
{
|
||||||
cout << endl;
|
cout << endl;
|
||||||
cout << "Invalid product name" << endl;
|
cout << "Invalid product name" << endl;
|
||||||
|
Reference in New Issue
Block a user