Commit Graph

5544 Commits

Author SHA1 Message Date
301a024ebc parser: support plan change capture collect stmt (#41478)
ref pingcap/tidb#41130
2023-02-20 10:31:05 +08:00
79558c08ad metric: add some metric by database (#41477)
close pingcap/tidb#37892
2023-02-18 13:39:04 +08:00
bc95a4f022 *: lock the temp index key properly in DML (#41516)
close pingcap/tidb#41515
2023-02-17 18:19:04 +08:00
fe5824ff7a sysvar: rename tidb_enable_plan_replayer_continues_capture (#41498) 2023-02-17 16:10:03 +08:00
28d2ab6787 planner,variable: disable tidb_enable_reuse_chunk when reading json/text column (#41368)
close pingcap/tidb#41366
2023-02-17 15:04:02 +08:00
c47bb5da53 executor: Check for column mismatch (#41411)
* executor: Check for column mismatch when the table and statement have the same number of columns

* Add test for LOAD DATA and column mismatch

* Set the correct error message for column mismatch in LOAD DATA
2023-02-16 15:32:47 +01:00
d161aa6e45 executor: LOAD DATA use lightning CSV parser (#40852)
ref pingcap/tidb#40499
2023-02-16 19:22:02 +08:00
8805b4c58c executor: fix race when collecting telemetry info of batch copr (#41413)
close pingcap/tidb#41412
2023-02-15 13:06:00 +08:00
84871df190 *: update bazel (#41369)
ref pingcap/tidb#41377
2023-02-14 14:30:01 +08:00
79ae1e3c1f *: update bazel config (#41296) 2023-02-13 14:38:01 +08:00
8dd78d5223 executore: fix logic error in HashJoin probe (#41320) 2023-02-13 14:04:15 +08:00
982a6163a1 sysvar: introduce variable tidb_enable_inl_join_inner_multi_pattern (#41319)
ref pingcap/tidb#40505
2023-02-13 14:04:08 +08:00
c4128080b0 infoschema: fix is.partitions.partition_expression for range columns (#41285)
close pingcap/tidb#40931
2023-02-13 14:04:00 +08:00
2baf8c2e4f metric: seperate the internal and external transaction metrics (#41206)
ref pingcap/tidb#41203
2023-02-12 11:08:01 +08:00
696d7d06e9 *: REORGANIZE PARTITION (#38535) (#41096)
close pingcap/tidb#38535
2023-02-11 20:28:00 +08:00
48bc046fe1 executor: support plan replayer capture remove task (#41258)
close pingcap/tidb#41262
2023-02-11 12:04:02 +08:00
0bd7179486 executor: fix unreasonable CPU time in HashJoin probe phash (#41265)
close pingcap/tidb#41263
2023-02-11 01:15:59 +08:00
0db6df713b planner: recover table/schema only needs create and drop privilege (#41226)
close pingcap/tidb#40633
2023-02-10 22:38:00 +08:00
c6e6d621e2 ddl: check the key existence on original index (#40749)
close pingcap/tidb#40730
2023-02-10 15:22:00 +08:00
90cf3718d8 planner: fix can't find proper physical plan caused by virtual column (#41132)
close pingcap/tidb#41014
2023-02-09 21:26:17 +08:00
5e8cf8f6e1 metrics: Add metrics and telemetry for aggressive locking (#41038)
close pingcap/tidb#41037
2023-02-09 21:26:01 +08:00
1167fafdd6 stmtsummary: add persistence implementation (#40814)
ref pingcap/tidb#40812
2023-02-09 18:05:59 +08:00
9f5cc51b42 *: support recover multi-valued index (#41181)
close pingcap/tidb#41180
2023-02-09 16:06:00 +08:00
5cb84186dc executor: track the memroy usage in HashJoin probe phase (#41081)
close pingcap/tidb#40500
2023-02-09 14:40:02 +08:00
1140b7c3b1 *: remove ru token in resource group schema and set brust limit (#41174)
ref pingcap/tidb#38825
2023-02-09 06:55:59 +08:00
bdef910bec store/copr: enable store batch by default & add extra copr concurrency and batch nums in stats (#40711)
ref pingcap/tidb#39361, close pingcap/tidb#40399
2023-02-09 03:07:59 +08:00
8398f0fe09 *: fix a timezone data race which may cause wrong row data (#41146)
close pingcap/tidb#40710
2023-02-08 12:21:58 +08:00
861773872b *: update bazel config (#41127)
close pingcap/tidb#41160
2023-02-08 09:49:58 +08:00
6adcc6552b *: use the latest independent resource group manager client (#41162)
ref pingcap/tidb#38825
2023-02-07 23:55:58 +08:00
8d65743b4e planner: support more pattern for index join inner side (#40999)
ref pingcap/tidb#40505
2023-02-07 21:31:58 +08:00
391c551258 parser: move LOAD DATA REMOTE into LOAD DATA (#41091)
ref pingcap/tidb#40499
2023-02-07 20:25:58 +08:00
57ab10c858 admin: fix recover expression cause index broken (#41092)
ref pingcap/tidb#40430, close pingcap/tidb#41087
2023-02-07 17:37:58 +08:00
c996d6437f flashback: retry getStoreGlobalMinSafeTS during execute flashback (#41100)
close pingcap/tidb#41086
2023-02-07 12:35:58 +08:00
833e0b9151 executor: use const varialbe for index merge handleWorkerPanic (#41066)
close pingcap/tidb#41065
2023-02-07 06:49:57 +08:00
00d48f90e6 *: update util/tracing and remove repeated code (#40825)
close pingcap/tidb#40809
2023-02-06 22:35:58 +08:00
191503599a executor: fix plan replayer dump for tpcds q97 (#41088)
close pingcap/tidb#41064
2023-02-06 21:45:58 +08:00
e5477b87d3 *: fix the sysvar value may be corrupted after set by subquery (#41003)
close pingcap/tidb#40979
2023-02-06 11:19:56 +08:00
bc2c1b229d executor: fix IndexMerge handle panic logic (#41036)
close pingcap/tidb#41047
2023-02-05 15:39:56 +08:00
975d177286 *: add resource group name into information_schema.processlist (#40739)
close pingcap/tidb#40724
2023-02-03 22:23:56 +08:00
98c22c1e32 statistics: use histogram count rather than realtime count to calculate stats healthy (#41031) 2023-02-03 16:11:57 +08:00
07af605381 *: add memory tracker for mppIterator (#40901)
close pingcap/tidb#40900
2023-02-02 16:53:57 +08:00
04f9b3c150 *: add UseAutoScaler config to disable AutoScaler (#40966)
close pingcap/tidb#40971
2023-02-02 16:11:56 +08:00
f0575a847b *: unify wru,rru to ru (#40884)
close pingcap/tidb#40883
2023-02-02 11:47:56 +08:00
f1a744a3e6 planner: add MppVersion for mpp task; support data compression in Exchange Operator; (#40132)
ref pingcap/tiflash#6620, close pingcap/tidb#40494
2023-02-02 11:11:56 +08:00
34516a377a br: disable foreign key check when br create table (#40951)
close pingcap/tidb#40952
2023-02-01 21:21:56 +08:00
95f4d0de27 planner: supply test cases for param limit in plan cache (#40868)
ref pingcap/tidb#40219
2023-02-01 20:53:56 +08:00
d28a8d84b5 *: support MockAutoScaler and AWSAutoScaler (#40729)
close pingcap/tidb#40747
2023-02-01 19:11:56 +08:00
01b231015a admin: support cleanup multi-valued index (#40428)
close pingcap/tidb#40427
2023-02-01 18:27:56 +08:00
bdc2f1b22f handle: support fallback for dump historical stats (#40889)
close pingcap/tidb#40890
2023-02-01 17:47:56 +08:00
d6302c1144 executor: Fix tidb crash on index merge reader (#40904)
close pingcap/tidb#40877
2023-02-01 14:33:56 +08:00