dbms: addition to prev. revision [#METR-2944].

This commit is contained in:
Alexey Milovidov 2015-01-29 06:11:10 +03:00
parent 6db5e98515
commit 2b506a0a73

View File

@ -398,7 +398,7 @@ struct Adder<KIND, ASTJoin::All, Map>
template <ASTJoin::Kind KIND, ASTJoin::Strictness STRICTNESS, typename Maps>
void Join::joinBlockImpl(Block & block, Maps & maps) const
void Join::joinBlockImpl(Block & block, const Maps & maps) const
{
if (blocks.empty())
throw Exception("Attempt to JOIN with empty table", ErrorCodes::EMPTY_DATA_PASSED);