Commit Graph

20323 Commits

Author SHA1 Message Date
7908f697b4 planner: skip stats warnings for temporary table during optimize (#43147)
close pingcap/tidb#43142
2023-04-18 19:13:35 +08:00
47e7432054 util: reimplement row level checksum utilities (#43141)
ref pingcap/tidb#42747
2023-04-18 19:13:28 +08:00
6d6c6072d9 planner: introduce a new variable tidb_session_plan_cache_size (#43140)
ref pingcap/tidb#36598
2023-04-18 19:13:20 +08:00
1bc17a27c4 metrics: support go-memstats-inuse and estimate-inuse (#43151) 2023-04-18 18:55:19 +08:00
7f494f1f87 server: skip unstable test TestDBStmtCount (#43139)
close pingcap/tidb#43138
2023-04-18 17:53:27 +08:00
fa54151feb storage: replace standard gzip with klauspost/compress to increase effiency (#43129)
close pingcap/tidb#43128
2023-04-18 17:53:19 +08:00
b9f0b109a8 mpp: set recoveryTTL of tiflash_compute node as zero (#43136)
close pingcap/tidb#43137
2023-04-18 15:45:19 +08:00
9f8a3cd8a0 util: remove useless debug log (#43089) 2023-04-18 14:59:20 +08:00
31799def42 pluginpkg: remove the limitation of the plugin name (#43125) 2023-04-18 14:09:19 +08:00
1e343a8fcd util/ranger: fix collator missing of FullNotNullRange (#43124)
close pingcap/tidb#43116
2023-04-18 13:29:18 +08:00
e123433e2a planner: make LRUPlanCache.Close reenterable (#43117)
ref pingcap/tidb#36598
2023-04-18 11:51:25 +08:00
8e3bce2f8d ddl: Design doc of unified distributed parallel execution framework. (#43011)
close pingcap/tidb#43010
2023-04-18 11:51:18 +08:00
3c1675d264 oomtest: fix data race at the oomCapture (#43121)
close pingcap/tidb#43119
2023-04-18 11:35:18 +08:00
731e9c3282 ddl: abstract out a watcher (#43093)
close pingcap/tidb#43092
2023-04-18 10:47:19 +08:00
bdd41f82d1 expression: fix index out of range for AES_DECRYPT (#43086)
close pingcap/tidb#43063
2023-04-18 09:37:18 +08:00
6271103321 parser,ast: support part of storage procedure grammar (#42260)
ref pingcap/tidb#42263
2023-04-18 00:19:19 +08:00
b1e6fe72f3 planner: non-prep and prep statements use the same unified plan cache (#43094)
ref pingcap/tidb#36598
2023-04-17 22:51:26 +08:00
9cf0ed8e8f br: pipeline backup schemas (#43003)
close pingcap/tidb#43002
2023-04-17 22:51:18 +08:00
8e7ebb330f planner: add more test cases for non-prep plan cache (#43083)
ref pingcap/tidb#36598
2023-04-17 21:41:18 +08:00
2766aea88a br: checkpoint for full/log restore (#42340)
close pingcap/tidb#42339
2023-04-17 20:55:18 +08:00
5322b51bd8 *: add debug trace to plan replayer (#43048) 2023-04-17 19:55:26 +08:00
8d16b2656c statistics: remove useless parameter (#43088) 2023-04-17 19:03:17 +08:00
bad131e569 planner: escape the string when display Range to make it more clear (#43046)
ref pingcap/tidb#43045
2023-04-17 17:45:19 +08:00
c7f5868df0 load data: physical mode part 3 (#43020)
ref pingcap/tidb#42930
2023-04-17 15:35:19 +08:00
4878ed3d51 ddl: Coalesce partition (#42476)
close pingcap/tidb#15002
2023-04-17 14:17:18 +08:00
0c736ce28f lightning: always retry from needRescan when NotLeader (#43079)
close pingcap/tidb#43055
2023-04-17 11:09:18 +08:00
9a02bbcddc util: ID pools for global kill 32bit (#42738)
ref pingcap/tidb#8854
2023-04-16 15:35:17 +08:00
73c92b8ed2 pitr: support restoring duplicated log in PITR. (#42049)
close pingcap/tidb#42564
2023-04-14 21:52:46 +08:00
579f47e412 statistics: remove statistics.Column.Count (#43033)
ref pingcap/tidb#42160
2023-04-14 20:10:46 +08:00
Hu#
15ce8090e8 resource_control: calibrate resource support sysbench (#42695)
ref pingcap/tidb#38825
2023-04-14 18:32:47 +08:00
2062b6865f disttask: add load data scheduler and subtask executor (#42881)
close pingcap/tidb#42880
2023-04-14 17:22:47 +08:00
2d0564c8ff executor, planner: support indexMerge limit embeded with non partition table (#42811)
ref pingcap/tidb#41028
2023-04-14 15:29:01 +08:00
464fb18809 server: ignore Preprocess error for the prefetchPointPlanKeys optimization (#39945)
close pingcap/tidb#39664
2023-04-14 14:47:02 +08:00
477fbaf864 sessionctx: support encoding resource group name into session states (#42886)
close pingcap/tidb#42884
2023-04-14 13:59:01 +08:00
d01a6fdf4e extension: support audit log (#42099)
close pingcap/tidb#42188
2023-04-14 12:27:01 +08:00
a5970efea4 *: enable more race and deadlock (#43047) 2023-04-14 12:05:01 +08:00
5f57792ff5 gcworker: fix goleak net/http.(*persistConn).writeLoop (#43051)
close pingcap/tidb#43052
2023-04-14 11:45:01 +08:00
8b07b86670 br: auto config shard_count (#43012) 2023-04-14 10:55:01 +08:00
1535084f08 planner: introduce a new variable to control the maximum size of plans that can be cached (#43025)
ref pingcap/tidb#42975
2023-04-13 23:47:01 +08:00
a55a1f1b37 sql: support SHOW BACKUP METADATA FROM <storage:str> (#42914)
close pingcap/tidb#42913
2023-04-13 22:21:01 +08:00
c2bf777abd util: remove useless spmc (#43043) 2023-04-13 21:45:16 +08:00
b8788143b2 ddl: sync the job access in failpoint mockParallelSameDDLJobTwice (#43040)
close pingcap/tidb#42987
2023-04-13 21:45:09 +08:00
330d756f5f ddl: abstract ingest backend related structures to interfaces (#43004) 2023-04-13 21:45:01 +08:00
5f6de26906 *: prefetch BatchPointGet for partition tables in multi-statement (#42506)
ref pingcap/tidb#41367
2023-04-13 20:35:01 +08:00
5075e5fcad *: remove the old distribute framework (#42981)
close pingcap/tidb#43016
2023-04-13 19:49:02 +08:00
4f9afd424a executor: fix runtime stats for indexMerge (#43032)
close pingcap/tidb#43024
2023-04-13 19:33:03 +08:00
374684f1fa *: stable TestGlobalMemoryTuner (#43037)
close pingcap/tidb#43036
2023-04-13 19:03:10 +08:00
49748c4e92 lightning: remove glue (#42911) 2023-04-13 19:03:02 +08:00
6958fd3cc9 server: normalize SQL of execute command in logs when redaction enabled (#42847) 2023-04-13 18:13:02 +08:00
bc14799e35 lightning: Fix build failure on FreeBSD (#43015)
close pingcap/tidb#43014
2023-04-13 17:33:10 +08:00