Commit Graph

1378 Commits

Author SHA1 Message Date
73131c0190 expression: Fix formatting of deprecation warnings (#52516)
close pingcap/tidb#52515
2024-04-30 08:11:35 +00:00
2343c5420e ddl: fix the issue about create columns with wrong default when sql_mode is empty. (#52988)
close pingcap/tidb#51320, close pingcap/tidb#52972
2024-04-30 06:58:58 +00:00
c60f97d16c global sort: fix inner retry doesn't reset collector (#52965)
close pingcap/tidb#52884
2024-04-29 15:32:59 +00:00
245f7a9a55 *: add rpc error stats and refine log (#52810)
close pingcap/tidb#52809
2024-04-29 13:28:28 +00:00
0f0418fb4a expression: change ExprCtxExtendedImpl to SessionExprContext (#52839)
close pingcap/tidb#52838
2024-04-29 12:43:28 +00:00
ff4784e5dc lightning: performance optimization for post-import conflict detection (#52656)
close pingcap/tidb#52306
2024-04-29 12:02:58 +00:00
20454c45dc executor: add failpoints to control chunk size (#52960)
ref pingcap/tidb#50215
2024-04-29 10:06:05 +00:00
f7de725ef1 expression: introduce StaticExprContext to build expressions (#52853)
close pingcap/tidb#52852
2024-04-29 10:05:58 +00:00
26e3b5f630 planner: fix the slow test TestIntersectionWithDifferentConcurrency (#52976)
close pingcap/tidb#47326
2024-04-29 08:31:29 +00:00
dd478f3fb8 disttask: fix flaky handle test (#52968) 2024-04-29 05:19:28 +00:00
3fc5704bfa planner: fix the unstable test TestCaptureWildcardFilter (#52946)
close pingcap/tidb#40297
2024-04-29 03:55:34 +00:00
045d7da71c server, test: fix a minor TZ issue in TestDumpBinaryTime (#52624)
close pingcap/tidb#52345
2024-04-29 03:55:27 +00:00
1d698c7887 statistics: reduce allocation of types.Context (#52615)
close pingcap/tidb#52342
2024-04-28 19:26:58 +00:00
40c81c0fd5 *: fix global index work with memIndexReader executor (#52660)
close pingcap/tidb#52493
2024-04-28 11:23:57 +00:00
cbbfb23a81 planner: Fix mpp join column prune added projection incorrect construction (#52943)
ref pingcap/tidb#52828
2024-04-28 10:38:57 +00:00
024fdd2a23 txn: handle errors returned from Flush (#52890)
close pingcap/tidb#52889
2024-04-28 09:16:34 +00:00
70a825397f *: add metadata lock when using the plan cache (#51897)
close pingcap/tidb#51407
2024-04-28 09:16:27 +00:00
66ba419636 *: modify the printing of column default expression in SHOW CREATE TABLE and Restore (#52940)
close pingcap/tidb#52939
2024-04-28 08:34:27 +00:00
0412aa17bb planner: fix the unstable test TestCaptureFilter (#52945)
close pingcap/tidb#52437
2024-04-28 07:28:27 +00:00
5598bdee8a infoschema: fix TABLE_ID size in TIFLASH_xxx (#48329)
ref pingcap/tidb#48323
2024-04-28 04:13:27 +00:00
c73d6c5a98 planner: Fix projection expression and schema not match error (#52913)
ref pingcap/tidb#52828
2024-04-26 16:08:56 +00:00
e0b6b0ce5e planner: add a fix control to allow generate index merge path when normal index lookup path exists (#52872)
close pingcap/tidb#52869
2024-04-26 13:56:57 +00:00
944fff519c executor: Fix index join hash produces redundant rows for left outer anti semi join type (#52908)
close pingcap/tidb#52902
2024-04-26 09:46:02 +00:00
10971ea5b0 ddl: use package-level logger which preset "category" field (#52885)
close pingcap/tidb#52883
2024-04-26 07:19:48 +00:00
d626b6adf0 disttask: fix scope can't set different value (#52627)
close pingcap/tidb#52441
2024-04-26 07:19:42 +00:00
58bfd1cb91 flashback: fix realtikvtest/flashbacktest test cases (#52899)
close pingcap/tidb#52898
2024-04-26 04:42:11 +00:00
9036169d2b variable: avoid generating stack for warning (#52782)
close pingcap/tidb#49291
2024-04-26 03:54:11 +00:00
4cd8e94516 executor: remove unnecessary stack for insert and load data (#52784)
close pingcap/tidb#52783
2024-04-26 02:07:41 +00:00
9fffc2f5ee planner: make sure mpp join task's hashCols are all contained of its plan's schema (#52836)
close pingcap/tidb#52828
2024-04-25 16:25:48 +00:00
54ba0ed684 lightning: fix delete additionally inserted rows for conflict detection 'replace' mode failed (#52888)
close pingcap/tidb#52886
2024-04-25 14:21:12 +00:00
6ed307ec24 testkit: fix a previous mistake that causes infoschema v2 not run (#52880)
close pingcap/tidb#52753
2024-04-25 12:21:11 +00:00
e8c397ff93 planner: collect and move correlated utility to util pkg (#52866)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-04-25 08:10:43 +00:00
896afa74a1 autoid_service: fix non-continuous autoid for allocating N IDs (#52517)
close pingcap/tidb#52465
2024-04-25 06:39:19 +00:00
8426c23cb1 topsql: set RPC interceptor immediately after a txn is activated (#51795)
close pingcap/tidb#52845
2024-04-25 06:39:12 +00:00
6eb1712fef pkg/infoschema: revert cache policy ref (#52873)
ref pingcap/tidb#50959
2024-04-25 05:57:11 +00:00
b0d756d18a ddl: refactor the goroutines of writePhysicalTableRecord (#52851)
close pingcap/tidb#52868
2024-04-25 05:09:10 +00:00
24990b5ddd server: handle the case the type of param is set for the param sent by SEND_LONG_DATA (#52720)
close pingcap/tidb#52711
2024-04-25 03:40:41 +00:00
Z.H
3292909378 util/ranger: Handle boundary value correctly in ranger to avoid incorrect tableDual plan (#52225)
close pingcap/tidb#50051
2024-04-24 18:34:41 +00:00
6d6c203e29 statistics: add more comments to FMSketch (#52841) 2024-04-24 12:33:11 +00:00
500c7a4421 planner: simplify the logic of index join and fix the typo test case (#52867)
close pingcap/tidb#37068
2024-04-24 11:40:41 +00:00
c0e6cba4ad *: bump up client-go to fix #52464 (#52844)
close pingcap/tidb#52464
2024-04-24 10:31:41 +00:00
cd90f81880 statistics: support global singleflight for sync load (#52796)
close pingcap/tidb#52797
2024-04-24 09:51:11 +00:00
f383e0e685 ddl: add some comments to help readability (#52825) 2024-04-24 08:33:18 +00:00
851e22d0b2 ddl: refine setSchemaDiff (#51468)
ref pingcap/tidb#50959
2024-04-24 08:33:11 +00:00
e349c7c26b planner: extract null check related code to util null_misc (#52840)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-04-24 07:16:41 +00:00
773ce7e07e lightning: refactor schema importer (#52334)
ref pingcap/tidb#52142
2024-04-24 05:52:41 +00:00
0805e850d4 br: handle region leader miss (#52822)
close pingcap/tidb#50501, close pingcap/tidb#51124
2024-04-24 05:06:10 +00:00
6eac86171c expression: remove InUnion/SetInUnion in BuildContext (#52706)
close pingcap/tidb#52707
2024-04-24 04:21:10 +00:00
96f107887f expression: remove SetInNullRejectCheck in BuildContext (#52721)
close pingcap/tidb#52719
2024-04-24 03:03:11 +00:00
cf5c68e555 expression: don't cast collation for in expression is the new collation is disabled (#52812)
close pingcap/tidb#52772
2024-04-23 16:45:11 +00:00