You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
update
This commit is contained in:
@@ -2786,14 +2786,14 @@ int main(int argc, char *argv[])
|
||||
if ( EEPackageType == "rpm" )
|
||||
{
|
||||
cout << "Performing an MariaDB Columnstore System install using RPM packages" << endl;
|
||||
cout << " located in the " + HOME + " directory." << endl;
|
||||
cout << "located in the " + HOME + " directory." << endl << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( EEPackageType == "binary" )
|
||||
{
|
||||
cout << "Performing an MariaDB Columnstore System install using a Binary package" << endl;
|
||||
cout << "located in the " + HOME + " directory." << endl;
|
||||
cout << "located in the " + HOME + " directory." << endl << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user