Skip to content

Fix hang of queries with a lot of subqueries to same mysql table#15299

Merged
nikitamikhaylov merged 1 commit intoClickHouse:masterfrom
CurtizJ:fix-mysql-hung
Sep 28, 2020
Merged

Fix hang of queries with a lot of subqueries to same mysql table#15299
nikitamikhaylov merged 1 commit intoClickHouse:masterfrom
CurtizJ:fix-mysql-hung

Conversation

@CurtizJ
Copy link
Copy Markdown
Member

@CurtizJ CurtizJ commented Sep 25, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix hang of queries with a lot of subqueries to same table of MySQL engine. Previously, if there were more than 16 subqueries to same MySQL table in query, it hang forever.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Sep 25, 2020
@nikitamikhaylov nikitamikhaylov self-assigned this Sep 28, 2020
@nikitamikhaylov nikitamikhaylov merged commit 7357347 into ClickHouse:master Sep 28, 2020
robot-clickhouse pushed a commit that referenced this pull request Sep 28, 2020
robot-clickhouse pushed a commit that referenced this pull request Sep 28, 2020
robot-clickhouse pushed a commit that referenced this pull request Sep 28, 2020
robot-clickhouse pushed a commit that referenced this pull request Sep 28, 2020
nikitamikhaylov pushed a commit that referenced this pull request Sep 28, 2020
nikitamikhaylov pushed a commit that referenced this pull request Sep 28, 2020
nikitamikhaylov pushed a commit that referenced this pull request Sep 28, 2020
nikitamikhaylov pushed a commit that referenced this pull request Sep 29, 2020
CurtizJ pushed a commit that referenced this pull request Oct 6, 2020
Fix hang of queries with a lot of subqueries to same mysql table

(cherry picked from commit 7357347)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix Pull request with bugfix, not backported by default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants