-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
init stores when declare #13
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LGTM |
1 similar comment
LGTM |
windtalker
added a commit
to windtalker/tidb
that referenced
this pull request
May 14, 2020
YuJuncen
pushed a commit
to YuJuncen/tidb
that referenced
this pull request
Apr 23, 2021
…building base on counter (pingcap#13)
xhebox
pushed a commit
to xhebox/tidb
that referenced
this pull request
Sep 28, 2021
xhebox
pushed a commit
to xhebox/tidb
that referenced
this pull request
Oct 8, 2021
ti-chi-bot
pushed a commit
that referenced
this pull request
Oct 9, 2021
okJiang
pushed a commit
to okJiang/tidb
that referenced
this pull request
Oct 19, 2021
* save the code * Refine the Writer interface and define the tableDumper interface * output prototype * add context * change to the iterator API * add basic commandline args * add test for WriteInsert * add FileSystemWriter and SizedWriter * address comment * add DummyLogger * mkdir automatically * change string to nullstring * make test passed * go fmt * remove error handler * remove linesplitter config * not to create file when the table is empty * move *.go files to the v4/export directory * tidy up Co-authored-by: Tanner <[email protected]>
rebelice
pushed a commit
to rebelice/tidb
that referenced
this pull request
Jan 7, 2022
refine dumpling parquet column type
Defined2014
added a commit
to Defined2014/tidb
that referenced
this pull request
Mar 15, 2022
* ddl: check add position before create doDDLJob() * ddl: fix go fmt
AilinKid
added a commit
to AilinKid/tidb
that referenced
this pull request
Mar 17, 2022
planner: fix that normal index cannot build fd
ywqzzy
pushed a commit
to ywqzzy/tidb
that referenced
this pull request
Jul 17, 2023
split subtasks according to stats
guoshouyan
pushed a commit
to guoshouyan/tidb
that referenced
this pull request
Mar 5, 2024
* cache schema version by timestamp * fix test * avoid recursive locking * address comment * optimize the code * fix 40740 * use the commit ts of the shcema diff as the timestamp of the schema * address comment * address comment * address comment * fix CI Signed-off-by: xhe <[email protected]> * fix CI Signed-off-by: xhe <[email protected]> * Update meta/meta.go * Update domain/domain.go * fix test --------- Signed-off-by: xhe <[email protected]> Co-authored-by: xhe <[email protected]> Co-authored-by: CbcWestwolf <[email protected]> fix wrong timestamp in schema cache address comment format Co-authored-by: Chen Ding <[email protected]>
guoshouyan
pushed a commit
to guoshouyan/tidb
that referenced
this pull request
Mar 5, 2024
* fix slow store with system metadata Co-authored-by: artem_danilov <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this pull request
Apr 9, 2024
* Update Makefile * Add renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> <!-- Thank you for contributing to TiDB! PR Title Format: 1. pkg [, pkg2, pkg3]: what's changed 2. *: what's changed --> ### What problem does this PR solve? <!-- Please create an issue first to describe the problem. There MUST be one line starting with "Issue Number: " and linking the relevant issues via the "close" or "ref". For more info, check https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#referring-to-an-issue. --> Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests <!-- At least one of them must be included. --> - [ ] Unit test - [ ] Integration test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test > - [ ] I checked and no code files have been changed. > <!-- Or your custom "No need to test" reasons --> Side effects - [ ] Performance regression: Consumes more CPU - [ ] Performance regression: Consumes more Memory - [ ] Breaking backward compatibility Documentation - [ ] Affects user behaviors - [ ] Contains syntax changes - [ ] Contains variable changes - [ ] Contains experimental features - [ ] Changes MySQL compatibility ### Release note <!-- compatibility change, improvement, bugfix, and new feature need a release note --> Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note. ```release-note None ```
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this pull request
Apr 9, 2024
This reverts commit aa43157.
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this pull request
Apr 9, 2024
* Update Makefile * Add renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> <!-- Thank you for contributing to TiDB! PR Title Format: 1. pkg [, pkg2, pkg3]: what's changed 2. *: what's changed --> ### What problem does this PR solve? <!-- Please create an issue first to describe the problem. There MUST be one line starting with "Issue Number: " and linking the relevant issues via the "close" or "ref". For more info, check https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#referring-to-an-issue. --> Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests <!-- At least one of them must be included. --> - [ ] Unit test - [ ] Integration test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test > - [ ] I checked and no code files have been changed. > <!-- Or your custom "No need to test" reasons --> Side effects - [ ] Performance regression: Consumes more CPU - [ ] Performance regression: Consumes more Memory - [ ] Breaking backward compatibility Documentation - [ ] Affects user behaviors - [ ] Contains syntax changes - [ ] Contains variable changes - [ ] Contains experimental features - [ ] Changes MySQL compatibility ### Release note <!-- compatibility change, improvement, bugfix, and new feature need a release note --> Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note. ```release-note None ```
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this pull request
Apr 9, 2024
This reverts commit aa43157.
wuhuizuo
added a commit
to ti-chi-bot/tidb
that referenced
this pull request
Nov 13, 2024
* Update Makefile * Add renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> <!-- Thank you for contributing to TiDB! PR Title Format: 1. pkg [, pkg2, pkg3]: what's changed 2. *: what's changed --> ### What problem does this PR solve? <!-- Please create an issue first to describe the problem. There MUST be one line starting with "Issue Number: " and linking the relevant issues via the "close" or "ref". For more info, check https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/contribute-code.html#referring-to-an-issue. --> Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests <!-- At least one of them must be included. --> - [ ] Unit test - [ ] Integration test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test > - [ ] I checked and no code files have been changed. > <!-- Or your custom "No need to test" reasons --> Side effects - [ ] Performance regression: Consumes more CPU - [ ] Performance regression: Consumes more Memory - [ ] Breaking backward compatibility Documentation - [ ] Affects user behaviors - [ ] Contains syntax changes - [ ] Contains variable changes - [ ] Contains experimental features - [ ] Changes MySQL compatibility ### Release note <!-- compatibility change, improvement, bugfix, and new feature need a release note --> Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note. ```release-note None ```
wuhuizuo
added a commit
to ti-chi-bot/tidb
that referenced
this pull request
Nov 13, 2024
This reverts commit aa43157.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.