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

feat(txmanager): add custom error for nil ctx provider #46435

Open
wants to merge 768 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 19, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    0847179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8890d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c461dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e3210b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f97c9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cf85e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48d69d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1501bf1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f874e3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92749f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b920362 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36160d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    012869f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

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

Commits on Oct 22, 2023

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

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c21a5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b6c43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3b53e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0c01fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05b50a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b584055 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a628c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0901886 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c193d8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    caaa35a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7fff4a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    ebe8ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4f569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18f4a3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3dfd89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecaa1c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9b3368 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97310ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd0587e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9d5b9c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    3a3a7d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7366f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dd6a5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b81de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd08ae3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a565692 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e13113a View commit details
    Browse the repository at this point in the history
  8. planner: introduce a new fix-control flag to control whether to cache…

    … plans that access generated columns (pingcap#48011)
    
    ref pingcap#45798
    qw4990 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a51ea16 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    9224f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd9080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d353f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1fc638 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6883e6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca977c5 View commit details
    Browse the repository at this point in the history
  7. types, stmtctx, *: use ZeroDate, ZeroInDate and InvalidDate related f…

    …lags to replace variable in statement context (pingcap#47794)
    
    close pingcap#47507, close pingcap#47508
    YangKeao authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6d64b7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2387127 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf1913e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f88af5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30288c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    9a4997f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173e485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a3429a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b4dbf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    528932c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f135464 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5503eb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9f6bb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd3b2cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8ca23c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e88b3a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a3cfbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5be7a13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1dfcd12 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f325595 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    a2edc73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab7825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc12200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3894bc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6ebc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b18f64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c770b9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f7b697 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99a4f35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    926a1e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56e0959 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4667ed9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    e30753e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f917b7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f58c8f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522d461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d380ef4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89945f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f7ef48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    333a5db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf8c728 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    733b10b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    046b52a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4e87c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a04c847 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc6166e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cbdf436 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8301e4e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b0c3c0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b99d1c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ba524c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c652a92 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    07fd1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028d7b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44cbc91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c92e06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1cfac4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3282e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9defab4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c416ca1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    341aebe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    356cad2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eed2a76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1e28f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    420b524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99c5a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d2409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e392766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cca59f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    035ad5c View commit details
    Browse the repository at this point in the history
  7. planner: fix the issue that the optimizer terminates the optimization…

    … process for `DataSource` too early (pingcap#48186)
    
    close pingcap#46177
    qw4990 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0172ba0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a22d56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5ac38d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4061df3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e57546 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37965e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6556f0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d2c0c6e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4f00ece View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    2165ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18979c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93b2f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4979e99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d9a4ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2d3047 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f04ed92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fe83fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5568da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11695f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ae5622 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a8e0c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    286e852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662528d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6020ede View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97a6b95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21844d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d07f83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e49859 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3f6415 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    633d223 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79a6277 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    249a5fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0abd132 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3956421 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed78e15 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    59bd06c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    14ff60d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8071fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57a1a9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4618d4 View commit details
    Browse the repository at this point in the history
  5. session_variable: change TiDBIsolationReadEngines and TiDBEnforceMPPE…

    …xecution from global to session (pingcap#48393)
    
    close pingcap#48177
    elsa0520 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f58e0be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fdd857 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89ec3d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64e5ea0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a458cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2285057 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    201363d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7cb7af7 View commit details
    Browse the repository at this point in the history
  13. planner, CTE: Fix default inline CTE which contains agg or window fun…

    …ction and refactor inline CTE strategy (pingcap#48188)
    
    close pingcap#47711
    elsa0520 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c131521 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    632cd84 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    92f071a View commit details
    Browse the repository at this point in the history
  16. planner: fix the issue that plan cache may return wrong result when c…

    …omparing datetime column with `unix_timestamp` (pingcap#48413)
    
    close pingcap#48165
    qw4990 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    184aa7e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83e39bc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    30e7162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e0253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f47b978 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    831c698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d6d6fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    277169a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7396e54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7eb6e61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24c7f8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ce2ad1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad6385a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    151b5b1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af44de3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    04bf73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b05c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e436172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b3d214 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a05d70e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85eeeea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16dffd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a446d6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44f9430 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

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

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    6e8df18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33d5a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d00d10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebb7568 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1d2a75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50237bd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    032c8e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361bdab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69028f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4793a04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    911334b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    625dc4e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    10b3e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3cda23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f35b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c8d383 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    159d8eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bb8b6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db2e239 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4158448 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a27050 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08a653e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42d8f58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    446232f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6144ddd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    87e121f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5960d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15f7b6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f1c698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dd78de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    311d8a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb58ab7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bee2876 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07057bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f7c1e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    1b58a8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab354f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f2f916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e49d6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    657f0d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    557599f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4f85c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f2a69e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a2d7da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b3df66 View commit details
    Browse the repository at this point in the history
  11. disttask: fix subtask finished immediately and mark success when enco…

    …untering network partition (pingcap#48660)
    
    ref pingcap#46258, close pingcap/tidb#48649
    ywqzzy authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    844ba42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36cb29f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    6260e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f94666 View commit details
    Browse the repository at this point in the history
  3. feat(txmanager): add custom error for nil ctx provider

    kj22k0m authored and a.shorokhov committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    22bcc80 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feat/context-provider-error' int…

    …o feat/context-provider-error
    a.shorokhov committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    a2333ff View commit details
    Browse the repository at this point in the history