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

*: add foreign key check/cascade runtime stats information in explain analyze result #39203

Merged
merged 55 commits into from Nov 30, 2022

Commits on Nov 15, 2022

  1. *: support explain with foreign key check/cascade

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 15, 2022
    Copy the full SHA
    756ffcb View commit details
    Browse the repository at this point in the history
  2. refine code

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 15, 2022
    Copy the full SHA
    1a5a715 View commit details
    Browse the repository at this point in the history
  3. tiny fix

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 15, 2022
    Copy the full SHA
    cee28ef View commit details
    Browse the repository at this point in the history
  4. add normalize plan with foreign key test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 15, 2022
    Copy the full SHA
    4c31703 View commit details
    Browse the repository at this point in the history
  5. tiny refine

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 15, 2022
    Copy the full SHA
    0a15163 View commit details
    Browse the repository at this point in the history
  6. fix ci

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 15, 2022
    Copy the full SHA
    a187b9e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0776206 View commit details
    Browse the repository at this point in the history
  8. fix ci

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 15, 2022
    Copy the full SHA
    a64d6b5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    15bbefd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. init

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 16, 2022
    Copy the full SHA
    bcd8d5e View commit details
    Browse the repository at this point in the history
  2. add test and fix bug

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 16, 2022
    Copy the full SHA
    9d57e91 View commit details
    Browse the repository at this point in the history
  3. fix bug

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 16, 2022
    Copy the full SHA
    b0c2bcb View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 16, 2022
    Copy the full SHA
    1167519 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. move test to address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 17, 2022
    Copy the full SHA
    76f02b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 18, 2022
    Copy the full SHA
    06f6151 View commit details
    Browse the repository at this point in the history
  2. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 18, 2022
    Copy the full SHA
    41cc9e7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6d68562 View commit details
    Browse the repository at this point in the history
  4. make ci stable

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 18, 2022
    Copy the full SHA
    8d453e9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e5f9543 View commit details
    Browse the repository at this point in the history
  6. remove bin

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 18, 2022
    Copy the full SHA
    4c0bf4c View commit details
    Browse the repository at this point in the history
  7. fix bug

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 18, 2022
    Copy the full SHA
    bea9776 View commit details
    Browse the repository at this point in the history
  8. add more test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 18, 2022
    Copy the full SHA
    0ba0320 View commit details
    Browse the repository at this point in the history
  9. add more test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 18, 2022
    Copy the full SHA
    c45b10c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ffbee96 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    ffea8f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Copy the full SHA
    e541b93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e4a16a2 View commit details
    Browse the repository at this point in the history
  3. refine code

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 21, 2022
    Copy the full SHA
    af250e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Copy the full SHA
    e5cacef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a41d3a9 View commit details
    Browse the repository at this point in the history
  3. fix ci

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 22, 2022
    Copy the full SHA
    4361260 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fk-explain-analyze' of https://github.com/crazycs520/tidb

    … into fk-explain-analyze
    crazycs520 committed Nov 22, 2022
    Copy the full SHA
    bde4ef4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. add test case

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 23, 2022
    Copy the full SHA
    e1bf6d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 24, 2022
    Copy the full SHA
    2a4f693 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 25, 2022
    Copy the full SHA
    7309ae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Copy the full SHA
    a31b376 View commit details
    Browse the repository at this point in the history
  2. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 28, 2022
    Copy the full SHA
    2f039fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4ef09bb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Copy the full SHA
    2fb059e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c096672 View commit details
    Browse the repository at this point in the history
  3. fix bug and add test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 29, 2022
    Copy the full SHA
    9b4d2a7 View commit details
    Browse the repository at this point in the history
  4. add comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 29, 2022
    Copy the full SHA
    3f4a0c5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e8ca848 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ce31478 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Copy the full SHA
    ad2a6ca View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 30, 2022
    Copy the full SHA
    6964610 View commit details
    Browse the repository at this point in the history
  3. refine code

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 30, 2022
    Copy the full SHA
    18b0be4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f1e4293 View commit details
    Browse the repository at this point in the history
  5. fix test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Nov 30, 2022
    Copy the full SHA
    1d0423a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fk-explain-analyze' of https://github.com/crazycs520/tidb

    … into fk-explain-analyze
    crazycs520 committed Nov 30, 2022
    Copy the full SHA
    8f16430 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a11d047 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5a2aa03 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    30db64e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fd22612 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    03eb5bd View commit details
    Browse the repository at this point in the history