Commit Graph

1204 Commits

Author SHA1 Message Date
8d1a00e351 importinto: update thread count after initialized data files (#63200)
ref pingcap/tidb#61702
2025-08-28 10:38:58 +00:00
tpp
8c65f823a9 planner: Include DNF in compareCandidates (#63085)
ref pingcap/tidb#59333
2025-08-27 20:03:04 +00:00
99565c1fdc *: improve test for add index test 2 (#63221) 2025-08-27 17:36:40 +00:00
ba8710bea9 backend/local: add missing collector for next-gen ingest (#63178)
ref pingcap/tidb#61088
2025-08-27 04:44:28 +00:00
7fbc069889 planner: update planner test cases to use plan_tree to avoid unnecessary code changes caused by estimation update (#63207)
ref pingcap/tidb#63118
2025-08-27 01:56:42 +00:00
ec81ab137c *: enable bazel shard for with real tikv (#63195) 2025-08-26 05:32:28 +00:00
d3a8bdc50f txn, planner: Fix the problem that with pessimistic-auto-commit enabled, some internal transactions may try to commit transaction with MaxUint64 (#62881)
close pingcap/tidb#62775
2025-08-25 06:38:19 +00:00
aa875ea472 dxf: calculate max_node_count and concurrency for next-gen automatically (#62995)
ref pingcap/tidb#61702
2025-08-22 14:53:38 +00:00
a06b68dcb6 test: fix next gen tests (#62862)
close pingcap/tidb#62883
2025-08-22 13:03:06 +00:00
f2401cd78e planner/core: fix missing nilness check for passed onDup map (#63146)
close pingcap/tidb#63147
2025-08-22 11:25:29 +00:00
4061d6a5e8 planner: use "explain format=plan_tree" in planner tests (#63148)
ref pingcap/tidb#63118
2025-08-22 09:47:56 +00:00
12732cd03c session: restrict pessimistic-auto-commit to INSERT, UPDATE, DELETE only (#63065)
close pingcap/tidb#63064
2025-08-22 08:16:53 +00:00
e2c6a416b4 importinto: use etcd client with keyspace during precheck and register task on nextgen (#63101)
ref pingcap/tidb#61702
2025-08-20 11:41:02 +00:00
658fa1a43e crossks: add real-tikv tests for info schema sync (#63008)
ref pingcap/tidb#61702
2025-08-19 17:29:50 +00:00
7dfc503c25 planner: adjust the default value of tidb_opt_limit_push_down_threshold (#63012)
close pingcap/tidb#63011
2025-08-19 05:22:38 +00:00
259852d340 *: add the new SEMv2 config and implement most of the functions (#61634)
close pingcap/tidb#61582, close pingcap/tidb#61583, close pingcap/tidb#61584, close pingcap/tidb#61585
2025-08-18 13:38:47 +00:00
xhe
bc0d97a44d variable: change tidb_redact_log to global variable (#62892)
close pingcap/tidb#62890
2025-08-16 04:03:47 +00:00
tpp
3fc94685bf planner: Skyline pruning to include equals within DNF (#62956)
close pingcap/tidb#62955
2025-08-15 21:33:38 +00:00
273af24dd1 br: fix version compatibility (#62708)
close pingcap/tidb#62707
2025-08-15 15:55:29 +00:00
01bfccb1e8 importinto: add GROUP_KEY option to import jobs (#62369)
ref pingcap/tidb#61088
2025-08-15 03:22:51 +00:00
9cd2b03833 dxf/crossks: check by inner fields not global var and make crossks real tikvtest work (#62918)
ref pingcap/tidb#61702
2025-08-14 15:00:03 +00:00
a6b139988d planner: fix PropagateConstant create useless expression (#62864)
close pingcap/tidb#45839
2025-08-14 12:40:12 +00:00
16ec21bcaa importinto: redact option cloud_storage_uri in show process list and log (#62967)
close pingcap/tidb#62966
2025-08-14 06:06:30 +00:00
c8792889dc planner: push down not operator when to simplify predicate (#62943)
close pingcap/tidb#62923
2025-08-13 10:46:21 +00:00
b529ae5267 globalsort: use partitioned prefix to store intermediate files (#62905)
close pingcap/tidb#62904
2025-08-12 07:08:42 +00:00
b6628ea835 ddl, disttask: import into integrate table mode (#61200)
close pingcap/tidb#61199
2025-08-11 09:02:45 +00:00
b51f089875 test: TestSelectForUpdateWriteConflict (#62841)
close pingcap/tidb#62842
2025-08-11 08:09:15 +00:00
cdff3288b3 ddl: replace test function with failpoint.InjectCall (#62879) 2025-08-10 10:32:09 +00:00
6f38f974a3 tests: fix realtikv test for next-gen (#62701)
close pingcap/tidb#60688, ref pingcap/tidb#61702
2025-08-06 08:14:15 +00:00
a634b983c5 fix: close issue #59428 to sec_to_time binary same as mysql (#62239)
close pingcap/tidb#59428
2025-08-06 01:00:48 +00:00
1853a13e42 foreign key: check referenced column compatibility when modify column (#62796)
close pingcap/tidb#59705
2025-08-05 14:25:15 +00:00
acbcbdfeb1 add index: mark ErrCompacted from etcd as retryable error (#62794)
close pingcap/tidb#59737
2025-08-05 10:52:15 +00:00
2f0bafe98b util/etcd: remove useless code (#62833)
ref pingcap/tidb#59737
2025-08-05 09:52:27 +00:00
589487a37b tests: kill minio after tests to avoid process leak (#62824)
ref pingcap/tidb#62803
2025-08-05 06:08:24 +00:00
463f7a9a6d planner: fix the old only full group check should be case-insensitive. (#62751)
close pingcap/tidb#62672
2025-08-04 15:52:09 +00:00
1dac78fd92 crossks: add info schema coordinator (#62712)
ref pingcap/tidb#61702
2025-08-04 11:40:18 +00:00
8697b39820 tests: adjust test scripts for next-gen (#61499)
ref pingcap/tidb#62803
2025-08-04 10:08:27 +00:00
tpp
7540ef8bf9 planner: refactor order ratio code (#61787)
ref pingcap/tidb#62034
2025-08-04 05:40:36 +00:00
f13696c164 planner: revert enhance partition prune when comparing partition key with constant of different types (#62769)
close pingcap/tidb#62754
2025-08-01 15:14:45 +00:00
a64de14f10 planner: constant propagation can deal with anti semi join (#62539)
close pingcap/tidb#62536
2025-08-01 10:52:15 +00:00
c43df07ebf planner: keep hist unchanged when deriving limit stats (#62537)
close pingcap/tidb#62438
2025-08-01 09:49:54 +00:00
869d58946f ddl: fix wrong behavior for constraint check condition that contains FROM_UNIXTIME (#56467)
close pingcap/tidb#56357
2025-08-01 08:22:49 +00:00
c7003d8d65 planner: Implement ignore_plan_cache hint for non-prepared statements. (#62641)
close pingcap/tidb#62634
2025-07-30 05:50:37 +00:00
a53894aae0 slowlog, stmtsummary: include the storage engine(s) a query read from (#61737)
close pingcap/tidb#61736
2025-07-29 21:38:16 +00:00
312226f869 types: fix CASE WHEN wrong result when prepare value is NULL (#62568)
close pingcap/tidb#62564
2025-07-28 11:18:09 +00:00
03e9041f69 serverinfo: abstract syncer out of infosync (#62640)
ref pingcap/tidb#61702
2025-07-28 07:20:48 +00:00
tpp
822553b58e planner: apply ordering ratio to tablerangescan (#61506)
close pingcap/tidb#61540
2025-07-26 16:49:45 +00:00
c2c36cd751 refactor: replace log level setting with logutil.OverrideLevel in tests (#61930)
close pingcap/tidb#61929
2025-07-25 11:31:45 +00:00
a586ba0a1f ddl: do some code cleanup in ddl package (#62015)
ref pingcap/tidb#62559
2025-07-25 03:28:52 +00:00
433b3710fa planner: use addedRows for out of range and add skew risk ratio (#62363)
ref pingcap/tidb#62093
2025-07-25 02:13:13 +00:00