Commit Graph

267 Commits

Author SHA1 Message Date
62e6bb307b *: remove redundant go_test (#50812)
close pingcap/tidb#50799
2024-01-30 08:39:30 +00:00
66401b5c06 executor: remove useless code for tidb_analyze_distsql_scan_concurrency (#50811)
close pingcap/tidb#50641
2024-01-30 08:39:24 +00:00
0250675b0b txn: deprecate the transaction auto retry and related statement count limit (#50782)
ref pingcap/tidb#50350
2024-01-30 08:10:59 +00:00
fdb13d1080 importinto: fix checksum always use default distsql-scan-concurrency (#50807)
close pingcap/tidb#50805
2024-01-30 06:33:22 +00:00
7087f702e1 executors: record the index usage in each executors (#50643)
close pingcap/tidb#50261
2024-01-30 03:51:22 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
6a87b80e2c sessionctx: fix data race of SessionVars.Status (#50729)
close pingcap/tidb#50715
2024-01-26 18:39:20 +00:00
9416934ea3 *: split planner errors and remove duplicate definitions (#50695)
ref pingcap/tidb#48875
2024-01-26 09:42:21 +00:00
761b404fe2 executor: ChecksumTableExec respects SQLKiller (#50726)
close pingcap/tidb#50651
2024-01-26 03:39:28 +00:00
c072334a99 *: impl mock PD service discovery and update pd client version (#50718)
ref pingcap/tidb#35319
2024-01-26 03:39:21 +00:00
c852515fe2 lightning: convert pebbleDB block size to default when user passes in 0 (#50690)
ref pingcap/tidb#45037
2024-01-25 05:40:51 +00:00
c1cae24a87 table: simplify the interface table.Index to reduce its context requirement (#50692)
close pingcap/tidb#50691
2024-01-24 10:06:28 +00:00
7c5f9d4fab *: support display tiflash ru in explain analyze (#50406)
close pingcap/tidb#50637
2024-01-24 09:16:51 +00:00
8aff603df8 exeuctor: fix data race for test TestInterruptedDuringSort (#50681)
close pingcap/tidb#50679
2024-01-24 04:46:50 +00:00
dd85ed718a variable: remove StrictSQLMode in variable.SessionVars (#50624)
close pingcap/tidb#50589
2024-01-23 07:42:26 +00:00
9a326b9619 executor: add kill signal check logic for sortPartition and rowContainer (#50510)
close pingcap/tidb#50511
2024-01-23 07:42:19 +00:00
301d1d2048 statistics/handle/usage: modify the SessionIndexUsageCollector to implement new index usage design (#50050)
close pingcap/tidb#49835
2024-01-22 14:40:50 +00:00
6957170f11 executor: use analyze scan concurrency to control index analyze (#50639)
close pingcap/tidb#50641
2024-01-22 11:37:49 +00:00
8d6e347386 executor: avoid the situation where processedRows is greater than totalCnt (#50615)
close pingcap/tidb#50632
2024-01-22 09:45:19 +00:00
1db15879c1 importinto: add more test (#50558)
ref pingcap/tidb#49883
2024-01-22 05:00:19 +00:00
4539d600e5 planner: clean BindRecord in the binding package (#50590)
ref pingcap/tidb#48875
2024-01-19 08:40:48 +00:00
188726aec6 importinto: fix multiple pd addr (#50587)
close pingcap/tidb#50586
2024-01-19 06:19:47 +00:00
bfa10bdc18 bindinfo: SetSkipPlanCache use nostack errors (#50585)
close pingcap/tidb#49291
2024-01-19 05:34:47 +00:00
1442f076c8 executor: fix the issue of coordinator.Close() taking too long (#50494)
close pingcap/tidb#50493
2024-01-19 03:45:17 +00:00
81e921f7cc executor: adapt to the go1.21 map loadFactor setting value (#50545)
close pingcap/tidb#50544
2024-01-18 11:31:48 +00:00
542907f280 executor: check schema when build table reader executor (#50425)
ref pingcap/tidb#50358
2024-01-18 09:55:48 +00:00
050e1e20b7 *: make auto-analyze's tidb_index_serial_scan_concurrency configurable (#50412)
close pingcap/tidb#50411
2024-01-18 09:13:47 +00:00
12d273e00f importinto: executor part of import from select (#50341)
ref pingcap/tidb#49883
2024-01-17 15:52:47 +00:00
5fee75661a lightning: use SprintfWithIdentifier to process strings with identifier (#50434)
ref pingcap/tidb#30699
2024-01-17 08:34:47 +00:00
a20cdf6f4c planner: clean BindRecord in the binding package (#50466)
ref pingcap/tidb#48875
2024-01-16 10:54:18 +00:00
8a529303ce planner: clean BindRecord in the binding package (#50460)
ref pingcap/tidb#48875
2024-01-16 07:57:16 +00:00
44e200d2a3 planner: clean BindRecord in the binding package (#50441)
ref pingcap/tidb#48875
2024-01-16 03:40:46 +00:00
3a3237ee49 planner: clean BindRecord in the binding package (#50423)
ref pingcap/tidb#48875
2024-01-15 11:34:45 +00:00
357be8ba97 infoschema: set the correct type for REMAINING_SECONDS (#50421)
close pingcap/tidb#48835
2024-01-15 09:04:45 +00:00
b548c8a1ac executor: avoid concurrently update for SimpleLRUCache in ApplyCache (#50356)
close pingcap/tidb#50347
2024-01-12 11:03:26 +00:00
e87d94904a lightning: always use PD HTTP client to access PD HTTP API (#50078)
ref pingcap/tidb#49865
2024-01-12 08:25:56 +00:00
c1eb8abb6e *: bypass order by clause for fast point get plan (#50204)
close pingcap/tidb#49920
2024-01-12 06:57:25 +00:00
205b5bbd21 variable: fix information_schema.VARIABLES_INFO DEFAULT_VALUE not right problem (#49524)
close pingcap/tidb#49461, close pingcap/tidb#49968, close pingcap/tidb#50155
2024-01-11 10:52:55 +00:00
02e912c529 *: refactor mpp err recovery logic (#50234)
close pingcap/tidb#50221
2024-01-11 08:11:02 +00:00
190488d0db metrics: add new row panel for tidb query (#50086)
ref pingcap/tidb#49318
2024-01-11 08:10:55 +00:00
e3bd0df35d planner: avoid scanning multi-valued index when there is no condition related (#50183)
close pingcap/tidb#50125
2024-01-11 03:31:55 +00:00
6e10826f16 *: move dup key error handling to errctx (#50239)
close pingcap/tidb#50238
2024-01-10 11:51:23 +00:00
1a5a72aaf8 planner: do not remove the first row func if it is a constant (#50020)
close pingcap/tidb#38756
2024-01-10 09:54:24 +00:00
e15c517afa import/index: adjust concurrency using cpu-count of managed node depends on use case (#50091)
ref pingcap/tidb#49008
2024-01-10 08:31:54 +00:00
d5a21e2829 *: remove stmtctx.IgnoreNoPartition and use errctx to handle partition mismatch error (#50173)
close pingcap/tidb#50172
2024-01-09 07:24:31 +00:00
edecaa6841 importinto: import from select parser/planner part (#49976)
ref pingcap/tidb#49883
2024-01-09 05:57:23 +00:00
1245c28b3b executor: refine sort spill (#48872)
ref pingcap/tidb#47733
2024-01-09 00:58:54 +00:00
c21846e2c8 test: fix unstable test TestFlashbackSchema (#50156)
close pingcap/tidb#50153
2024-01-08 12:52:53 +00:00
f3d4ad5d89 disttask: fix can't reset service_scope (#50108)
close pingcap/tidb#50104
2024-01-08 11:42:30 +00:00
e811ef2325 fix: check kill signal against 0 (#50029)
ref pingcap/tidb#49643
2024-01-08 05:09:29 +00:00