|
|
b1feeca170
|
linter: enable revive for executor (#45504)
ref pingcap/tidb#40786
|
2023-07-24 03:22:18 +00:00 |
|
|
|
30cafb3c3a
|
executor: refactor executor and baseExecutor (#45065)
ref pingcap/tidb#44940
|
2023-07-03 07:56:12 +00:00 |
|
|
|
25770ffc6b
|
executor: unify replace into logic for InsertValues and ReplaceExec (#41947)
ref pingcap/tidb#40499
|
2023-03-08 23:47:12 +08:00 |
|
|
|
c6e6d621e2
|
ddl: check the key existence on original index (#40749)
close pingcap/tidb#40730
|
2023-02-10 15:22:00 +08:00 |
|
|
|
5c04d78f29
|
*: support foreign key check/cascade when execute replace into statement (#40069)
close pingcap/tidb#40068
|
2022-12-22 18:30:55 +08:00 |
|
|
|
c26a6b5297
|
*: lock row keys during merging back from temp index (#39936)
close pingcap/tidb#39929
|
2022-12-14 23:38:53 +08:00 |
|
|
|
23543a4805
|
*: merge the runtime stats in time to avoid using too many memory (#39394)
close pingcap/tidb#39413
|
2022-11-29 21:00:00 +08:00 |
|
|
|
d6d0ce7b10
|
*: gofmt code for adapting go 1.19 (#36832)
ref pingcap/tidb#36879
|
2022-08-11 12:50:49 +08:00 |
|
|
|
1d485d11ed
|
topsql: fix admin check/cleanup/recover statement doesn't set tag for RPC request (#33869)
close pingcap/tidb#33716
|
2022-04-13 18:00:36 +08:00 |
|
|
|
fe1aaf2fd7
|
topsql: introduce stmtstats and sql execution count (#30277)
|
2021-12-21 15:43:47 +08:00 |
|
|
|
b11171aa71
|
topsql: distinguish the row and index operation type (#29044)
|
2021-11-24 10:17:51 +08:00 |
|
|
|
8b028b899d
|
*: replace compareDatum by compare (#30060)
|
2021-11-23 17:49:50 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
267a3b8162
|
executor: add auto id allocator execution runtime stats (#28013)
|
2021-10-08 17:35:24 +08:00 |
|
|
|
e5bf177cd9
|
*: Use snapshot interceptor to handle temporary table's insert/update/delete (#28218)
|
2021-09-23 10:00:46 +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 |
|
|
|
6a1e5215df
|
executor: Add insert/replace ignore/on duplicate key support for local temporary table (#26636)
|
2021-08-04 14:19:07 +08:00 |
|
|
|
051524ce95
|
kv: remove DelOption method (#24762)
|
2021-05-25 17:53:34 +08:00 |
|
|
|
2580240dde
|
*: pass sql, plan digest down to KV request (#24854)
|
2021-05-25 15:47:33 +08:00 |
|
|
|
d2bdfd51b7
|
store/tikv: move transaction options out to /kv (#24619)
|
2021-05-13 17:49:39 +08:00 |
|
|
|
efe172b0e0
|
store/tikv:move option from kv to tikv, and make define as a normal int (#23171)
|
2021-03-22 20:13:36 +08:00 |
|
|
|
7ab3649256
|
executor, types: fix skipped replace when the value is treated as the same in CI collations (#20858)
|
2020-11-11 19:38:23 +08:00 |
|
|
|
2f067c0542
|
*: redact arguments for Error (#20436)
|
2020-10-21 14:44:08 +08:00 |
|
|
|
0017a1717e
|
*: fix the bug about the insertRuntimeStat.String() (#20190)
Signed-off-by: jyz0309 <45495947@qq.com>
|
2020-09-27 18:48:43 +08:00 |
|
|
|
bb354b0c30
|
*:Record the time consuming of memory operation of Insert Executor in Runtime Information (#19574)
|
2020-09-23 20:57:40 +08:00 |
|
|
|
968d0d76ae
|
executor: cleanup useless code in batch checker (#19511)
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
|
2020-09-01 12:41:52 +08:00 |
|
|
|
e356136b72
|
*: annotate execution info in runtime/trace (#19407)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-08-27 11:23:36 +08:00 |
|
|
|
650be7c438
|
execute: add rpc runtime stats information for insert/update/replace statement (#19334)
|
2020-08-24 16:10:33 +08:00 |
|
|
|
6fa2badf38
|
util: move codec logic into tablecodec package (#18173)
* move codec logic into tablecodec package
* add key generation using physical table id
* remove using prefix
* change comment
* fix conclict
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-06-24 17:43:10 +08:00 |
|
|
|
9135d1d0d8
|
executor: subtract the old txn size when track the mem usage (#18000)
|
2020-06-17 11:29:47 +08:00 |
|
|
|
73c4673f30
|
*: support update/delete/insert ignore/duplicate update in single cluster index table (#17721)
|
2020-06-08 20:55:31 +08:00 |
|
|
|
d66d5028da
|
*: support plain insert on cluster index table (#17674)
|
2020-06-05 13:23:43 +08:00 |
|
|
|
6814f8c94b
|
*: refactor Handle in table package (#16807)
|
2020-04-27 10:04:50 +08:00 |
|
|
|
af376db3dc
|
*: refactor Handle in tablecodec and rowcodec (#16705)
Co-authored-by: pingcap-github-bot <sre-bot@pingcap.com>
|
2020-04-23 18:55:59 +08:00 |
|
|
|
c1bc9ffe5b
|
*: add memory tracker for InsertExec and ReplaceExec (#14179)
|
2019-12-30 11:43:01 +08:00 |
|
|
|
20dc99995a
|
executor: clean up the batch checker code (#12338)
|
2019-09-24 19:02:45 +08:00 |
|
|
|
31681b7712
|
executor: refactoring the 'replace' implementation, remove its dependency of batch checker (#12319)
|
2019-09-24 16:10:15 +08:00 |
|
|
|
d210889a6c
|
*: trace the execution of the insert operation (#11667)
|
2019-08-09 14:22:03 +08:00 |
|
|
|
036e7e207d
|
*: support new 'log' format for trace (#11681)
|
2019-08-09 12:43:33 +08:00 |
|
|
|
28c0b1d226
|
executor: tiny refactor the insertRows function (#11643)
|
2019-08-07 21:28:44 +08:00 |
|
|
|
d244723a5e
|
executor: remove unused structure RecordBatch (#10891)
|
2019-06-26 15:26:16 +08:00 |
|
|
|
c8d1ff7ca6
|
*: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' (#10866)
|
2019-06-21 19:13:31 +08:00 |
|
|
|
8183f35563
|
executor: tiny clean up (#10875)
code refactor for the tracing related code
|
2019-06-20 16:35:59 +08:00 |
|
|
|
1c4ebee8de
|
executor: should handle virtual columns when fetching duplicate rows in batchChecker (#10370)
|
2019-05-08 10:18:52 +08:00 |
|
|
|
e9653675dd
|
*: remove errors.Trace in main handle path (#10033)
|
2019-04-04 14:27:15 +08:00 |
|
|
|
f738ba24ad
|
executor: replace logger with zap logger (#9521)
|
2019-03-14 15:14:38 +08:00 |
|
|
|
00c4ff4fa9
|
*: refactor Executor.Next() to receive RecordBatch (#8994)
|
2019-01-14 15:04:36 +08:00 |
|
|
|
7528a059cf
|
executor/server/session: add extra info message sent to mysql client (#8285)
|
2018-12-19 15:32:49 +08:00 |
|
|
|
93acd10f53
|
*: add context.Context to NewTxn(), tiny refactor (#8530)
|
2018-12-06 17:45:16 +08:00 |
|
|
|
c137cada68
|
*: change golang.org/x/net/context to standard context (#8579)
|
2018-12-05 13:54:00 +08:00 |
|