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

*: merge master into feature/reorganize-partition #39556

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
471 commits
Select commit Hold shift + click to select a range
208478b
executor: fix hashjoin goleak (#39023)
xhebox Nov 10, 2022
a20b70f
lightning: fix cluster index (#39010)
lichunzhu Nov 10, 2022
f51227c
extension: provide more informations in `extension.FunctionContext` (…
lcwangchao Nov 10, 2022
063d819
*: upgrade pingcap/log (#39064)
sleepymole Nov 10, 2022
f5171e3
executor: fix admin show job panic when upgrade from v4.0 to v6.4 (#3…
tangenta Nov 10, 2022
42ff5e6
executor: split hashjoin into workers(part1) (#39063)
XuHuaiyu Nov 11, 2022
a3fff42
ddl: refine logic of OwnerCheckAllVersions (#39070)
wjhuang2016 Nov 11, 2022
3bbffdf
planner: update some UTs from cost model1 to model2 (#39065)
qw4990 Nov 11, 2022
ddb4355
domain: support plan_replayer_task system table (#39019)
Yisaer Nov 11, 2022
f16209f
dumpling: process nan when chunk is zero (#39083)
okJiang Nov 11, 2022
481f5ab
lightning: support checkpoint read for compress files (#38946)
lichunzhu Nov 11, 2022
b5e1f7a
executor: split hashjoin into workers(part2) (#39079)
XuHuaiyu Nov 11, 2022
80c8fea
planner: update some UTs from cost model1 to model2 (#39085)
qw4990 Nov 11, 2022
483d2bc
stmtctx: remove the empty values in `StatementContext.Tables` (#39086)
lcwangchao Nov 11, 2022
b702ac7
ddl: delete `pkIsHandle` log in drop index (#39088)
Defined2014 Nov 11, 2022
4b08ccc
statistics, executor: merge Count and ModifyCount for global stats (#…
time-and-fate Nov 11, 2022
238caf6
*: add statistic lock/unlock function (#38387)
pingandb Nov 11, 2022
c919985
systable: Adapt with tiflash_tables changes (#39001)
JaySon-Huang Nov 12, 2022
86d3b46
util: change record analyze to explain in oom alarm (#39099)
mengxin9014 Nov 13, 2022
71e66b2
domain: refactor plan replayer implemention (#39084)
Yisaer Nov 14, 2022
192eae2
binlog: update binlog status from Skippping to On when recover binlog…
joccau Nov 14, 2022
a8f56ee
planner: support the view hint (#38653)
Reminiscent Nov 14, 2022
78d1905
dumpling: compress supports snappy/zstd (#38910)
lyzx2001 Nov 14, 2022
9f9d289
dumpling: revert 39030 (#39108)
okJiang Nov 14, 2022
e939c9b
ddl: fix return duplicate schema version during multi-schema change (…
Defined2014 Nov 14, 2022
61b02ec
gogctuner: fix unstable test in the TestTuner (#39101)
hawkingrei Nov 14, 2022
e8c640e
*: enable race test for more components (#39097)
hawkingrei Nov 14, 2022
678aa56
planner: update some UTs from cost model1 to model2 (#39124)
qw4990 Nov 14, 2022
b0c3381
parser: allow drop stats of multiple tables (#38042)
YangKeao Nov 14, 2022
efa7010
executor: fix issue of show create table with foreign key comment (#3…
crazycs520 Nov 14, 2022
4dd00bc
gogctuner: support Max/Min GOGC (#39109)
hawkingrei Nov 14, 2022
d734cc8
*: refactor some functions for better reusability (#39133)
tangenta Nov 14, 2022
bdcb850
schematracker: treat TableInfo as immutable (#39103)
lance6716 Nov 14, 2022
c69513d
planner: return the proper error for metadata lock so that it can be …
wjhuang2016 Nov 14, 2022
3765abb
infoschema: fix bit, year column metadata is not compatible with mysq…
hawkingrei Nov 15, 2022
b03690a
planner: update some UTs from cost model1 to model2 (#39138)
qw4990 Nov 15, 2022
c354b8b
extension: add support for extension to custom table and sysvar privi…
lcwangchao Nov 15, 2022
c395064
planner: add more test cases for view hint (#39126)
Reminiscent Nov 15, 2022
bb0e8a1
executor: split hashjoin part3 (#39089)
XuHuaiyu Nov 15, 2022
661a6b6
ddl: modify default unique index name (#39145)
wxbty Nov 15, 2022
6af4e4b
statistics: fix merge global stats panic if the partition hasn't been…
Yisaer Nov 15, 2022
3e8899e
infoschema: fix FormatTiDBVersion panic (#39172)
Defined2014 Nov 16, 2022
5aa66cb
domain: support dump plan replayer capture task during query (#39125)
Yisaer Nov 16, 2022
d00c588
dockerfile: use rockylinux (#39175)
hawkingrei Nov 16, 2022
ba35a37
util: use one logger (#39176)
xhebox Nov 16, 2022
154f027
ddl: make ddl scheduler prefers pick up already processing job (#38898)
xiongjiwei Nov 16, 2022
ce69f0b
expression: push down EXTRACT Duration to TiFlash (#39105)
birdstorm Nov 16, 2022
b117a2e
ddl,executor: enhance test for auto_increment with AUTO_ID_CACHE=1 (#…
tiancaiamao Nov 16, 2022
7f83ec4
DDL: Fix bug that TiFlash replica unavailable after add partition wit…
Nov 16, 2022
11ab7b4
parser: add ActionReorganizePartition (#39183)
mjonss Nov 16, 2022
ad06a1f
ddl: release memory when adding index on partitions finish (#39190)
tangenta Nov 17, 2022
e78ef2c
executor: fix issue of insert into parent table failed cause by forei…
crazycs520 Nov 17, 2022
b296494
expression: push down json_valid to tikv (#38290)
lizhenhuan Nov 17, 2022
da7eddd
lightning: make some s3/gcs external storage fields public (#39205)
dsdashun Nov 17, 2022
8a3c62b
expression: implement `regexp_like` function pushdown (#39107)
xzhangxian1008 Nov 17, 2022
ee608dc
*: upgrade golangci-linter (#38320)
hawkingrei Nov 17, 2022
706a646
cmd: fix integration ddl test (#39208)
wjhuang2016 Nov 17, 2022
533fd31
docs: update roadmap for 202211 (#39149)
ran-huang Nov 17, 2022
077cde7
ddl: fix "wrong warning messages when running some DDL jobs" (#38761)
wxbty Nov 17, 2022
4cfc25a
executor: make naaj correct (#39160)
XuHuaiyu Nov 17, 2022
e91c902
planner: update some UTs from cost model1 to model2 (#39210)
qw4990 Nov 17, 2022
ba16dba
*: use a key to decide mdl is enabled or not (#39154)
wjhuang2016 Nov 17, 2022
0722251
executor: fix a bug that altering user comment doesn't take effect (#…
CbcWestwolf Nov 17, 2022
9c48480
parser, executor: implement plan replayer capture statement (#39181)
Yisaer Nov 17, 2022
777cb5f
lightning: expose metrics when as a library (#39218)
lance6716 Nov 18, 2022
50fdeef
planner: enable cost model2 by default (#39221)
qw4990 Nov 18, 2022
48e17e2
planner: revise sync load error msg (#39198)
Yisaer Nov 18, 2022
e9253f7
ddl: support read records with copr for adding index (#39191)
tangenta Nov 18, 2022
5bd1be5
ddl: stabilize multi-schema change tests (#39247)
tangenta Nov 18, 2022
3bcd5a8
ddl: clean up the log in backfill procedure (#39246)
tangenta Nov 18, 2022
d3a63e9
ddl: fix data inconsistency for untouched values during add index (#3…
tangenta Nov 21, 2022
028c5eb
types: Fix `TIMESTAMPADD` lost fractional digits (#38003)
birdstorm Nov 21, 2022
cdb2910
store: change the mpp response chan size to 0 (#39151)
wshwsh12 Nov 21, 2022
f1fbca8
chunk: fix nil pointer when SortedRowContainer meet null type (#39254)
hawkingrei Nov 21, 2022
c59377b
extension: fix unstable test `TestExtensionConnEvent` (#39294)
lcwangchao Nov 21, 2022
d15ffca
server: fix `ComStmtPrepare` end with `\0` (#39295)
Defined2014 Nov 21, 2022
8b39e66
ddl: refine sql to get ddl jobs (#39245)
wjhuang2016 Nov 22, 2022
bd97130
Revert "planner: enable cost model2 by default" (#39265)
qw4990 Nov 22, 2022
f894d9b
domain, executor: refine error log and error handling for statistics …
xuyifangreeneyes Nov 22, 2022
6477e75
br: remove error when create the backup client to make caller easier …
3AceShowHand Nov 22, 2022
94d53c6
domain: fix planReplayerHandleLease data race (#39309)
Yisaer Nov 22, 2022
f4fa414
sessionctx: support parse more format for memory limit systemvar (#38…
wshwsh12 Nov 22, 2022
74aa891
br: replace GetTS with GetTSWithRetry (#38948)
MoCuishle28 Nov 22, 2022
2255898
parser: add syntax for ttl option in ddl (#39277)
YangKeao Nov 22, 2022
2103466
br: PiTR restore batch apply kv-files (#38772)
joccau Nov 22, 2022
1e6d1a8
*: add foreign key check/cascade information in explain result (#39167)
crazycs520 Nov 22, 2022
d5e9ef0
dumpling: fix TestSpeedRecorder flaky test (#39314)
okJiang Nov 22, 2022
75efe68
ddl: forbid disabling concurrent DDL if MDL is enabled (#39301)
wjhuang2016 Nov 22, 2022
c9bb2f2
domain: disable closest-adaptive dynamically to make read traffic mor…
glorv Nov 22, 2022
84703ef
br: modify collate.newCollationEnabled according to the config of the…
MoCuishle28 Nov 22, 2022
8fc4535
*: fix `tidb_decode_key` with partition table (#39312)
Defined2014 Nov 22, 2022
c9531d4
ddl: make read and write async during adding index (#39249)
tangenta Nov 23, 2022
65585a5
docs: fix typo and dead link (#39317)
tangenta Nov 23, 2022
7c46100
planner: update cost formulas of Index*Join of model2 (#39296)
qw4990 Nov 23, 2022
6a6fc00
metrics: add tiflash and cdc into performance overview (#39231)
dbsid Nov 23, 2022
9784615
ddl: Add index fast path to be a default add index path (#39267)
Benjamin2037 Nov 23, 2022
f50113f
lightning: finer granularity for tidb backend finished bytes (#39318)
lance6716 Nov 23, 2022
fee8ed7
executor: split hashjoin part4 (#39155)
XuHuaiyu Nov 23, 2022
cf49466
executor: move `FillVirtualColumnValue` to the `table` package (#39342)
tangenta Nov 23, 2022
84ee284
parser: use alter table remove ttl spec (#39341)
YangKeao Nov 24, 2022
7930c2c
expression: fix that str_to_date returns different result on no zero …
mengxin9014 Nov 24, 2022
84fa999
txn: support multi-table join in nt-dml (#39139)
ekexium Nov 24, 2022
4a91a24
executor: add debug log for analyze (#39357)
Yisaer Nov 24, 2022
d100e93
*: upgrade dgraph-io/ristretto (#39352)
hawkingrei Nov 24, 2022
e205f93
*: support password validation options and variables (#38953)
CbcWestwolf Nov 24, 2022
7611a03
ddl: support read generated columns with copr for adding index (#39345)
tangenta Nov 24, 2022
b285ef8
ddl: don't reuse the chunk until underlying memory is not referenced …
tangenta Nov 25, 2022
ebc4e43
ddl: skip the error when fallback from ingest to txn method (#39360)
Benjamin2037 Nov 25, 2022
88ad3f4
infoschema, planner: lock the new table id in tryLockMDLAndUpdateSche…
wjhuang2016 Nov 25, 2022
05d616c
lightning: recover status from checkpoint after index engine closed (…
lance6716 Nov 25, 2022
5775995
variable: add `txn_source` into kv.context (#39159)
xiongjiwei Nov 25, 2022
ddfa6db
statistics: remove 1min no write check for unanalyzed table in auto a…
xuyifangreeneyes Nov 25, 2022
c34ee82
errno, statistics: show partition name whose stats are missing when m…
xuyifangreeneyes Nov 25, 2022
15b523c
*: add a memdb memory tracker (#39372)
ekexium Nov 25, 2022
dd0a479
planner, parser: add basic preparations for intersection type IndexMe…
time-and-fate Nov 25, 2022
844ad32
*: fix data race in the client-go's SetVars (#39392)
hawkingrei Nov 25, 2022
4019c2a
bindinfo: fix the timer leak bug. (#39403)
sourcelliu Nov 27, 2022
99dbc77
ttl: Add some tools to build SQLs for TTL (#39359)
lcwangchao Nov 27, 2022
89522b1
*: fix deprecated (#39401)
hawkingrei Nov 28, 2022
68178d6
DDL: add log when TiFlash replica available changed (#39243)
Nov 28, 2022
7f632be
ddl: add ttl related jobs / execution (#39298)
YangKeao Nov 28, 2022
5c9570d
import: fix memory leak (#39332)
dsdashun Nov 28, 2022
ae0bc84
txn: support non-transactional replace (#39378)
ekexium Nov 28, 2022
0e6364f
store: fix tikv_region_status error information of partitioned table …
jiyfhust Nov 28, 2022
f713bc9
types: handle io.EOF error when to parse datatime (#39405)
hawkingrei Nov 28, 2022
78d677e
session: remove date_add function from push down blacklist in new ins…
mengxin9014 Nov 28, 2022
73044b0
planner: optimize the performance of cost trace (#39385)
qw4990 Nov 28, 2022
f8a6bde
*: add a reference count for StmtCtx (#39368)
XuHuaiyu Nov 28, 2022
a56aff1
br: fix unit test - TestApplyKVFilesWithBatchMethod3 (#39415)
joccau Nov 28, 2022
8973bcc
remove unnecessary actions (#39422)
3pointer Nov 28, 2022
5b9d96b
lightning: support compress for lightning, add compress unit and inte…
lichunzhu Nov 28, 2022
039484a
bazel: optimizate the bazel test (#39414)
hawkingrei Nov 28, 2022
49933b3
*: DATA RACE at the memChangeHook (#39411)
hawkingrei Nov 28, 2022
594d20d
Explain : Support more info from tiflash in explain analyze (#39216)
hongyunyan Nov 28, 2022
ccebde5
util: set memory limit tuner to valid value after trigger tuning (#39…
wshwsh12 Nov 28, 2022
03034b6
ddl: properly handle existence checks for deleted records in temp ind…
Benjamin2037 Nov 28, 2022
50bcb52
bazel: add mirror for gosdk (#38275)
hawkingrei Nov 28, 2022
b3bbe96
util: add more log for expensive and global memory control (#39397)
wshwsh12 Nov 28, 2022
43b1c61
ddl, domain: handle the corner case that putting the MDL key to etcd …
wjhuang2016 Nov 28, 2022
12d1cf6
executor: fix issue of foreign key cascade don't work cause by untouc…
crazycs520 Nov 28, 2022
37bd052
planner: rewrite count star to count not null column (#39197)
elsa0520 Nov 28, 2022
3c3a9d0
session, ddl: rollback txn for prepare statement (#39433)
wjhuang2016 Nov 29, 2022
f1215a5
bazel: update shard_count (#39435)
hawkingrei Nov 29, 2022
5b16086
session: remove useless parser object in SessionHandle of bindinfo pa…
winkyao Nov 29, 2022
d61b8c4
log-backup: add flag for restore point (#39431)
joccau Nov 29, 2022
d0b72a2
executor: split hashjoin part5 (#39386)
XuHuaiyu Nov 29, 2022
52d137d
log-backup: use the span tree(instead of the naïve algorithm) to calc…
YuJuncen Nov 29, 2022
e618d86
bazel: enable --remote_download_minimal again (#39307)
hawkingrei Nov 29, 2022
f9a6e47
planner: support push part of order property down to the partition ta…
winoros Nov 29, 2022
1dd7a59
ttl: introduce `ttl.PhysicalTable` to provide some common methods for…
lcwangchao Nov 29, 2022
9689b47
ddl: improve log messages (#39376)
hawkingrei Nov 29, 2022
1b15732
telemetry: add telemetry for alter table compact partition (#39452)
Nov 29, 2022
8a5ccd8
planner: support the view hint(part-2) (#39280)
Reminiscent Nov 29, 2022
19dae1f
*: separate auto_increment ID allocator from _tidb_rowid allocator wh…
tiancaiamao Nov 29, 2022
23543a4
*: merge the runtime stats in time to avoid using too many memory (#3…
wshwsh12 Nov 29, 2022
d2ace99
br: leader selection with tikv store balance score during the ebs dat…
fengou1 Nov 29, 2022
2c0c130
session: workaround for upgrade from the old master version (#39451)
wjhuang2016 Nov 29, 2022
1cebd1d
*: improve `flashback to timestamp`, let it compatible with TiCDC (#3…
Defined2014 Nov 29, 2022
e135608
executor: support Intersection of IndexMerge (#38636)
guo-shaoge Nov 29, 2022
c88fd23
planner: add sqlDigest and planDigest field when show bindings (#39156)
fzzf678 Nov 29, 2022
4476173
planner: update cost model2 (#39438)
qw4990 Nov 29, 2022
cca78e3
planner: forbid point get with select lock choose tiflash as datasour…
Yisaer Nov 29, 2022
6241d60
planner, executor: support intersection type IndexMerge with hint in …
time-and-fate Nov 30, 2022
06072d6
Explain: change the explain analyze output info (#39444)
hongyunyan Nov 30, 2022
e98e959
*: add telemetry support for IndexMerge (#39469)
guo-shaoge Nov 30, 2022
1de2bf6
Backup: add checkpoint (#38648)
Leavrth Nov 30, 2022
328aef8
lightning: add precheck about downstream CDC/PiTR (#39338)
lance6716 Nov 30, 2022
40f0bd5
executor: add index_merge_intersection cases (#39323)
guo-shaoge Nov 30, 2022
a48fe79
executor: close resultset (#39474)
hawkingrei Nov 30, 2022
a00f0fe
autoid_service,meta/autoid: distinguish retriable error from non-retr…
tiancaiamao Nov 30, 2022
31d943f
Design: add the design doc for view hint (#39313)
Reminiscent Nov 30, 2022
8e4748a
*: make auto-analyze concurrency configurable (#37078)
chrysan Nov 30, 2022
f5487e3
br: add foreign key test for br (#39427)
crazycs520 Nov 30, 2022
f06fb5a
util, executor: refine the memory usage of delete multiple tables (#3…
XuHuaiyu Nov 30, 2022
63ce793
*: add foreign key check/cascade runtime stats information in explain…
crazycs520 Nov 30, 2022
d20d71f
ddl: don't delay for async commit if MDL is enabled (#39446)
wjhuang2016 Nov 30, 2022
adcacd8
planner: support drop binding by sql digest (#39399)
fzzf678 Nov 30, 2022
8b06ef2
planner: enable cost model2 by default (#39487)
qw4990 Nov 30, 2022
30a8414
ddl: gc mdl etcd key after cleaning the mdl table (#39454)
wjhuang2016 Nov 30, 2022
fa7cf31
*: fix goleak in the statisticstest (#39503)
hawkingrei Nov 30, 2022
dea207b
executor: fix index merge intersection may stuck (#39495)
guo-shaoge Dec 1, 2022
04b676a
distsql_test: fix TestPartitionTableIndexLookUpReader (#39522)
Defined2014 Dec 1, 2022
8e0e49c
*: support JSON format output in explain statement (#39253)
fzzf678 Dec 1, 2022
7add1c8
ttl: refractor ttl pkg into multiple sub packages (#39491)
YangKeao Dec 1, 2022
1f04e14
domain: support dump historical stats in background job (#39417)
Yisaer Dec 1, 2022
8bbf75d
br: Fix overlapped ranges (#39496)
YuJuncen Dec 1, 2022
d1fc5b6
expression: implement `regexp_instr` function pushdown (#39479)
xzhangxian1008 Dec 1, 2022
d3f7ec0
br: skip compatibility check for the mysql.user table when restoring …
MoCuishle28 Dec 1, 2022
09d1a81
bazel: mirror java_tools (#39509)
hawkingrei Dec 1, 2022
78011c5
lightning: add WithDupIndicator to expose status to caller (#39461)
lance6716 Dec 1, 2022
a6eba9b
txn: fix alias related bugs for non-transactional DML (#39459)
ekexium Dec 1, 2022
213187c
server: use advertise addr for autoid service to expose itself (#39497)
tiancaiamao Dec 1, 2022
c3565a1
planner: set cost model to ver1 for clusters upgrading from pre-6.1 v…
qw4990 Dec 1, 2022
6a4b909
parser: add global variable to control ttl syntax (#39483)
YangKeao Dec 1, 2022
e307642
ddl: reuse chunk for copr-read and check context done (#39473)
tangenta Dec 1, 2022
202f723
planner: support create binding from history (#39436)
fzzf678 Dec 1, 2022
9f98f47
restore: Adapt the protocol of caching storage (#39541)
YuJuncen Dec 1, 2022
c8fdfbc
server: fix port of autoid_service (#39552)
tiancaiamao Dec 1, 2022
d354d8d
executor: fix data race on the IndexMergeReaderExecutor (#39513)
hawkingrei Dec 1, 2022
4b1bb5b
log-backup: implement subscription of flush (#39445)
YuJuncen Dec 1, 2022
dcec972
sessionctx: set default val of EnableOuterJoinReorder to true (#39505)
winoros Dec 1, 2022
fa05f7f
Merge remote-tracking branch 'pingcap/feature/reorganize-partition' i…
mjonss Dec 1, 2022
94ffc8e
error: print non-printable chars in hex style for duplicate entry err…
winkyao Dec 1, 2022
9d9eaca
store/copr: support batch coprocessor requests by store (#39525)
you06 Dec 1, 2022
9eea8f6
expression: implement `regexp_substr` function pushdown (#39536)
xzhangxian1008 Dec 1, 2022
89e9078
planner: fix panic when upgrade from 4.0.16 to master (#39538)
fzzf678 Dec 1, 2022
9a7341e
executor: add tests for property pushed down for partition table (#39…
winoros Dec 1, 2022
7b91e6a
planner: enrich diagnosis info for plan-cache (#39457)
qw4990 Dec 1, 2022
3bb8e79
executor: add globalAnalyzeTracker back (#39500)
XuHuaiyu Dec 1, 2022
12e5272
statistics: enlarge capacity of ddlEventCh to 1000 (#39532)
xuyifangreeneyes Dec 1, 2022
ff89ef2
planner: fill plan digest when create binding from existing plan (#39…
fzzf678 Dec 1, 2022
3f3e102
executor: make analyze killable by oom action (#39539)
chrysan Dec 1, 2022
7dedfab
executor: refactor hashjoin part6 (#39531)
XuHuaiyu Dec 1, 2022
38b0ab7
planner: prohibit StreamAgg with group keys for TiFlash (#39547)
fixdb Dec 1, 2022
dd32b9e
util: add unit tests for password validation (#39540)
CbcWestwolf Dec 1, 2022
272d328
meta/autoid: fix AUTO_ID_CACHE 1 setting affect row id allocator perf…
tiancaiamao Dec 1, 2022
2914d8d
backup: fix the object lock check with other s3 compatible storage (#…
3pointer Dec 1, 2022
2548e66
txn: respect txn-total-size-limit if it is manually set (#39550)
ekexium Dec 1, 2022
40d1ddb
*: support password reuse policy (#39162)
bob34007 Dec 2, 2022
10b3bc7
lightning: refine progress for compress files import (#39219)
lichunzhu Dec 2, 2022
4d11314
plan: refine build plan and skip privilege check for foreign key casc…
crazycs520 Dec 2, 2022
eed9ceb
import: fix dup-detect failure on index data (#39571)
dsdashun Dec 2, 2022
6b4739f
planner: change the stage of count star rewriter rule from logical to…
elsa0520 Dec 2, 2022
62b4e44
planner: fix create binding for prepare from history can't work (#39577)
fzzf678 Dec 2, 2022
7f2ae40
expression: Add json_extract, cast(json as string), json_unquote push…
yibin87 Dec 2, 2022
f799e72
store/copr: disable batch store copr when paging is enabled (#39580)
you06 Dec 2, 2022
cabc018
ddl: improve the log messages and refine code (#39456)
tangenta Dec 2, 2022
34c2a78
planner, ddl: fix hash partition with adding new column (#39574)
wjhuang2016 Dec 2, 2022
0470fa3
ddl: fix issue of add foreign key failed but doesn't rollback (#39583)
crazycs520 Dec 2, 2022
4293053
ddl: move foreign test to speed up ci (#39587)
crazycs520 Dec 2, 2022
824ef60
*: support password expiration policy (#39035)
CbcWestwolf Dec 2, 2022
62557e2
readme, docs: update architecture, logo, wording (#39544)
lilin90 Dec 2, 2022
c3b89e7
mathutil: support exponential average (#39484)
hawkingrei Dec 2, 2022
d045b41
ttl,ddl: disable ttl for fk and temp table (#39581)
YangKeao Dec 2, 2022
e89f341
log-backup: do not rewrite shortvalue iif the value is rollback recor…
joccau Dec 2, 2022
0b1096e
sysvar: fix inconsistency in setting password validation sysvars (#39…
CbcWestwolf Dec 3, 2022
7a1ea93
br: fix br foreign key test (#39607)
crazycs520 Dec 5, 2022
d5885e5
*: simple code for readProjection (#39600)
hawkingrei Dec 5, 2022
e1cc961
dumpling: Set default driverCfg to use TLS first (#39423)
Daemonxiao Dec 5, 2022
2d30149
ttl: Implement scan and delete task for TTL (#39481)
lcwangchao Dec 5, 2022
a7c4c71
ttl: add system table for TTL status (#39315)
YangKeao Dec 5, 2022
0219087
*: fix etcd fail to build on the m1 (#39608)
hawkingrei Dec 5, 2022
e320092
br: fix bug of checkpoint ticker leak (#39622)
sourcelliu Dec 5, 2022
b770bc6
ttl: add info schema cache and ttl table status table cache for ttl s…
YangKeao Dec 5, 2022
7af9eb6
parser: supports create/alter/drop resource group (#39546)
nolouch Dec 5, 2022
5127ad2
statistics: add historical stats testcase (#39612)
Yisaer Dec 5, 2022
35819ee
import: check table empty skips using index (#39604)
dsdashun Dec 5, 2022
71863b4
txn: fix the panic when memdb grows beyond quota (#39621)
ekexium Dec 5, 2022
6450b86
Merge remote-tracking branch 'pingcap/master' into feat-reorg-part-me…
mjonss Dec 5, 2022
14e79e1
Merge remote-tracking branch 'pingcap/master' into feat-reorg-part-me…
mjonss Dec 5, 2022
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
  •  
  •  
  •  
62 changes: 0 additions & 62 deletions .github/workflows/integration-test-br-compatibility.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