Commit Graph

19949 Commits

Author SHA1 Message Date
a6d194b3c7 mod: update the pd client (#42034)
close pingcap/tidb#42048
2023-03-09 12:45:12 +08:00
9fb2d6c357 util/execdetails: fix potential risks of fatal error concurrent map read and map write (#42019)
close pingcap/tidb#39076
2023-03-09 11:09:13 +08:00
Ran
755f44e393 docs: remove 1-year description from roadmap (#42036) 2023-03-09 10:43:12 +08:00
a1b5cb8b3b planner: add more test cases for join hint compatibility (#41954)
ref pingcap/tidb#36600
2023-03-09 10:03:12 +08:00
25770ffc6b executor: unify replace into logic for InsertValues and ReplaceExec (#41947)
ref pingcap/tidb#40499
2023-03-08 23:47:12 +08:00
49bf4ce6d9 planner: set the tidb_opt_advanced_join_hint to off when upgrade (#42016)
ref pingcap/tidb#36600
2023-03-08 20:45:12 +08:00
ed04e267e7 ddl: fix enable metadata lock (#41913)
close pingcap/tidb#41796
2023-03-08 20:11:12 +08:00
e1cc3aca13 domain: fix extract plan task sql (#42018) 2023-03-08 19:37:35 +08:00
e925e5276a planner: add more test cases for non-prep plan cache (#42015)
ref pingcap/tidb#36598
2023-03-08 19:37:28 +08:00
567152e8f4 ttl, lightning: fix panic when importing TTL table data using lightning (#42014)
close pingcap/tidb#42012
2023-03-08 19:37:21 +08:00
528cef5260 sysvar: set the default value of resource control switch to false (#42006)
ref pingcap/tidb#41962
2023-03-08 19:37:13 +08:00
4f97ade0e0 executor: LOAD DATA record progress in a table (#41871)
ref pingcap/tidb#40499
2023-03-08 18:55:12 +08:00
60205c5b6e *: fix data race at the UnistoreRPCClientSendHook (#42009)
close pingcap/tidb#42008
2023-03-08 17:41:12 +08:00
4ac7dc9fb9 planner: optimize the performance of non-cacheable-checker (#42002) 2023-03-08 16:04:10 +08:00
31e48947ff lightning: some refactor about id allocation (#41994)
ref pingcap/tidb#40499
2023-03-08 15:03:22 +08:00
2cddfb3ecd domain: support more params for extract plan task (#41975)
ref pingcap/tidb#41130
2023-03-08 13:09:12 +08:00
60eceff04a statistics/handle: use StatementContext with TimeZone in initStatsBuckets4Chunk (#41993)
close pingcap/tidb#41938
2023-03-08 12:03:12 +08:00
5ff5b34691 store/copr: support EngineRoleWrite for disaggregated tiflash (#41958)
close pingcap/tidb#41978
2023-03-08 11:03:12 +08:00
382b388df6 planner: add new explain format for plan cache (#41965)
ref pingcap/tidb#36598
2023-03-08 00:03:12 +08:00
3f3be2f84e br: continuing retry when pitr met the error about memory is limited (#41982)
close pingcap/tidb#41983
2023-03-07 21:45:13 +08:00
f4e64fae6c disttask: add proto pkg for framework and example (#41989)
close pingcap/tidb#41990
2023-03-07 20:55:20 +08:00
0d7e7b875f server: enhance graceful stop by closing connections after finish the ongoing txn (#32111)
close pingcap/tidb#32110
2023-03-07 20:55:12 +08:00
18f1ecdfcd planner: add monitor for non-prepared plan cache (#41752)
ref pingcap/tidb#36598
2023-03-07 19:41:12 +08:00
29adb0aa86 ddl: Increase ddl unit test speed (#41034)
close pingcap/tidb#41216
2023-03-07 18:57:12 +08:00
2da699e36b *: Change GitHub issue template to use the forum (#40779) 2023-03-07 17:45:12 +08:00
zzm
5f0bdc14c5 slowlog: slowlog with keyspace (#41886)
close pingcap/tidb#41883
2023-03-07 16:49:12 +08:00
7d7350f2b2 lightning: replace grpc gzip compressor with klauspost/compress/gzip (#41974)
close pingcap/tidb#41970
2023-03-07 15:33:19 +08:00
0a57d81e9c sysvar: enable resource control by default (#41963)
close pingcap/tidb#41962
2023-03-07 15:33:11 +08:00
2bdcc3e5ca build(deps): bump golang.org/x/text from 0.7.0 to 0.8.0 in /parser (#41964) 2023-03-07 14:13:12 +08:00
f7d23ebdb0 lightning: gcs reader seekend should has an positive offset (#41900)
close pingcap/tidb#41899
2023-03-07 13:27:11 +08:00
cb7ce7d973 ddl: fix check unique multi-valued index (#41910)
close pingcap/tidb#41907
2023-03-07 12:17:12 +08:00
Ran
a768cd3d36 docs: add new roadmap (#41893)
close pingcap/tidb#41894
2023-03-07 11:01:11 +08:00
6505048490 lightning: fix keyspaceName privilege problem (#41959)
close pingcap/tidb#41915
2023-03-07 10:43:12 +08:00
7cd2029773 session: support set current session's resource group name (#41722)
ref pingcap/tidb#38825
2023-03-06 23:29:11 +08:00
bea1a0a1c6 planner: don't lock schema if an error happens (#41896)
close pingcap/tidb#41797
2023-03-06 21:25:11 +08:00
24ff3f4db3 statistics: avoid fmsketch calculation for single-column index (#41931)
ref pingcap/tidb#41930
2023-03-06 19:11:19 +08:00
a498911e7d metrics: fix lost tidb_executor_statement_total metric (#41821)
close pingcap/tidb#41820
2023-03-06 19:11:11 +08:00
17bbc2961b *: support resource_group sql hint (#41678)
* *: support resource_group sql hint

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: refine case

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: make case stable

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: code format

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: relocate the cases

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: fix bazel attribute

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: fix bazel

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: code fmt

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: code format

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: address comments

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: address comments for 2nd round

Signed-off-by: BornChanger <dawn_catcher@126.com>

* *: polish check logic

Signed-off-by: BornChanger <dawn_catcher@126.com>

---------

Signed-off-by: BornChanger <dawn_catcher@126.com>
2023-03-06 18:34:13 +08:00
9958a93ae8 lightning: rename and move some struct (#41946)
ref pingcap/tidb#40499
2023-03-06 17:49:33 +08:00
8ba69c5d4a planner: existing explain format can not use non-prepared plan cache (#41945)
ref pingcap/tidb#36598
2023-03-06 17:49:26 +08:00
ab67e3bed9 store/copr: disable store batch copr for internal requests (#41934)
close pingcap/tidb#41562
2023-03-06 17:49:19 +08:00
zzm
f43b1bb291 stmtsummary: stmtsummary with keyspace (#41882)
close pingcap/tidb#41881
2023-03-06 17:49:11 +08:00
7be60d9b19 fix create view (#41950)
Signed-off-by: ystaticy <y_static_y@sina.com>
2023-03-06 16:38:49 +08:00
f7576cc308 planner: support hash_join_build and hash_join_probe hint for MPP joins (#41868) 2023-03-06 15:23:12 +08:00
zzm
a39d7fb09b util: add keyspace into log (#41844)
close pingcap/tidb#41843
2023-03-06 14:21:11 +08:00
33c34f832c bootstrap: add more tests for initialize-sql-file (#41888)
ref pingcap/tidb#35624
2023-03-06 13:43:12 +08:00
b62e3638e0 domain: revise extract plan package format (#41876)
ref pingcap/tidb#41130
2023-03-06 12:31:11 +08:00
9e275181be txn: Slow txn log (#41864)
close pingcap/tidb#41863
2023-03-06 11:47:11 +08:00
196ddc08bc planner: add more test cases for non-prep plan cache (#41914)
ref pingcap/tidb#36598
2023-03-05 21:17:11 +08:00
00ccee238a parser: Add special formatter for extract(unit FROM date) (#41875)
close pingcap/tidb#41800
2023-03-04 11:13:10 +08:00