You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-06 16:09:29 +03:00
MCOL-1607. It works here but I will likely change the param ordering.
This commit is contained in:
@@ -5693,7 +5693,7 @@ int processCommand(string* arguments)
|
|||||||
if ( arguments[1].size() == 2 )
|
if ( arguments[1].size() == 2 )
|
||||||
{
|
{
|
||||||
//Module Type was entered
|
//Module Type was entered
|
||||||
if (arguments[4] == "" && cloud == oam::UnassignedName)
|
if (arguments[3] == "" && cloud == oam::UnassignedName)
|
||||||
{
|
{
|
||||||
// need at least arguments
|
// need at least arguments
|
||||||
cout << endl << "**** addModule Failed : Missing a required Parameter, enter 'help' for additional information" << endl;
|
cout << endl << "**** addModule Failed : Missing a required Parameter, enter 'help' for additional information" << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user