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

plan,executor: support IndexJoin over UnionScan (#7877) #11358

Closed
wants to merge 5 commits into from

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    1c5d556 View commit details
    Browse the repository at this point in the history
  2. executor: fix wrong result when index join on union scan. (pingcap#8031)

    Do not modify Plan of dataReaderBuilder directly, because it would
    impact next batch of outer rows, as well as other concurrent inner
    workers. Instead, build a local child builder to store the child plan.
    eurekaka authored and alivxxx committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    e1cea83 View commit details
    Browse the repository at this point in the history
  3. fix test

    alivxxx committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    d75f4eb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    7dbabf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5f5f2 View commit details
    Browse the repository at this point in the history