|
|
cd834eec65
|
import into: impl IMPORT INTO statement part 1 (#44122)
ref pingcap/tidb#42930
|
2023-05-25 05:45:38 +00:00 |
|
|
|
bcd2233901
|
*: format the error message when query/instance exceeds memory quota (#43182)
close pingcap/tidb#42044
|
2023-04-19 23:13:32 +08:00 |
|
|
|
a498911e7d
|
metrics: fix lost tidb_executor_statement_total metric (#41821)
close pingcap/tidb#41820
|
2023-03-06 19:11:11 +08:00 |
|
|
|
e58e602072
|
metric: fix panic when status.record-db-label enable (#41692)
close pingcap/tidb#41688
|
2023-02-23 22:05:07 +08:00 |
|
|
|
79558c08ad
|
metric: add some metric by database (#41477)
close pingcap/tidb#37892
|
2023-02-18 13:39:04 +08:00 |
|
|
|
00d48f90e6
|
*: update util/tracing and remove repeated code (#40825)
close pingcap/tidb#40809
|
2023-02-06 22:35:58 +08:00 |
|
|
|
25a247935b
|
session: make plan replayer capture support prepared stmt (#40167)
close pingcap/tidb#40161
|
2023-01-03 11:32:19 +08:00 |
|
|
|
b268c65710
|
*: fix PointGet will return an stale value when tidb_enable_plan_replayer_capture is set (#40197)
close pingcap/tidb#40194
|
2022-12-28 16:00:17 +08:00 |
|
|
|
fc241b294e
|
domain: revise plan replayer process log (#40126)
|
2022-12-26 20:02:15 +08:00 |
|
|
|
5fdd3bd56a
|
server: support download plan replayer continues capture file (#40085)
|
2022-12-22 17:42:54 +08:00 |
|
|
|
3aba336048
|
domain: Support plan replayer continus capture (#39926)
|
2022-12-15 16:34:52 +08:00 |
|
|
|
4b3a4424e1
|
domain: support dump sql meta in plan replayer (#39863)
close pingcap/tidb#39883
|
2022-12-13 23:22:51 +08:00 |
|
|
|
631f32d2d5
|
executor: support plan replayer capture <sql> <*> (#39754)
|
2022-12-08 21:02:05 +08:00 |
|
|
|
a0a16d7c27
|
domain: support plan replayer dump workers running in concurrency (#39347)
ref pingcap/tidb#38779
|
2022-12-07 13:38:03 +08:00 |
|
|
|
9c48480180
|
parser, executor: implement plan replayer capture statement (#39181)
ref pingcap/tidb#38779
|
2022-11-17 23:09:56 +08:00 |
|
|
|
5aa66cb5c2
|
domain: support dump plan replayer capture task during query (#39125)
ref pingcap/tidb#38779
|
2022-11-16 12:41:54 +08:00 |
|
|
|
bd014d67e0
|
*: add context for preprocess (#38360)
close pingcap/tidb#38359
|
2022-10-18 17:27:53 +08:00 |
|
|
|
c033b874b0
|
executor: let Compile catch PanicMemoryExceed (#38375)
close pingcap/tidb#38322
|
2022-10-11 14:31:50 +08:00 |
|
|
|
c4638b70fd
|
*: support metadata lock (#37393)
ref pingcap/tidb#37275
|
2022-09-18 20:57:00 +08:00 |
|
|
|
c372adb7a8
|
planner: refactor PrepareExecutor (#37519)
ref pingcap/tidb#36598
|
2022-09-01 18:10:25 +08:00 |
|
|
|
68c5d505d7
|
executor: distinguish query types of prepared stmt (#37505)
close pingcap/tidb#37503
|
2022-08-31 16:58:23 +08:00 |
|
|
|
b705a13c7b
|
planner: unify the Compile and CompileExecStmt functions (#37065)
ref pingcap/tidb#36598
|
2022-08-16 18:36:51 +08:00 |
|
|
|
e3eea88801
|
telemetry: add telemetry for savepoint (#36354)
close pingcap/tidb#36353
|
2022-07-21 02:57:08 +08:00 |
|
|
|
7953d60c1b
|
*: switch to flat plan in stmt summary, slow log, etc (#36069)
ref pingcap/tidb#35888
|
2022-07-14 17:37:06 +08:00 |
|
|
|
157c178f27
|
*: seperate TxnScope and ReplicaReadScope (#35877)
close pingcap/tidb#31772
|
2022-07-05 11:33:02 +08:00 |
|
|
|
ee800f4e5e
|
planner: check infoSchema when builing cacheKey (#34957)
close pingcap/tidb#34974
|
2022-05-27 19:42:48 +08:00 |
|
|
|
01fb9355d6
|
executor: add ALTER TABLE COMPACT support (#34741)
ref pingcap/tidb#34749
|
2022-05-19 00:44:38 +08:00 |
|
|
|
d23a81488a
|
*: Move stale read context to TxnManager (#33812)
close pingcap/tidb#31954, close pingcap/tidb#33014, close pingcap/tidb#33832
|
2022-04-25 16:52:51 +08:00 |
|
|
|
886dc81f17
|
executor: fix label of rollback stmt counter (#34160)
close pingcap/tidb#34161
|
2022-04-22 09:58:04 +08:00 |
|
|
|
cd56aba07e
|
executor/metrics: distinguish desc a table and explain a SQL on metrics (#30948)
close pingcap/tidb#31115
|
2022-01-13 22:51:42 +08:00 |
|
|
|
1f6d2ddfb9
|
*: Use TxnManager.GetTxnInfoSchema() to get the txn infoschema (#30934)
close pingcap/tidb#30933
|
2021-12-22 17:39:47 +08:00 |
|
|
|
529ce88c1c
|
*: add TxnManager to manage txn in session (#30574)
* *: add TxnManager to manage txn in session
* modify
* add tests
* move failpoint content to a single file
|
2021-12-22 13:53:43 +08:00 |
|
|
|
18381f9319
|
planner: fix the issue that binding cannot work when sql_select_limit is enabled (#29789)
|
2021-11-23 17:59:52 +08:00 |
|
|
|
7feb0e667b
|
planner: fix create binding panic when status.record-db-qp enable (#29519)
|
2021-11-08 21:11:04 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
193b74ecbb
|
executor: rename txnScope as readReplicaScope instead (#27987)
|
2021-09-14 12:54:40 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
cc1f990bac
|
planner: fix update panic when update in prepare and execute (#26759)
|
2021-08-05 23:41:13 +08:00 |
|
|
|
072cf2791e
|
*: fix some audit log error (#26767)
|
2021-08-05 19:39:12 +08:00 |
|
|
|
59d835eac5
|
executor: support forbid tiflash for stale read (#25828)
|
2021-07-06 13:33:28 +08:00 |
|
|
|
ec7240edba
|
planner: Rename ExplicitStaleness to IsStaleness (#25791)
|
2021-06-28 16:15:25 +08:00 |
|
|
|
799591a06f
|
session: read local dc replicas automatically for stale read (#25525)
* fix select
Signed-off-by: yisaer <disxiaofei@163.com>
|
2021-06-18 17:13:38 +08:00 |
|
|
|
9189ec66ac
|
*: stale reads compatible with prepare (#25156)
|
2021-06-11 19:32:35 +08:00 |
|
|
|
811253785c
|
planner, executor: add stale read compatibility for temporary table (#25206)
|
2021-06-07 21:06:28 +08:00 |
|
|
|
0f151af7c5
|
*: add telemetry support for CTE (#25022)
|
2021-06-03 14:46:27 +08:00 |
|
|
|
f3557bb591
|
planner, executor: supports select statement with AS OF (#24613)
|
2021-05-27 21:11:35 +08:00 |
|
|
|
bfdad7c752
|
*: milisecond test and infoschema fix (#24820)
|
2021-05-24 18:27:34 +08:00 |
|
|
|
5e9e0e6e37
|
*: consitent get infoschema (#24230)
|
2021-05-10 21:00:36 +08:00 |
|
|
|
28c9e9290b
|
*: gocritic fixes for commentFormatting (#21578)
|
2020-12-09 12:03:17 +08:00 |
|
|
|
f72cec77b6
|
*: support SQL bind for Update / Delete / Insert / Replace (#20686)
|
2020-11-17 15:19:04 +08:00 |
|