mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix build.
This commit is contained in:
parent
cda4de40d7
commit
6708ae75f3
@ -981,7 +981,7 @@ void InterpreterSelectQuery::executeImpl(QueryPlan & query_plan, const BlockInpu
|
||||
/// because in that case columns from 'ORDER BY' are used.
|
||||
if (query.limit_with_ties)
|
||||
{
|
||||
executeLimit(pipeline);
|
||||
executeLimit(query_plan);
|
||||
has_prelimit = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user