slightly fixed error message. [#METR-2807]

This commit is contained in:
Michael Kolupaev 2014-06-30 11:36:06 +04:00
parent 1472b919ed
commit 7d179c4294

View File

@ -235,7 +235,7 @@ StoragePtr StorageFactory::get(
params += "path in ZooKeeper, replica name or '', ";
params += "name of column with date, [name of column for sampling], primary key expression, index granularity";
if (mode == MergeTreeData::Collapsing)
params += "sign column";
params += ", sign column";
throw Exception("Storage " + name + " requires " + toString(additional_params + 3) + " or "
+ toString(additional_params + 4) +" parameters: " + params,
ErrorCodes::NUMBER_OF_ARGUMENTS_DOESNT_MATCH);