Commit Graph

20283 Commits

Author SHA1 Message Date
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
44aa4cf3cd lightning: generate and send region job more smoothly (#42780)
close pingcap/tidb#42456
2023-04-13 17:33:02 +08:00
0e59c9f5dc gcunter: stable TestTuner (#43021)
close pingcap/tidb#41280
2023-04-13 16:27:04 +08:00
ee9c81e605 ddl: fix unstable TestMDLStaleRead (#42364)
close pingcap/tidb#42061
2023-04-13 16:01:02 +08:00
8a1e0c422e planner: optimize the parameterization(parser.Restore) performance for non-prep plan cache (#43018)
ref pingcap/tidb#36598
2023-04-13 15:41:02 +08:00
2002ca106e load data: physical mode part2 (#42883)
ref pingcap/tidb#40499
2023-04-13 14:09:01 +08:00
c1ce67d7ea ddl: Fix issue with truncate table and partitions and tiflash (#42957)
close pingcap/tidb#42940
2023-04-13 00:09:01 +08:00
6122ca307e linter: support lll to avoid too long line (#42718)
close pingcap/tidb#42570
2023-04-12 23:23:01 +08:00
516b848372 planner: add more test cases for non-prep plan cache (#42988)
ref pingcap/tidb#36598
2023-04-12 22:35:02 +08:00
8c9663941f ddl, test: integrate add index with the distribute framework (#42977)
close pingcap/tidb#42974
2023-04-12 21:57:02 +08:00
7aac6abd86 ddl: support checkpoint for ingest mode (#42769)
close pingcap/tidb#42164
2023-04-12 20:59:02 +08:00
db68a1222e staistics: fix load stats from old version json (#42967)
close pingcap/tidb#42931
2023-04-12 19:57:01 +08:00
0548d61b4d oomtest: add message filer for oom test to avoid flaky test (#42628)
close pingcap/tidb#42629
2023-04-12 17:59:02 +08:00
bb05f742ed planner: skip caching too large plan for plan cache (#42976)
close pingcap/tidb#42975
2023-04-12 17:09:02 +08:00
664c8de025 executor: fix incorrect NULL values of newly added columns in cache table (#42929)
close pingcap/tidb#42928
2023-04-12 16:09:01 +08:00
69ec657a2c admintest: move admin test into new package (#42966) 2023-04-12 15:49:03 +08:00
f349c17b44 table: fix transaction conflict on cached table's read lock updating caused long block (#42926) 2023-04-12 15:06:09 +08:00
082e6d630c session: optimizate the session package (#42954) 2023-04-12 13:31:01 +08:00
65e74578d1 planner: disable tidb_prefer_broadcast_join_by_exchange_data_size by default; set scale factor to optimize estimating broadcast join; (#42915)
ref pingcap/tidb#40494, ref pingcap/tidb#42961
2023-04-12 11:31:01 +08:00
5109e41617 *: fix data race in the baseTxnContextProvider.ActivateTxn (#42960)
close pingcap/tidb#42092
2023-04-12 10:37:01 +08:00
8b7b310051 unistore: Support checking forUpdateTS constraints for prewrite requests of pessimistic transactions (#42843)
ref tikv/tikv#14311, ref pingcap/tidb#42923
2023-04-12 07:07:00 +08:00
a439ad198b bindinfo: lock before reading session ctx from BindHandle (#42943)
close pingcap/tidb#42333
2023-04-12 01:41:00 +08:00
33ee0667f6 testkit: lock TxnCtx before reading from mock session manager (#42935)
close pingcap/tidb#42933
2023-04-12 00:27:09 +08:00
a1338453c8 statistics: refine index/column stats methods (#42910)
ref pingcap/tidb#42160
2023-04-12 00:27:01 +08:00
b7330bdc15 *: fix bug that table name in 'admin show ddl jobs' is missing for ongoing drop table operation (#42904)
close pingcap/tidb#42268
2023-04-11 23:15:01 +08:00
5466ce2afa *: set short timeout as 2min30s (#42936) 2023-04-11 22:29:09 +08:00
7c0097dd64 *: implement scheduler for adding index (#42753)
close pingcap/tidb#42754
2023-04-11 22:29:01 +08:00
8eb580e6fa *: support cgroup mix mode (#42423)
close pingcap/tidb#42927
2023-04-11 20:39:00 +08:00
86f215d8f5 planner: plan cache can be aware of statistics changes (#42921)
ref pingcap/tidb#36598
2023-04-11 19:35:00 +08:00
a20e7fd3a4 ddl: include ddl sessions in session manager's internal list (#42897)
close pingcap/tidb#42895
2023-04-11 17:59:01 +08:00
84084c968b disttask: dispatcher should update global task and add new tasks in a txn (#42849)
close pingcap/tidb#42848
2023-04-11 16:41:01 +08:00
0a3169fbfe util/gpool/spmc: make test case TestBenchPool stable (#42787)
close pingcap/tidb#42721
2023-04-11 16:01:01 +08:00
591849a8d3 restore: fix failed to restore due to no such policy (reversed cherry-pick) (#42800)
close pingcap/tidb#42796
2023-04-11 15:43:00 +08:00
b118a1822a session: set GOMAXPROCS for test (#42908) 2023-04-11 14:09:02 +08:00
d7b7070070 sessionctx, planner: enable late materialization default (#42814)
close pingcap/tidb#40601
2023-04-11 13:31:00 +08:00
d250a3fc16 lightning: refactor to reuse in load data part 5 (#42856)
ref pingcap/tidb#40499
2023-04-11 12:11:01 +08:00
9949a54f29 build(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 in /parser (#42906) 2023-04-11 11:27:00 +08:00
c233969b2c executor: display Cardinality info from stats for SHOW INDEX (#42441)
close pingcap/tidb#42227
2023-04-11 00:19:00 +08:00
c282c9c942 planner: add more test cases for non-prep plan cache (#42901)
ref pingcap/tidb#36598
2023-04-10 21:49:00 +08:00
856648ace6 domain, session: print more MDL log and make MDL more stable (#42891)
close pingcap/tidb#42890
2023-04-10 20:17:00 +08:00
9541d8b2b3 resourcemange: spool support task manage (#41908)
ref pingcap/tidb#41720
2023-04-10 19:33:00 +08:00