Commit Graph

5656 Commits

Author SHA1 Message Date
22ff00237d *: LOAD DATA support GBK character set (#42644)
ref pingcap/tidb#40499
2023-03-29 19:38:54 +08:00
a1407b29fa loaddata: split functionalities to prepare concurrent load (#42565)
ref pingcap/tidb#40499
2023-03-28 23:20:55 +08:00
976148d868 lightning: refactor for reuse part2 (#42626)
ref pingcap/tidb#40499
2023-03-28 21:26:54 +08:00
7442a66e4b planner: fix incompatibility issues between plan-cache and expr-blacklist (#42606)
ref pingcap/tidb#36598
2023-03-27 22:00:54 +08:00
36f82bde70 loaddata: fix result_code is 0 when task is not finished (#42594)
close pingcap/tidb#42593
2023-03-27 19:32:44 +08:00
b67c0321c0 infoschema: make the resource group display more intuitive (#42596)
close pingcap/tidb#42595
2023-03-27 18:02:44 +08:00
90657caaf4 executor: Lower the log level from info to debug for index merge reader (#42597)
close pingcap/tidb#41949
2023-03-27 16:50:44 +08:00
922a5d327a ddl: change system variables name (#42200)
close pingcap/tidb#42186
2023-03-25 16:36:43 +08:00
0344a3b70b *: add plan hint to slow log files when redaction is enabled (#42170)
close pingcap/tidb#42169
2023-03-25 14:54:42 +08:00
7f16e500d8 executor: LOAD DATA use VisibleCols to skip hidden columns (#42450)
close pingcap/tidb#42446
2023-03-24 17:40:45 +08:00
f1df935178 ddl: add a warning after successfully reorganizing partitions (#42367)
close pingcap/tidb#42183
2023-03-24 16:56:42 +08:00
cb12d335c5 *: improve unit test (#42527) 2023-03-24 13:54:42 +08:00
dcab1309ed planner: plan cache to support short insert statements (#42528)
ref pingcap/tidb#36598
2023-03-24 11:38:42 +08:00
d3de19e232 local: split job again when dynamic region (#42485)
close pingcap/tidb#42484
2023-03-24 10:34:43 +08:00
47d5a2903d executor: skip merging global stats if the partitioned table cannot be found (#42462)
* skip merging global stats if we cannot find the partitioned table

* remove slow analyze
2023-03-23 21:51:31 +08:00
7c05f82212 executor: fix naaj panic caused by wrong field types check (#42482) 2023-03-23 21:12:54 +08:00
5c7db3578d resource_control: init default resource group without ddl (#42478)
close pingcap/tidb#42403
2023-03-23 14:18:42 +08:00
273763b51e executor: revert #25730 to fix #28011 (#42488)
close pingcap/tidb#28011
2023-03-23 12:36:42 +08:00
78eec6ef31 bazel: update shard_count for test (#42491) 2023-03-23 12:08:42 +08:00
d9149b0afa server: prefetch for DELETE and BatchPointGet when multi-statement (#29391)
close pingcap/tidb#41367
2023-03-22 20:14:42 +08:00
d36a68a887 *: fix data race in the IgnoreTruncate (#42449)
close pingcap/tidb#42341
2023-03-22 15:28:42 +08:00
3c942f7e10 bazel: set short timeout as 120s (#42396) 2023-03-22 01:50:42 +08:00
37131216fc executor: fix a bug for ADMIN SHOW DDL JOB QUERIES (#42368)
close pingcap/tidb#42298
2023-03-21 15:44:50 +08:00
88174d2ef7 planner: support data compression in Broadcast / Passthrough exchange operator; optimize process about choosing Broadcast Join; (#41968)
ref pingcap/tidb#40494
2023-03-21 15:04:42 +08:00
386e2040d5 test: fix flaky test due to forget to change batch size (#42408)
close pingcap/tidb#42402
2023-03-21 10:58:41 +08:00
0fe2637137 server: fix unstable test-case TestInternalSessionTxnStartTS (#42392)
close pingcap/tidb#42269
2023-03-20 20:40:43 +08:00
4060cda69e *: data race at the SessionVars.PlanID (#42373)
close pingcap/tidb#42372
2023-03-20 15:02:40 +08:00
fc166ffae8 *: enable more race and set timeout for test (#42371) 2023-03-20 12:44:40 +08:00
6c7174476e *: remove the constraint that auto column must be defined as a key (#42305)
close pingcap/tidb#40580
2023-03-17 21:02:49 +08:00
61de990411 *: Add priority in resource group setting (#42293)
ref pingcap/tidb#38825
2023-03-17 21:02:40 +08:00
630100a587 *: Fix TiFlash serverType check in disaggregated mode (#42325)
ref pingcap/tidb#42245
2023-03-17 18:35:16 +08:00
b049cd3c6d executor: increase signalCheckpointForJoinMask to reduce the impact on performance (#42315) 2023-03-17 18:35:08 +08:00
df92b9ff43 planner: make tidb_enable_plan_cache_for_subquery can take effective immediately (#41612)
ref pingcap/tidb#40219
2023-03-17 18:34:41 +08:00
3ea364720b load data: add root cause to an error message (#42352)
ref pingcap/tidb#40499
2023-03-17 17:39:13 +08:00
9632aa6b49 resource_control: support calibrate resource (#42165)
ref pingcap/tidb#38825
2023-03-17 17:38:41 +08:00
ed86b9c741 execdetails: fix data race in the BasicRuntimeStats (#42338)
close pingcap/tidb#42337
2023-03-17 15:40:54 +08:00
5f32edd3f4 *: refine getting clusterID logic for disaggregated tiflash (#42103)
close pingcap/tidb#42102
2023-03-17 15:40:39 +08:00
55d29440e9 builder: support EXPLAIN ANALYZE to display RU statistical information (#42080)
close pingcap/tidb#41972, ref pingcap/tidb#42087
2023-03-17 14:32:39 +08:00
5aceb2e525 expression: support ilike function (#40942)
close #40943
2023-03-17 13:37:15 +08:00
8d8d608093 bootstrap: move LOAD DATA system table into bootstrap (#42343)
ref pingcap/tidb#40499
2023-03-17 12:56:47 +08:00
c6ccec8689 *: fix data race at the TxnTotalSizeLimit (#42336)
close pingcap/tidb#42335
2023-03-17 12:56:40 +08:00
04741ae4ca *: implement CANCEL/DROP LOAD DATA JOB (#42137)
ref pingcap/tidb#40499
2023-03-17 11:58:39 +08:00
4f44dab83c test: fix data race (#42306)
close pingcap/tidb#42270
2023-03-17 01:02:39 +08:00
7a9388283f planner: generate PointGet plans for prepare/execute statements (#42194)
close pingcap/tidb#42125
2023-03-16 23:16:41 +08:00
e09a2140ca executor: add default value for LOAD DATA batch size (#42310)
ref pingcap/tidb#40499
2023-03-16 22:04:40 +08:00
a8733c0050 load data: format 'delimited data', defined null by (#42191)
ref pingcap/tidb#40499
2023-03-16 13:34:40 +08:00
ca45f4338a *: Fix TiFlash serverType check in disaggregated mode (#42246)
Signed-off-by: hehechen <chentongli@pingcap.com>
2023-03-16 12:18:20 +08:00
24cd54c746 executor: lock duplicated keys on insert-ignore & replace-nothing (#42210)
close pingcap/tidb#42121
2023-03-15 22:52:40 +08:00
ee7c089e55 session: use TxnCtx.InfoSchema, no matter vars.InTxn() or not (#42027)
close pingcap/tidb#41622, close pingcap/tidb#42003
2023-03-15 21:22:40 +08:00
982e0dcb7f *: LOAD DATA support WITH DETACHED (#42159)
ref pingcap/tidb#40499
2023-03-15 19:48:39 +08:00