-
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
store: fix boltdb package import. #3
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 |
ngaut
added a commit
that referenced
this pull request
Sep 6, 2015
store: fix boltdb package import.
Closed
bb7133
referenced
this pull request
in bb7133/tidb
Dec 6, 2018
1. refactor CreateTeableInsertExec to re-use current executors 2. added more test cases
bb7133
referenced
this pull request
in bb7133/tidb
Dec 24, 2018
1. refactor CreateTeableInsertExec to re-use current executors 2. added more test cases
bb7133
referenced
this pull request
in bb7133/tidb
Jan 17, 2019
1. refactor CreateTeableInsertExec to re-use current executors 2. added more test cases
coocood
added a commit
to coocood/tidb
that referenced
this pull request
Apr 15, 2019
* fix shadow error * reduce number of keys to lock
IggieWang
referenced
this pull request
in IggieWang/tidb
Aug 11, 2019
finish multiple tables advisor
wph95
referenced
this pull request
in wph95/tidb
Oct 6, 2019
*: add global variable for stream table pos
gtygo
added a commit
to gtygo/tidb
that referenced
this pull request
Oct 8, 2019
lfkdsk
added a commit
to JustProject/tidb
that referenced
this pull request
Nov 4, 2019
feature: add udf support. feature: test where function feature: add parser. example: add trim user define plugin. rm useless debug code.
gtygo
added a commit
to gtygo/tidb
that referenced
this pull request
Nov 4, 2019
windtalker
pushed a commit
to windtalker/tidb
that referenced
this pull request
Apr 8, 2020
basic support for multi table broadcast join
imtbkcat
pushed a commit
to imtbkcat/tidb
that referenced
this pull request
May 7, 2020
abbccdda
pushed a commit
to abbccdda/tidb
that referenced
this pull request
Jan 16, 2021
Add network cost estimater for adpative follower local read
djshow832
referenced
this pull request
in djshow832/tidb
Mar 12, 2021
add session variable `tidb_read_staleness`
YuJuncen
pushed a commit
to YuJuncen/tidb
that referenced
this pull request
Apr 23, 2021
* pakage for handle mydumper data source * modify mydump reader implementation of reading block content * 1. error check 2. fix problem of block reading 3. modify test cases * return error on failed creating loader * mydumper reader's method *Read* accepts 'minBlockSize' rather than 'maxBlockSize' as batch size limitation. * regulate spelling mistake * regulate spelling mistake * update expression of judging valid myduper table file by checking file-name
YuJuncen
pushed a commit
to YuJuncen/tidb
that referenced
this pull request
Apr 23, 2021
Signed-off-by: Neil Shen <[email protected]>
12 tasks
TszKitLo40
pushed a commit
to TszKitLo40/tidb
that referenced
this pull request
Jan 3, 2022
Hackathon file
AilinKid
added a commit
to AilinKid/tidb
that referenced
this pull request
Jan 6, 2022
JmPotato
pushed a commit
to JmPotato/tidb
that referenced
this pull request
Jan 7, 2022
…_mvcc feat: update with mvcc info to use tikv raw put
12 tasks
12 tasks
AilinKid
pushed a commit
to AilinKid/tidb
that referenced
this pull request
Oct 22, 2022
YangKeao
pushed a commit
to YangKeao/tidb
that referenced
this pull request
Dec 27, 2022
Merge from pingcap repo
zhongzc
pushed a commit
to zhongzc/tidb
that referenced
this pull request
Jan 31, 2023
keeplearning20221
added a commit
to keeplearning20221/tidb
that referenced
this pull request
Feb 13, 2023
…ules/golang.org/x/text-0.7.0 build(deps): bump golang.org/x/text from 0.5.0 to 0.7.0
lichunzhu
pushed a commit
to lichunzhu/tidb
that referenced
this pull request
Feb 15, 2023
support ResolveDuplicateRows
rebelice
added a commit
to rebelice/tidb
that referenced
this pull request
Mar 1, 2023
chore: export ExtractTableList
ljun0712
pushed a commit
to ljun0712/tidb
that referenced
this pull request
Mar 1, 2023
12 tasks
12 tasks
rleungx
pushed a commit
to rleungx/tidb
that referenced
this pull request
Feb 26, 2024
* init * audit: init first version of audit log * audit: support log global rotate * audit: update log keys * audit: more common notify implement * audit: add record id * audit: rename some names * audit: default use normal log path * audit: add server ip info * audit: do some refine * audit: Add some log keys * audit: update some item format * audit: add stmt demo * audit: support redact * audit: fix bug * audit: update filter * audit: update filter * audit: check user * audit: update * update * audit: update * audit: fix bug * aduit: update * audit: update * update * update * audit: add filter unit test * fmt * Add tests for `tidb_audit_enabled` and `tidb_audit_log` * Add tests for `tidb_audit_log_max_size` and `tidb_audit_log_max_lifetime` * Add tests for `tidb_audit_log_reserved_*` * TODO: TestAuditLogRedact * Fininsh `TestAuditLogRedact` * Update (pingcap#1) * fix typo (pingcap#2) * Add `TRANSACTION` * rename sysvar * audit_log_create_filter, audit_log_remove_filter * finish function call and table test * test privilege * finish test for sysvar * TODO: TestConnectionEvenClass * update * audit: fix lint for audit log (pingcap#1) * audit: fix UT failure caused by the change of redact log (pingcap#3) * audit: use `t.TempDir()` to make test stable (pingcap#4) * audit: fix test failed for 7.1 * Add `OWNERS` file (pingcap#35) Co-authored-by: Chao Wang <[email protected]> * audit: fix panic when logging sometime (pingcap#26) (pingcap#31) * test: fix unstable test TestAuditLogReservedDays (pingcap#8) * Format sysvar_test.go * audit: use `StatementContext` to generate redacted SQL (pingcap#9) * audit: fix panic when logging sometime (pingcap#26) * update * add owner * Update OWNERS --------- Co-authored-by: CbcWestwolf <[email protected]> Co-authored-by: wuhuizuo <[email protected]> * audit: fix panic sometimes when `create user` without password (pingcap#37) (pingcap#39) * This is an automated cherry-pick of pingcap#37 Signed-off-by: ti-chi-bot <[email protected]> * fix conflict --------- Signed-off-by: ti-chi-bot <[email protected]> Co-authored-by: 王超 <[email protected]> * extension/audit: introduce serverless audit log Signed-off-by: Wen Jiazhi <[email protected]> * update bazel config Signed-off-by: Wen Jiazhi <[email protected]> * support enable audit log when activate Signed-off-by: Wen Jiazhi <[email protected]> * add gwconnid to audit log Signed-off-by: Wen Jiazhi <[email protected]> * comment unstable test * update bazel * add log about activate request * diff audit log enabled * audit: fix memory leak for executeSQL (pingcap#44) (pingcap#45) * This is an automated cherry-pick of pingcap#44 Signed-off-by: ti-chi-bot <[email protected]> * Update util.go --------- Signed-off-by: ti-chi-bot <[email protected]> Co-authored-by: 王超 <[email protected]> * Update extension/serverless/OWNERS --------- Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: Wen Jiazhi <[email protected]> Co-authored-by: Chao Wang <[email protected]> Co-authored-by: cbcwestwolf <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]> Co-authored-by: wuhuizuo <[email protected]> Co-authored-by: zzm <[email protected]> Co-authored-by: Yuqing Bai <[email protected]>
guoshouyan
pushed a commit
to guoshouyan/tidb
that referenced
this pull request
Mar 5, 2024
zeminzhou
pushed a commit
to zeminzhou/tidb
that referenced
this pull request
May 28, 2024
rfc: add TiFlash keyspace sections
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.