Skip to content

init stores when declare#13

Merged
coocood merged 1 commit into
pingcap:masterfrom
astaxie:master
Sep 6, 2015
Merged

init stores when declare#13
coocood merged 1 commit into
pingcap:masterfrom
astaxie:master

Conversation

@astaxie
Copy link
Copy Markdown
Contributor

@astaxie astaxie commented Sep 6, 2015

No description provided.

@zimulala
Copy link
Copy Markdown
Contributor

zimulala commented Sep 6, 2015

LGTM

1 similar comment
@qiuyesuifeng
Copy link
Copy Markdown
Member

LGTM

coocood added a commit that referenced this pull request Sep 6, 2015
init stores when declare
@coocood coocood merged commit 02d35dd into pingcap:master Sep 6, 2015
@sre-bot sre-bot added the contribution This PR is from a community contributor. label Dec 18, 2019
windtalker referenced this pull request in windtalker/tidb May 14, 2020
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
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
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 <tangenta@126.com>
rebelice pushed a commit to rebelice/tidb that referenced this pull request Jan 7, 2022
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 <xw897002528@gmail.com>

* fix CI

Signed-off-by: xhe <xw897002528@gmail.com>

* Update meta/meta.go

* Update domain/domain.go

* fix test

---------

Signed-off-by: xhe <xw897002528@gmail.com>
Co-authored-by: xhe <xw897002528@gmail.com>
Co-authored-by: CbcWestwolf <1004626265@qq.com>

fix wrong timestamp in schema cache

address comment

format

Co-authored-by: Chen Ding <dingc05@gmail.com>
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 <artem_danilov@airbnb.com>
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
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
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
solotzg added a commit to solotzg/tidb that referenced this pull request Mar 9, 2026
Signed-off-by: Zhigao TONG <tongzhigao@pingcap.com>
gengliqi pushed a commit to gengliqi/tidb that referenced this pull request Mar 11, 2026
Signed-off-by: Zhigao TONG <tongzhigao@pingcap.com>
ti-chi-bot pushed a commit that referenced this pull request Mar 11, 2026
Signed-off-by: Zhigao TONG <tongzhigao@pingcap.com>
solotzg added a commit to solotzg/tidb that referenced this pull request Mar 12, 2026
Signed-off-by: Zhigao TONG <tongzhigao@pingcap.com>
ti-chi-bot pushed a commit that referenced this pull request Mar 12, 2026
Signed-off-by: Zhigao TONG <tongzhigao@pingcap.com>
gengliqi pushed a commit to gengliqi/tidb that referenced this pull request Mar 13, 2026
Signed-off-by: Zhigao TONG <tongzhigao@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution This PR is from a community contributor.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants