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

rebase #23

Merged
merged 780 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
780 commits
Select commit Hold shift + click to select a range
b9fb22d
statistics: fix data race in the Handle.IsTableLocked (#40572)
hawkingrei Jan 17, 2023
4620df6
executor,store/copr: trace the buildCopTask and limitExec close durat…
tiancaiamao Jan 17, 2023
17df596
planner: prepared plan cache support cached plan with placeholder in …
fzzf678 Jan 17, 2023
bdc6f4b
planner: refactor to put all plan-cacheability-check functions togeth…
qw4990 Jan 17, 2023
90e7271
testkit: reset the resource manager after test finishes (#40638)
hawkingrei Jan 17, 2023
45e85d9
planner: disable plan-cache for plans with IndexMerge accessing Multi…
qw4990 Jan 17, 2023
faffcd9
test: add more foreign key test (#40650)
crazycs520 Jan 17, 2023
a2e1e9b
ddl: Block change column on partitioned table if data needs change. (…
mjonss Jan 17, 2023
a879ba2
planner: show un-cacheable reasons for execute statements (#40651)
qw4990 Jan 17, 2023
4bb51e7
ddl: cancel `create view` job , when failed to drop old view (#40353)
zeminzhou Jan 17, 2023
f7d35ab
domain: use enhanced waitGroupWrapper in domain #40606 (#40626)
Yisaer Jan 17, 2023
22746c0
privilege,planner/core: add dynamic privilege RESOURCE_GROUP_ADMIN fo…
tiancaiamao Jan 17, 2023
971deb6
*: add a new I_S table and support show create for resource groups (#…
BornChanger Jan 17, 2023
787cb27
meta: add lock at autoid.(*allocator).Base() (#40588)
Dousir9 Jan 17, 2023
a761c02
*: Support learner replica read (#39979)
v01dstar Jan 18, 2023
05e2016
Revert "planner: show un-cacheable reasons for execute statements" (#…
qw4990 Jan 18, 2023
5cb64fd
executor: fix buildTableReaderForIndexJoin on partition table (#40674)
tiancaiamao Jan 18, 2023
1f44d20
util: remove empty folder (#40681)
hawkingrei Jan 18, 2023
6b752fe
domain: let background process unify wg.Run (#40640)
Yisaer Jan 18, 2023
89de573
BR: add lock with ttl for checkpoint backup (#40563)
Leavrth Jan 18, 2023
dc30a5b
*: LOAD DATA support load one file from s3 and other OSS (#40489)
lance6716 Jan 18, 2023
f268e29
ttl: execute scan tasks (#40564)
YangKeao Jan 18, 2023
95532bb
ddl: fix the batch check for unique index (#40672)
tangenta Jan 18, 2023
2944081
resourcemanager: avoid to get nil after task finished when to stop ta…
hawkingrei Jan 18, 2023
970ac91
planner: refactor plan cache value code (#40656)
fzzf678 Jan 18, 2023
9db9c30
telemetry: resource control telemetry (#40687)
BornChanger Jan 18, 2023
7613aa3
planner: set binary collation for mv column (#40644)
xiongjiwei Jan 18, 2023
8ec2612
ddl: add some tests for flashback cluster with ddl history (#40695)
Defined2014 Jan 18, 2023
9b64d81
pitr: move step iterate backup files into worker pool (#40577)
Leavrth Jan 19, 2023
bbd1995
ddl, lightning: support detecting duplicate keys in different batch (…
tangenta Jan 19, 2023
efbdeed
json, expression: add json unary not implementation (#40723)
YangKeao Jan 19, 2023
280b773
ddl: prevent dropping in-use resource group (#40716)
BornChanger Jan 19, 2023
de856d9
store/copr: move row hint into key range (#40105)
you06 Jan 19, 2023
556c267
server, privileges: make tidb_auth_session_token compatible with pass…
djshow832 Jan 20, 2023
38a7c62
mockstore: update pd/client and client-go to repair kvproto compatibi…
HuSharp Jan 20, 2023
c8dc908
Explain : Add new item in TiFlashScanContext to record region num inf…
hongyunyan Jan 20, 2023
5b82653
*: Setup Global Resource Controller (#40732)
nolouch Jan 20, 2023
f1647c8
tests: enable race and flaky for flashback test (#40752)
hawkingrei Jan 21, 2023
6ebbe64
br: split regions before pitr restore (#39941)
Leavrth Jan 22, 2023
1e0956d
log-backup: do not resolve locks frequently when log-backup task did …
joccau Jan 22, 2023
76153ab
lint: update config of deprecated linter (#40763)
hawkingrei Jan 28, 2023
06e2b29
lightning: check hasDupe and tableID when resolve duplicate rows (#40…
sleepymole Jan 28, 2023
465ab74
planner: skip the plan cache if non-int values are converted into int…
qw4990 Jan 28, 2023
e0ab9aa
*: Remove unused binary that was accidentally added (#40782)
v01dstar Jan 28, 2023
0220773
linter: add skywalking-eyes into bazel (#40788)
hawkingrei Jan 28, 2023
bca433f
planner: remove pickFromBucket field in LRUPlanCache (#40668)
fzzf678 Jan 28, 2023
187cafc
statistics: move statsReader out of statistics/handle (#40790)
xuyifangreeneyes Jan 28, 2023
55361cf
linter: find inappropriate key in call to context.WithValue (#40769)
hawkingrei Jan 28, 2023
fb96c13
ttl: notify tidb nodes through etcd notification (#40705)
YangKeao Jan 28, 2023
26ca040
executor: add foreign key and session variable test (#40785)
crazycs520 Jan 28, 2023
4686338
ttl: add table `mysql.ttl_job_history` to store ttl job histories (#4…
lcwangchao Jan 29, 2023
774d2eb
planner: forbid the optimizer to generate point-plan upon MVIndexes (…
qw4990 Jan 29, 2023
8b1058d
planner: refactor some code related to IndexMerge and MVIndex (#40800)
qw4990 Jan 29, 2023
90c5a87
ddl: remove useless code (#40756)
zimulala Jan 29, 2023
d22795a
ttl: use a standalone manager in TriggerScanTask test (#40816)
YangKeao Jan 29, 2023
6676ca8
ddl: split some tests into new package (#40758)
hawkingrei Jan 29, 2023
ad38dbb
resourcemanager: scheduler subtask in the pool's task (#40670)
hawkingrei Jan 29, 2023
8e96350
bazel: upgrade rules_go to prepare for Go 1.20 (#40776)
hawkingrei Jan 29, 2023
f842cd9
store/copr: add a param "limit" to region cache's `SplitRegionRanges`…
tangenta Jan 29, 2023
0bcb859
br: fix checkpoint panic when BR executes gain (#40706)
Leavrth Jan 29, 2023
fe4a81d
sessionctx: add validation for tidb_enable_plan_replayer_continues_ca…
Yisaer Jan 29, 2023
4e9b563
planner: show warnings when analyzing multi-valued indexes (#40827)
qw4990 Jan 29, 2023
744de86
ddl: move update version function to a proper place (#40817)
tangenta Jan 29, 2023
5048568
lightning: support timeout for tikv/tidb retry (#40805)
lichunzhu Jan 29, 2023
b5be9f6
ttl: support telemetry for TTL (#40806)
lcwangchao Jan 29, 2023
db435e1
ttl: auto delete old rows in `mysql.tidb_ttl_job_history` (#40808)
lcwangchao Jan 29, 2023
e11cbec
lightning: support data files with bom header (#40813)
dsdashun Jan 29, 2023
9544e26
planner: support `use / force index` for multi-valued indexes (#40820)
qw4990 Jan 30, 2023
17d70c1
lightning/parser: support STARTING BY (#40821)
lance6716 Jan 30, 2023
fd5e675
planner: add a switch control if prepare stmt with param limit can be…
fzzf678 Jan 30, 2023
97e1563
metrics: add goroutine schedule latency to grafana panel (#40836)
TonsnakeLin Jan 30, 2023
28d0325
server: support getting the MVCC of the temporary index (#40830)
wjhuang2016 Jan 30, 2023
4ed4562
planner: let optimizer trace support gcSubstitute (#40815)
Yisaer Jan 30, 2023
86b058b
planner: add more test cases for MVIndex (#40853)
qw4990 Jan 30, 2023
01f4fea
planner: supply test cases for binding from history (#40864)
fzzf678 Jan 30, 2023
11839ac
ddl: unsupport flashback cluster cross `alter table attributes` (#40862)
Defined2014 Jan 30, 2023
86a6694
bindInfo: fix datarace on bindings (#40846)
Yisaer Jan 30, 2023
91686a3
executor: add historical stats test and make it enabled (#40664)
Yisaer Jan 30, 2023
ee758bc
Variables: enhance tidb_enable_gc_tuner (#40850)
TonsnakeLin Jan 30, 2023
4fd710c
ttl: add metrics for task manager (#40819)
YangKeao Jan 31, 2023
0d47a5e
lightning: enable setting conflict max-error (#40874)
dsdashun Jan 31, 2023
c8bffd4
DDL: Skip collecting TiFlash status when TiFlash is down (#40872)
Jan 31, 2023
6a55f3e
server: Return error when no password is specified for caching_sha2_p…
dveeden Jan 31, 2023
eb53aa8
br: fix br debug encode panic (#40880)
MoCuishle28 Jan 31, 2023
05edfd4
planner: fix HashAgg cannot pushdown to tiflash_compute (#40828)
guo-shaoge Jan 31, 2023
920f019
parser: Fix for field name output in multi statements (#40736)
mjonss Jan 31, 2023
00617c9
expression, cmd: fix ColumnSubstitute and allow some cases to substit…
wjhuang2016 Jan 31, 2023
6a18630
planner: forbid using IndexFullScan on multi-valued indexes (#40907)
qw4990 Jan 31, 2023
83d50c0
lightning: local backend support keyspace (#40628)
iosmanthus Feb 1, 2023
ff7d668
README: refine the Forum infomation format in community section (#40924)
winkyao Feb 1, 2023
4a38dee
ttl: don't fetch ttl scan task after it finished (#40919)
YangKeao Feb 1, 2023
d6302c1
executor: Fix tidb crash on index merge reader (#40904)
windtalker Feb 1, 2023
9ebd766
util: add InTest to check whether to be in test (#40927)
hawkingrei Feb 1, 2023
d4e2b2e
*: upgrade mgechev/revive (#40920)
hawkingrei Feb 1, 2023
90056c5
ddl: fix create exists resource group (#40837)
glorv Feb 1, 2023
bdc2f1b
handle: support fallback for dump historical stats (#40889)
Yisaer Feb 1, 2023
01b2310
admin: support cleanup multi-valued index (#40428)
xiongjiwei Feb 1, 2023
d28a8d8
*: support MockAutoScaler and AWSAutoScaler (#40729)
guo-shaoge Feb 1, 2023
ab1e576
session: fix bad log (#40948)
hawkingrei Feb 1, 2023
74e936c
planner: fix dropping non-ScalarFunction when extractCol for memtable…
zhongzc Feb 1, 2023
95f4d0d
planner: supply test cases for param limit in plan cache (#40868)
fzzf678 Feb 1, 2023
34516a3
br: disable foreign key check when br create table (#40951)
crazycs520 Feb 1, 2023
774913c
planner: rename keep_order hint to order_index hint for mysql compati…
Reminiscent Feb 1, 2023
7326e2f
planner: report the warning when use the hint but the SQL has the bin…
Reminiscent Feb 1, 2023
e4bf00f
*: add ci image (#40866)
hawkingrei Feb 1, 2023
151cd7e
metrics: introduce the resource control RU Grafana dashboard (#40922)
JmPotato Feb 2, 2023
f1a744a
planner: add MppVersion for mpp task; support data compression in Exc…
solotzg Feb 2, 2023
f0575a8
*: unify wru,rru to ru (#40884)
nolouch Feb 2, 2023
e8c32ae
br: adaption for keyspace feature (#40532)
iosmanthus Feb 2, 2023
337af61
resourcemange: fix delete more workers than expected (#40894)
hawkingrei Feb 2, 2023
ca2235f
keyspace: gc delete range (#40639)
ystaticy Feb 2, 2023
d0d321f
ddl: add more tests about multi-valued index (#40973)
xiongjiwei Feb 2, 2023
c215108
test: stabilize TestAddIndexMergeConflictWithPessimistic (#40975)
tangenta Feb 2, 2023
04f9b3c
*: add UseAutoScaler config to disable AutoScaler (#40966)
guo-shaoge Feb 2, 2023
07af605
*: add memory tracker for mppIterator (#40901)
wshwsh12 Feb 2, 2023
a4b18ce
resource_group: supports burstable for resource group (#40925)
nolouch Feb 2, 2023
19ecde0
util: fix memory leak in chunk allocator (#40989)
wshwsh12 Feb 2, 2023
6e56bf7
ddl, statistics: fix stats meta missing when creating many tables at …
xuyifangreeneyes Feb 2, 2023
58468bf
statistics: move TableStatsFromStorage out of handle (#40822)
xuyifangreeneyes Feb 2, 2023
321d313
br: remove totalFlashbackRegions since task completion region already…
fengou1 Feb 2, 2023
72ee345
lightning: fix panic when nextKey twice (#40959)
lance6716 Feb 2, 2023
3412b5d
ttl: fix data race in TTL manager and test (#40976)
YangKeao Feb 2, 2023
b91e2d9
session: use `mDDLTableVersion` key to control backfill tables (#40984)
Defined2014 Feb 3, 2023
ddd0810
planner: not allow the optimizer to use `json_contains(j, '[]')` as a…
qw4990 Feb 3, 2023
f7d5db2
ddl/ingest: add mutex to disk root (#41029)
tangenta Feb 3, 2023
eb11fb2
ttl: avoid endless loop in TTL task schedule (#41020)
YangKeao Feb 3, 2023
3c4976b
resourcemanager: fix TaskController.Stop() can't make producer exit i…
hawkingrei Feb 3, 2023
da97752
*: add buildtag for ddltest (#41027)
hawkingrei Feb 3, 2023
98c22c1
statistics: use histogram count rather than realtime count to calcula…
xuyifangreeneyes Feb 3, 2023
1606b05
pd_client: update client and global config (#40955)
HuSharp Feb 3, 2023
15bac9e
ddl: show more jobs in the tidb_mdl_view (#40860)
YangKeao Feb 3, 2023
975d177
*: add resource group name into information_schema.processlist (#40739)
BornChanger Feb 3, 2023
807bf40
*: upgrade golangci-linter (#41046)
hawkingrei Feb 5, 2023
bc2c1b2
executor: fix IndexMerge handle panic logic (#41036)
guo-shaoge Feb 5, 2023
76f1c52
ttl: fix TTL will delete unexpected rows when timezone changed (#41044)
lcwangchao Feb 6, 2023
e5477b8
*: fix the sysvar value may be corrupted after set by subquery (#41003)
lcwangchao Feb 6, 2023
ddaf0d7
ddl, parser: implement the normal flow of distributed processing in D…
zimulala Feb 6, 2023
b78c62f
session, metrics: refine the resource control metrics (#41045)
JmPotato Feb 6, 2023
308aaba
meta: fix remove resource group (#40968)
glorv Feb 6, 2023
ba21e73
metrics/grafana: add cpu/memory of pd in overview panel (#41072)
nolouch Feb 6, 2023
1e54ee4
lightning: precheck should check CDC changefeeed rather than capture …
lance6716 Feb 6, 2023
e245a93
ttl: fix ttl job manager will panic if the status cache doesn't conta…
YangKeao Feb 6, 2023
c017999
sessionctx: fix hidden and user var problems in encoding session stat…
djshow832 Feb 6, 2023
ba41d92
Revert "planner: skip the plan cache if non-int values are converted …
qw4990 Feb 6, 2023
7b80380
schema cache: cache schema version by timestamp (#40768)
hihihuhu Feb 6, 2023
1915035
executor: fix plan replayer dump for tpcds q97 (#41088)
Yisaer Feb 6, 2023
00d48f9
*: update util/tracing and remove repeated code (#40825)
tiancaiamao Feb 6, 2023
9b9e15b
telemetry: Log error reason for failure to get SQL Metric (#40778)
dveeden Feb 6, 2023
3b66b54
br: add retry for prepare flashback for backup cluster is empty and t…
fengou1 Feb 6, 2023
262ebd5
server: Implement column defaults for `mysql.ComFieldList` (#40765)
dveeden Feb 6, 2023
38bcdf4
resourcemanager: avoid to schedule when no task is in the pool (#41095)
hawkingrei Feb 6, 2023
e0e73ae
*: Update github.com/cloudfoundry/gosigar (#41111)
dveeden Feb 6, 2023
2b995ed
ddl: remove useless error log (#41107)
zimulala Feb 6, 2023
833e0b9
executor: use const varialbe for index merge handleWorkerPanic (#41066)
guo-shaoge Feb 6, 2023
79a5d3b
Optimizer: add test cases for predicate simplifications (#41117)
ghazalfamilyusa Feb 7, 2023
98aff8c
executor: disable paging for small limit (#41120)
solotzg Feb 7, 2023
c996d64
flashback: retry `getStoreGlobalMinSafeTS` during execute flashback (…
Defined2014 Feb 7, 2023
b2cfcca
metrics: add tidb_rm_pool_concurrency (#41113)
hawkingrei Feb 7, 2023
7fb79b5
handler: fix duplicated log of unanalyzed table for historical stats …
Yisaer Feb 7, 2023
f1d450f
*: update client-go and pd client (#41124)
disksing Feb 7, 2023
57ab10c
admin: fix recover expression cause index broken (#41092)
xiongjiwei Feb 7, 2023
52e5a7b
statistics/handle: remove unnecessary h.mu.Lock (#41153)
xuyifangreeneyes Feb 7, 2023
391c551
parser: move LOAD DATA REMOTE into LOAD DATA (#41091)
lance6716 Feb 7, 2023
8d65743
planner: support more pattern for index join inner side (#40999)
Yisaer Feb 7, 2023
bcc7dd6
planner: support more pattern for index join inner side (#40999)
Yisaer Feb 7, 2023
a1aab05
planner: support more pattern for index join inner side (#40999)
Yisaer Feb 7, 2023
a722325
makefile: update dumpling build options (#41165)
lance6716 Feb 7, 2023
6f45f81
statistics/handle: refine the condition of dumping stats delta (#41133)
xuyifangreeneyes Feb 7, 2023
6adcc65
*: use the latest independent resource group manager client (#41162)
JmPotato Feb 7, 2023
afc9ca4
store/copr: set upper limit for extra concurrency (#41135)
you06 Feb 7, 2023
567b329
planner: label plans as over-optimized for plan cache after refining …
qw4990 Feb 7, 2023
2aad388
planner: when pushing `topN` down below `proj`, check whether `topN.B…
Dousir9 Feb 8, 2023
8617738
*: update bazel config (#41127)
hawkingrei Feb 8, 2023
4ccf603
br: fix br ci (#41149)
joccau Feb 8, 2023
8398f0f
*: fix a timezone data race which may cause wrong row data (#41146)
wjhuang2016 Feb 8, 2023
3f0964f
ddl: disable raw mode resource group (#41050)
BornChanger Feb 8, 2023
91f6752
flashback: make `br backup full` works during `flashback cluster` (#4…
Defined2014 Feb 8, 2023
85c48ed
placement: supports survival preferences (#40613)
nolouch Feb 8, 2023
93c6492
log-backup: added more robust error handling for log backup advancer …
YuJuncen Feb 8, 2023
c392b62
lightning: access aws resource by session token (#40753)
okJiang Feb 8, 2023
37fce43
lightning: introduce param to skip CSV header parsing (#41128)
dsdashun Feb 8, 2023
ae60542
ddl: forbid tiflash while enabling API v2 (#41167)
iosmanthus Feb 8, 2023
bdef910
store/copr: enable store batch by default & add extra copr concurrenc…
you06 Feb 8, 2023
1140b7c
*: remove ru token in resource group schema and set brust limit (#41174)
CabinfeverB Feb 8, 2023
3b0a512
ReplicaReadMode: introduce new replica_read mode `PreferLeader`. (#40…
LykxSassinator Feb 9, 2023
09d3fa9
txn: Fix the issue that analyze panics when aggressive locking is ena…
MyonKeminta Feb 9, 2023
d16f4c0
pitr: prevent from restore point to cluster running log backup (#40871)
Leavrth Feb 9, 2023
7255868
lightning: do resolve conflict job when other lightning has local dup…
lichunzhu Feb 9, 2023
5cb8418
executor: track the memroy usage in HashJoin probe phase (#41081)
wshwsh12 Feb 9, 2023
9f5cc51
*: support recover multi-valued index (#41181)
xiongjiwei Feb 9, 2023
1167faf
stmtsummary: add persistence implementation (#40814)
mornyx Feb 9, 2023
9cb4c48
br: Support backup replica read (#40899)
v01dstar Feb 9, 2023
4997e7c
store/copr: add log for buildBatchCopTasksConsistentHash (#41101)
guo-shaoge Feb 9, 2023
b359ee7
lightning: support compression when sending kv pairs to tikv (#41164)
sleepymole Feb 9, 2023
71b7dc0
planner: skip plan cache if the plan contains Shuffle operators (#41185)
qw4990 Feb 9, 2023
3d71301
expression: implement least/greatest for string function pushdown (#4…
ywqzzy Feb 9, 2023
a0e6ccb
go.mod: update client-go to the latest version (#41212)
JmPotato Feb 9, 2023
61e1d81
add metrics for TTL (#41155)
YangKeao Feb 9, 2023
5e8cf8f
metrics: Add metrics and telemetry for aggressive locking (#41038)
MyonKeminta Feb 9, 2023
a4158c2
planner: adjust estimated row count when pushing `Limit` and keep ord…
time-and-fate Feb 9, 2023
90cf371
planner: fix can't find proper physical plan caused by virtual column…
AilinKid Feb 9, 2023
98fe813
planner: fix space requirement when binding from history (#41140)
fzzf678 Feb 9, 2023
f5efbba
ddl: initialize the mock session in advanced (#41227)
tangenta Feb 9, 2023
495e225
ddl: fix data race on job.SetWarnings (#41231)
tangenta Feb 9, 2023
6e0c38a
*: remove limit (#41242)
hawkingrei Feb 9, 2023
7f88e73
br: skip template system table __TiDB_BR_Temporary_mysql when backup …
joccau Feb 9, 2023
a22d690
ddl, model: support for dist-reorg on partitioned tables (#41145)
zimulala Feb 9, 2023
c34238b
session: fix processInfo time when using driver to prepare and execut…
wshwsh12 Feb 9, 2023
1746f02
dumpling: fix cannot dump data bug when dumpling fails to check has t…
lichunzhu Feb 9, 2023
532689c
lightning: fix panic when user cancel (#41236)
lance6716 Feb 10, 2023
95e660f
util/gpool/spmc: add a sleep to a simple `for` (#41240)
zimulala Feb 10, 2023
893cdb4
planner: fix calculating TiFlash stream count (#41221)
solotzg Feb 10, 2023
c6e6d62
ddl: check the key existence on original index (#40749)
tangenta Feb 10, 2023
d901aa1
types: use `mathutil.Max/mathutil.Min` instead of `myMax/myMin` (#41192)
Defined2014 Feb 10, 2023
ea237a7
bazel: set --test_keep_going false (#41247)
hawkingrei Feb 10, 2023
6cb7374
ddl: Add telementry for distributed reorg tasks. (#41201)
Benjamin2037 Feb 10, 2023
278a9fe
ddl: Improve ErrTooLongKey message (#41270)
dveeden Feb 10, 2023
caaf668
ddl: fix owner get panic info with dist-reorg (#41217)
zimulala Feb 10, 2023
0db6df7
planner: recover table/schema only needs create and drop privilege (#…
Defined2014 Feb 10, 2023
86d10c5
Lightning: use **** to represent secret key in unit test (#41269)
okJiang Feb 10, 2023
8531018
ddl: improve backfill more general (#41093)
hawkingrei Feb 10, 2023
0bd7179
executor: fix unreasonable CPU time in HashJoin probe phash (#41265)
wshwsh12 Feb 10, 2023
92a82ad
ttl: optimize bazel for TTL codes (#41278)
lcwangchao Feb 10, 2023
48bc046
executor: support plan replayer capture remove task (#41258)
Yisaer Feb 11, 2023
be48b2d
expression: return upper bound for enum (#41021)
YangKeao Feb 11, 2023
ca1d9fb
lightning: revert db timeout changes for analyze (#41012)
lichunzhu Feb 11, 2023
696d7d0
*: REORGANIZE PARTITION (#38535) (#41096)
mjonss Feb 11, 2023
01f8f6a
br: fix backup ci (#41295)
Leavrth Feb 11, 2023
7352d7b
*: reduce the allocation of error constructing in `DecodeTableID` (#4…
iosmanthus Feb 11, 2023
e8a7caa
util: fix dropped error (#41254)
alrs Feb 11, 2023
2baf8c2
metric: seperate the internal and external transaction metrics (#41206)
cfzjywxk Feb 12, 2023
288c2dd
planner: fix a bug when pushing streamAgg down (#41056)
Dousir9 Feb 12, 2023
b5ff518
build(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.5.0 (#41283)
dependabot[bot] Feb 12, 2023
6f99eba
Optimizer: derive TopN from filter on row number (#41209)
ghazalfamilyusa Feb 13, 2023
707d3d5
domain: fix data race in the ttlJobManager (#41289)
hawkingrei Feb 13, 2023
123abe5
stmtsummary: fix data race in test (#41287)
mornyx Feb 13, 2023
6a66ed6
ddl: return panic when to get tiflash sync progress failed in test (#…
hawkingrei Feb 13, 2023
c412808
infoschema: fix is.partitions.partition_expression for range columns …
mjonss Feb 13, 2023
982a616
sysvar: introduce variable tidb_enable_inl_join_inner_multi_pattern (…
Yisaer Feb 13, 2023
8dd78d5
executore: fix logic error in HashJoin probe (#41320)
wshwsh12 Feb 13, 2023
79ae1e3
*: update bazel config (#41296)
hawkingrei Feb 13, 2023
1d452a9
infoschema: fix unstable test TestSelectClusterTable (#41321)
crazycs520 Feb 13, 2023
558813a
log-backup: added cache for sst_importer client (#41305)
YuJuncen Feb 13, 2023
5f61ded
stmtsummary: fix panic in stmts test (#41334)
Defined2014 Feb 13, 2023
91265a4
*: fix goleak in the test (#41339)
hawkingrei Feb 13, 2023
ee8ad52
planner: fix tiflash cannot find generated column (#41261)
guo-shaoge Feb 13, 2023
be74011
server, execute: set text for execute command (#41340)
YangKeao Feb 13, 2023
534bd02
br: increase the sleep time in the `waitForSend` function (#41322)
Dousir9 Feb 13, 2023
95c5328
cgroup: improve test to find cgroup compatibility issues (#41347)
hawkingrei Feb 13, 2023
7ac1796
Merge branch 'master' of github.com:pingcap/tidb into audit_import
CbcWestwolf Feb 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
startup --host_jvm_args=-Xmx5g
startup --host_jvm_args=-Xmx8g
startup --unlimit_coredumps

run:ci --color=yes
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.2
6.0.0
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "18:00"
timezone: "Asia/Shanghai"
allow:
- dependency-name: "golang.org/*"
- dependency-name: "github.com/golangci/golangci-lint"
open-pull-requests-limit: 2

1 change: 1 addition & 0 deletions .github/licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ header:
- "tidb-binlog/proto/go-binlog/secondary_binlog.pb.go"
- "**/*.sql"
- ".bazelversion"
- "build/image/.ci_bazel"
comment: on-failure
62 changes: 0 additions & 62 deletions .github/workflows/integration-test-br-compatibility.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/misc.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ bazel-out
bazel-testlogs
bazel-tidb
.ijwb/
/oom_record/
Loading