Commit Graph

21472 Commits

Author SHA1 Message Date
18ecfba603 autoid_service,owner: change autoid service's etcd lease to 10s (#46455)
close pingcap/tidb#46454
2023-09-04 17:11:11 +00:00
8b9a90d3a1 executor: log trace fields in CoprocessorDAGHandler (#46506)
ref pingcap/tidb#46071, close pingcap/tidb#46505
2023-09-04 16:11:13 +00:00
302786ffb9 expression: Add TIDB_PARSE_TSO_LOGICAL() function (#46452)
close pingcap/tidb#46451
2023-09-04 14:45:41 +00:00
587eacf6ba bootstrap: change SupportUpgradeHTTPOpVer to fix upgrade error (#46622)
close pingcap/tidb#46621
2023-09-04 12:33:52 +00:00
5319cf7d8a br: fix restore metakv without default cf files (#46589)
close pingcap/tidb#46578
2023-09-04 12:33:45 +00:00
6707afae63 distribute framework: add planner (#46395)
ref pingcap/tidb#46258
2023-09-04 12:11:13 +00:00
7396f4efd0 session: add tiflash auto spill support (#46537)
close pingcap/tidb#46536
2023-09-04 11:06:56 +00:00
e82519e79d restore: rewrite auto increment id after pitr (#46521)
close pingcap/tidb#46520
2023-09-04 11:06:44 +00:00
08024e7858 casetest: split DAG test (#46625)
ref pingcap/tidb#44940
2023-09-04 10:14:35 +00:00
ac6741a681 expression: make TestGetLock more stable (#46624)
ref pingcap/tidb#35155
2023-09-04 10:14:28 +00:00
ee76cd884b metrics: refine metrics of infoschema (#46612)
ref pingcap/tidb#46524
2023-09-04 10:14:21 +00:00
28f91c81e6 statistics: improve the memory usage for stats cache (#46586)
close pingcap/tidb#46585
2023-09-04 10:14:14 +00:00
41c16424ac planner: don't recompute the hashcode when generated column substitution doesn't happen (#46450) 2023-09-04 17:30:57 +08:00
xhe
1901239f94 disktask: replace failure nodes with alive ones (#45935)
ref pingcap/tidb#46258
2023-09-04 08:15:43 +00:00
7a4c566061 planner: optimize the performance of PlanCacheParamList.String() (#46592)
close pingcap/tidb#46579
2023-09-04 06:56:13 +00:00
be5ce3d7b2 adminpause: set moderate timeout (#46615) 2023-09-04 06:09:45 +00:00
01731da94c test: speed up domain.Close() in test (#46610)
ref pingcap/tidb#45961
2023-09-04 05:23:14 +00:00
1cf32018d2 cop: cop request should contains buckets version (#46446)
close pingcap/tidb#46557
2023-09-04 04:15:43 +00:00
a4271136ec bootstrap: add summary field for system table tidb_background_subtask (#46562)
ref pingcap/tidb#46258
2023-09-04 01:53:13 +00:00
8a8b79bb74 ddl: Advance iterator when skip handling TiFlash tables (#45860)
close pingcap/tidb#45859
2023-09-03 08:05:12 +00:00
b524a2316f client-go: attach request source with retry info for coprocessor (#46509)
close pingcap/tidb#46514
2023-09-02 11:24:42 +00:00
567acddde5 session, sessionctx: show restricted session variables in show session_states (#46569)
close pingcap/tidb#46216
2023-09-02 10:21:42 +00:00
52a1c3bef5 *: faster adminpause test (#46605) 2023-09-02 05:02:12 +00:00
93dce262f1 statistics: remove lockedTable cache (#46555)
ref pingcap/tidb#46351
2023-09-02 03:53:13 +00:00
c0022636c1 planner: missed order by item for index merge sometimes (#46576)
close pingcap/tidb#46005
2023-09-01 16:09:42 +00:00
711941012a *: provide a variable to ignore the real-time stats in the planner (#43988)
close pingcap/tidb#46080
2023-09-01 15:03:42 +00:00
3036b6d225 importinto: support split large csv file (#46480)
ref pingcap/tidb#42930
2023-09-01 12:06:43 +00:00
60b1019ec1 tests: rewrite some expression IT, move them to UT (#46597)
ref pingcap/tidb#45961
2023-09-01 11:47:21 +00:00
975fc859c6 lightning: extract split range for local/external engine (#46542)
ref pingcap/tidb#45719
2023-09-01 11:47:14 +00:00
46c8b2de36 explaintest: move IT in types/const_test to explaintest (#46523)
close pingcap/tidb#46513
2023-09-01 11:26:13 +00:00
a051fd5abb statistics: fix the cost metrics for stats cache (#46590)
close pingcap/tidb#46577
2023-09-01 09:38:11 +00:00
1a9cfb55ff *: disable race for framework tests (#46594)
close pingcap/tidb#46573
2023-09-01 08:48:40 +00:00
be01ad9c2b adminpause: improve test proformance (#46596) 2023-09-01 08:27:40 +00:00
c9219e42a8 lightning: support index KV checking of 'replace' mode for lightning post-import conflict detection (#45926)
ref pingcap/tidb#45774
2023-09-01 07:18:40 +00:00
80da8496d2 planner: introduce a new empirical rule into the Skyline pruning (#46559)
close pingcap/tidb#45132
2023-09-01 05:06:39 +00:00
64a2e1c20a statistics: fix the metrics for stats cache (#46574)
close pingcap/tidb#46577
2023-09-01 03:41:09 +00:00
5fbe25ebe3 planner: adjust N used in TopN cost formula based on the total number of rows (#46368)
close pingcap/tidb#43285
2023-08-31 11:38:09 +00:00
dba010d05d br: fix unstable test br_300_small_tables (#46560)
close pingcap/tidb#46561
2023-08-31 11:09:39 +00:00
9c82229087 autoid_service: fix the result of NextGlobalAutoID() for AUTO_ID_CACHE=1 (#46550)
close pingcap/tidb#46545
2023-08-31 10:51:39 +00:00
7e66761047 *: faster adminpause test (#45837) 2023-08-31 08:30:39 +00:00
1cdd3f51d0 planner: merge test for prepare cache (#46553) 2023-08-31 08:03:39 +00:00
d36478f4b2 disttask, ddl: rename flowhandle (#46497)
ref pingcap/tidb#46258
2023-08-31 07:27:39 +00:00
dd52cc3da0 statistics: improve default NumCounters in the LFU stats cache (#46549)
close pingcap/tidb#46554
2023-08-31 06:48:39 +00:00
4b4f210d85 executor: merge test into UnionTest (#46543) 2023-08-31 05:41:08 +00:00
28a9c7f0fb planner: fix cast(col) = range couldn't build range when cast function doesn't contain any precision loss in some cases (#46303)
close pingcap/tidb#45199
2023-08-31 04:06:39 +00:00
ede7ad4d2e build(deps): bump modernc.org/parser from 1.0.7 to 1.1.0 in /parser (#46466) 2023-08-31 03:06:39 +00:00
1057a3ee78 README: Add Discord channel (#46525) 2023-08-31 02:44:09 +00:00
187573b077 statistics: rewrite unlock stats handler (#46478)
ref pingcap/tidb#46351
2023-08-30 12:47:08 +00:00
4f2f5e1061 autoid_service: add some debug log for rebase related operation (#46526)
ref pingcap/tidb#46444
2023-08-30 11:36:39 +00:00
61f882596b planner: disable non-prep plan cache by default (#46504)
close pingcap/tidb#36598
2023-08-30 10:54:38 +00:00