|
|
0b6e2e68a4
|
planner: move logical cte into logicalop pkg (#55496)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
|
2024-08-21 05:12:12 +00:00 |
|
|
|
1ee498eb1b
|
ddl: abstract job submitter & move some fields from ddlCtx to jobContext (#55461)
ref pingcap/tidb#54436
|
2024-08-21 04:21:12 +00:00 |
|
|
|
3464dae313
|
parser: call SetText correctly for CreateViewStmt (#55520)
close pingcap/tidb#55441
|
2024-08-21 02:39:11 +00:00 |
|
|
|
1f095a3f47
|
lighting: expose limited fields for kv.Session (#55517)
ref pingcap/tidb#53388
|
2024-08-20 14:34:42 +00:00 |
|
|
|
cbdd12ebd5
|
show: prefilter table name with like pattern and show full tables (#55396)
close pingcap/tidb#55395
|
2024-08-20 13:31:42 +00:00 |
|
|
|
f2c278ddc6
|
Planner: Do not allow cardinality to go below 1 (#55242)
close pingcap/tidb#47400
|
2024-08-20 12:00:12 +00:00 |
|
|
|
adc7597a35
|
*: replace maps.Copy which is for map clone with std maps.Clone (#55530)
close pingcap/tidb#55527
|
2024-08-20 11:19:49 +00:00 |
|
|
|
49828bd1c1
|
infoschema: add WithRefillOption for TableByName and TableByID (#55511)
ref pingcap/tidb#50959
|
2024-08-20 11:19:42 +00:00 |
|
|
|
85235b3672
|
domain: change groupSize in splitForConcurrentFetch (#55518)
ref pingcap/tidb#50959
|
2024-08-20 09:13:49 +00:00 |
|
|
|
6d95459631
|
ddl: fix resuming to wrong checkpoint when failed during adding index (#55506)
close pingcap/tidb#55488
|
2024-08-20 09:13:42 +00:00 |
|
|
|
c1c74b1bd9
|
server: wait for auto commit queries before shutdown (#55494)
close pingcap/tidb#55464
|
2024-08-20 08:07:48 +00:00 |
|
|
|
ed9aa18e4c
|
br: clean codes -- simplify the CreateTable stage (#55274)
ref pingcap/tidb#52877
|
2024-08-20 08:07:41 +00:00 |
|
|
|
2621a4cff6
|
ddl: directly use BackendConfig rather than use lightning config (#55433)
ref pingcap/tidb#54436
|
2024-08-20 06:49:42 +00:00 |
|
|
|
f47130249b
|
br: Add pre-check of duplicate table in the downstream (#55044)
close pingcap/tidb#55087
|
2024-08-20 05:37:42 +00:00 |
|
|
|
09b85fb2a8
|
*: bump client-go to remove the backoff for stale read retry (#55423)
close pingcap/tidb#55388
|
2024-08-20 04:19:42 +00:00 |
|
|
|
07f7d7b1d4
|
executor: fix query hang when sorted column is constant (#55418)
close pingcap/tidb#55344
|
2024-08-20 03:36:12 +00:00 |
|
|
|
e30408e869
|
variable: mark analyze-partition-concurrency-quota as deprecated (#55409)
ref pingcap/tidb#55043
|
2024-08-20 02:24:12 +00:00 |
|
|
|
559f634f63
|
planner/core: pushdown TiFlash store type check to ColumnToProto (#55463)
close pingcap/tidb#55462
|
2024-08-19 14:01:42 +00:00 |
|
|
|
7ef2d46ce1
|
table: Add GetExchangePartitionDMLSupport and remove GetDomainInfoSchema in MutateContext (#55435)
ref pingcap/tidb#53388
|
2024-08-19 12:28:41 +00:00 |
|
|
|
509d1bd93b
|
expression: expression.BuildSimpleExpr supports to build ParamMarker (#55493)
close pingcap/tidb#55492
|
2024-08-19 11:09:11 +00:00 |
|
|
|
45b127d96a
|
executor: add test for issue 55500 and it has been fixed by #53489 (#55503)
ref pingcap/tidb#55500
|
2024-08-19 10:09:11 +00:00 |
|
|
|
f751f73077
|
*: use model.CIStr in infoschema v2 to handle case insensitive (#55450)
close pingcap/tidb#55421
|
2024-08-19 08:09:11 +00:00 |
|
|
|
db54a3bb27
|
*: fix cannot get column info from generate column (#55447)
close pingcap/tidb#55438
|
2024-08-19 07:04:41 +00:00 |
|
|
|
7342d1da6d
|
planner: simplify datasource's pointer receiver member function. (#55474)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
|
2024-08-19 05:15:11 +00:00 |
|
|
|
061d865ba1
|
planner: move logical expand into logicalop pkg. (#55428)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
|
2024-08-19 04:42:11 +00:00 |
|
|
|
9e9e9c2f37
|
planner: export elements in cteClass for late pkg move. (#55429)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
|
2024-08-19 04:09:11 +00:00 |
|
|
|
336d3a30f1
|
ranger: should replace ast.Or with ast.LogicalOr (#55476)
close pingcap/tidb#55475
|
2024-08-16 11:38:47 +00:00 |
|
|
|
a8ddba1c1d
|
expression: remove SessionVarsPropReader in builtinGetParamStringSig (#55472)
close pingcap/tidb#55471
|
2024-08-16 11:38:41 +00:00 |
|
|
|
f272707509
|
*: support concurrent auto analyze (#54432)
close pingcap/tidb#53460
|
2024-08-16 09:13:12 +00:00 |
|
|
|
fe70f250c6
|
infoschema: let applyDropSchemaV2 return affected table IDs (#55445)
close pingcap/tidb#55425
|
2024-08-16 08:38:48 +00:00 |
|
|
|
4917ebb8c0
|
pkg/metrics: improve the TiDB-Runtime->Memory Usage panel (#55391)
ref pingcap/tidb#55390
|
2024-08-16 08:38:41 +00:00 |
|
|
|
02526988cb
|
*: upgrade linter revive (#55346)
|
2024-08-16 07:58:11 +00:00 |
|
|
|
f73e3e34c5
|
ddl: clone table meta for recover table (#55443)
close pingcap/tidb#55442
|
2024-08-16 06:23:41 +00:00 |
|
|
|
20454187d2
|
ddl: Global index more restrictions (#55440)
close pingcap/tidb#55424
|
2024-08-15 13:14:41 +00:00 |
|
|
|
881eedd00e
|
*: add extractor for cluster_tidb_index_usage (#55416)
ref pingcap/tidb#50305
|
2024-08-15 12:01:11 +00:00 |
|
|
|
281c75842e
|
ddl: move structs related to scheduler out from ddlCtx & add job context (#55411)
ref pingcap/tidb#54436
|
2024-08-15 11:02:42 +00:00 |
|
|
|
fcff6e1a45
|
*: fix an unstable test case TestJoinSystemTableContainsView (#55431)
close pingcap/tidb#55414
|
2024-08-15 08:59:41 +00:00 |
|
|
|
c74a2330c0
|
planner: move logical union all to logicalop pkg. (#55402)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
|
2024-08-15 05:13:11 +00:00 |
|
|
|
34d275d66e
|
planner: fix index merge typo (#55410)
|
2024-08-15 04:16:10 +00:00 |
|
|
|
1b172b674f
|
sessionctx: fix a deadlock when set tidb_restricted_read_only = true (#55407)
close pingcap/tidb#53822, close pingcap/tidb#55373
|
2024-08-14 13:22:38 +00:00 |
|
|
|
6499137a0c
|
table: remove method Txn() in MutateContext (#55400)
close pingcap/tidb#55378
|
2024-08-14 11:18:07 +00:00 |
|
|
|
afd7b979e5
|
domain/rg: organize and enhance the code of RunawayChecker (#55331)
ref pingcap/tidb#54434
|
2024-08-14 10:07:38 +00:00 |
|
|
|
aa4e2b323b
|
planner/core: define extractors for sequences and constraints memtables (#55257)
ref pingcap/tidb#50305
|
2024-08-14 09:00:08 +00:00 |
|
|
|
eeb3d73f7c
|
planner: move logical apply to logicalop pkg. (#55370)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
|
2024-08-14 07:51:15 +00:00 |
|
|
|
cfcd1641fd
|
*: update extractor for tidb_index_usage and columns table (#55263)
ref pingcap/tidb#50305
|
2024-08-14 07:51:08 +00:00 |
|
|
|
c48e53a9e0
|
kv: reduce the distsql concurrency if the runaway query action is COOLDOWN (#55310)
ref pingcap/tidb#55029
|
2024-08-14 07:18:07 +00:00 |
|
|
|
70381eadc1
|
*: enable infoschema v2 by default (#55229)
ref pingcap/tidb#50959
|
2024-08-14 05:18:08 +00:00 |
|
|
|
0e47f9acd7
|
table: Add PessimisticLazyDupKeyCheckMode to determine lazy mode in pessimistic txn (#55360)
close pingcap/tidb#54397
|
2024-08-14 03:07:37 +00:00 |
|
|
|
bab3667b40
|
executor: fix data race in hash agg spill test (#55387)
close pingcap/tidb#55376
|
2024-08-13 08:57:16 +00:00 |
|
|
|
594d02af68
|
planner: add more log and metrics for instance plan cache eviction (#55377)
ref pingcap/tidb#54057
|
2024-08-13 08:57:09 +00:00 |
|