Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

planner, CTE: Fix default inline CTE which contains agg or window function and refactor inline CTE strategy | tidb-test=pr/2239 #48188

Merged
merged 8 commits into from
Nov 8, 2023

Commits on Nov 1, 2023

  1. planner, cte: Fix default inline cte which contains agg or window fun…

    …ction and refactor inline cte stratagy
    elsa0520 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    c73e382 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix

    1. with in setoprselectlist should be record in ctestack
    2. the fake recursive cte also can be inlined. such as mark as recursive but has no recursive part in query
    elsa0520 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6e791c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061da2f View commit details
    Browse the repository at this point in the history
  3. fix ut

    elsa0520 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    dc53bd8 View commit details
    Browse the repository at this point in the history
  4. fix ut

    elsa0520 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0ad15f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix ut

    elsa0520 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    357dd6a View commit details
    Browse the repository at this point in the history
  2. fix ut

    elsa0520 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d7b195d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02f3f47 View commit details
    Browse the repository at this point in the history