1
0
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:
Patrick LeBlanc
2018-11-30 09:44:54 -06:00
parent 103df7bea9
commit 4510731583

View File

@@ -5693,7 +5693,7 @@ int processCommand(string* arguments)
if ( arguments[1].size() == 2 )
{
//Module Type was entered
if (arguments[4] == "" && cloud == oam::UnassignedName)
if (arguments[3] == "" && cloud == oam::UnassignedName)
{
// need at least arguments
cout << endl << "**** addModule Failed : Missing a required Parameter, enter 'help' for additional information" << endl;