mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Merge branch 'master' of github.com:yandex/ClickHouse
This commit is contained in:
commit
486a498b9f
@ -1222,7 +1222,7 @@ void InterpreterSelectQuery::executePreLimit()
|
||||
{
|
||||
transformStreams([&](auto & stream)
|
||||
{
|
||||
stream = std::make_shared<LimitBlockInputStream>(stream, limit_length + limit_offset, false);
|
||||
stream = std::make_shared<LimitBlockInputStream>(stream, limit_length + limit_offset, 0, false);
|
||||
});
|
||||
|
||||
if (hasMoreThanOneStream())
|
||||
|
Loading…
Reference in New Issue
Block a user