Fix QueryPipeline::unitePipelines

This commit is contained in:
Nikolai Kochetov 2020-06-18 22:42:28 +03:00
parent 26161aac8a
commit de6ef17d27

View File

@ -643,6 +643,8 @@ void QueryPipeline::unitePipelines(
else
totals_having_port = uniteTotals(totals, current_header, processors);
}
current_header = common_header;
}
void QueryPipeline::setProgressCallback(const ProgressCallback & callback)