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

topsql: fix issue of topsql failed catch the running SQL when topsql is enabled in execution #33861

Merged
merged 55 commits into from
Apr 26, 2022

Commits on Apr 6, 2022

  1. init

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a63c65b View commit details
    Browse the repository at this point in the history
  2. tag tag when exec

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    f216da0 View commit details
    Browse the repository at this point in the history
  3. set req tag when exec

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7405de7 View commit details
    Browse the repository at this point in the history
  4. record sql meta

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    11f8be3 View commit details
    Browse the repository at this point in the history
  5. remove redundant attach tag for execute prepare stmt

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    f4dedc8 View commit details
    Browse the repository at this point in the history
  6. remove attach sql&plan when plan is nil

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    33e2f29 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. refine code

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    67fbc8f View commit details
    Browse the repository at this point in the history
  2. add comment and remove debug log

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    0137849 View commit details
    Browse the repository at this point in the history
  3. always attach tag

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f7bc22b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. tiny refine

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1112d3c View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e05043b View commit details
    Browse the repository at this point in the history
  3. optmize for fast plan

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8a7cdfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed1c56a View commit details
    Browse the repository at this point in the history
  5. remove debug metric and fmt

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    3fd11c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1e41bc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. tiny refine

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f406d0e View commit details
    Browse the repository at this point in the history
  2. tiny refine

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    70c2f3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24bd016 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    57a6506 View commit details
    Browse the repository at this point in the history
  5. add test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3e17956 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    e448431 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. always set tag for req

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6483077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee992f7 View commit details
    Browse the repository at this point in the history
  3. add comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    37e1a52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b68826 View commit details
    Browse the repository at this point in the history
  5. add comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b6c307b View commit details
    Browse the repository at this point in the history
  6. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0676fb9 View commit details
    Browse the repository at this point in the history
  7. Revert "add comment"

    This reverts commit b6c307b.
    crazycs520 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4dfa429 View commit details
    Browse the repository at this point in the history
  8. refine test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3c2152a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ab7b3d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4981f8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663eb93 View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    772c24f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c01ae67 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    24e7c33 View commit details
    Browse the repository at this point in the history
  2. add comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    1d43b59 View commit details
    Browse the repository at this point in the history
  3. add OnExecutionBegin

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    2002f46 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    4af1e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    0e64ae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. add test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    de71fd4 View commit details
    Browse the repository at this point in the history
  2. rename api

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a7f41bc View commit details
    Browse the repository at this point in the history
  3. inline and remove function

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    334b85e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22bcad1 View commit details
    Browse the repository at this point in the history
  5. fix lint

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    48e980b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98dd8c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    fb64e1d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    1b94423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb773bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da2673e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b965eb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    095f4df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c5da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc5f652 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dd6dab View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    3da532e View commit details
    Browse the repository at this point in the history