f79dc8b218
executor: pessimistic lock on the temporary table should not be written to TiKV ( #24737 )
2021-05-26 12:41:34 +08:00
2580240dde
*: pass sql, plan digest down to KV request ( #24854 )
2021-05-25 15:47:33 +08:00
3904ca3e4e
infoschema, executor: Add the deadlock table ( #24524 )
2021-05-20 00:21:42 +08:00
5d40ea459a
executor, store: Pass the SQL digest down to pessimistic lock request ( #24380 )
2021-05-13 20:43:38 +08:00
0cb32a128b
executor: fix projection executor panic and add failpoint test ( #24231 )
2021-04-28 14:15:56 +08:00
c25042543a
store/tikv: move lock wait time to store/tikv ( #24217 )
2021-04-25 10:43:55 +08:00
2e52da6b37
executor: make column default value being aware of NO_ZERO_IN_DATE ( #24174 )
2021-04-21 15:07:54 +08:00
421571f49d
planner, executor: fix index merge partial table scan schema ( #23936 )
2021-04-19 16:29:52 +08:00
3e58fbf4d9
store/tikv:move LockCtx from kv to tikv/kv ( #24020 )
2021-04-15 22:23:53 +08:00
69675ead57
store/tikv: move CommitDetails and LockDetails to tikv/util ( #23854 )
...
Signed-off-by: disksing <i@disksing.com >
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com >
2021-04-09 20:56:24 +08:00
35eded065e
*: fix structcheck lint warnings ( #23062 )
2021-03-24 21:09:37 +08:00
30da0a1d09
Revert "executor: open childExec during execution for UnionExec ( #21561 ) ( #23276 )
2021-03-12 14:59:30 +08:00
24c9df147d
*: refactor table.Table interface, clean up unnecessay methods ( #22430 )
2021-03-02 19:48:54 +08:00
3d4def7eef
planner, statistics: allow (auto) analyze single partition in dynamic-only mode ( #22625 )
2021-03-01 17:23:31 +08:00
04e5137f48
*: use explain format = 'brief' for tests ( #22677 )
2021-02-22 17:50:06 +08:00
4c0fe88a71
store/tikv: resolve sessionctx dependency ( #22584 )
...
Signed-off-by: disksing <i@disksing.com >
2021-01-29 17:09:14 +08:00
31bbfcef82
executor: refine maxOneRow ( #22194 )
...
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com >
2021-01-09 13:19:14 +08:00
960dab5444
executor:return warning when load data meet no partition for incompatiable mysql,but err and abort ( #22042 )
2021-01-04 12:49:43 +08:00
f2a68ee28a
executor: fix update ignore into not exists partition ( #21984 )
2020-12-30 16:44:13 +08:00
c3e54962d1
executor: fix a bug that can not insert null into a not null column in the empty SQL mode ( #21237 )
...
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com >
2020-12-25 11:44:00 +08:00
0735a0c924
executor: fix insert ignore into not exists partition ( #21904 )
...
Signed-off-by: lysu <sulifx@gmail.com >
2020-12-23 17:19:29 +08:00
0eb8ff97bc
executor: open childExec during execution for UnionExec ( #21561 )
2020-12-09 15:10:15 +08:00
6fb60a3272
ddl: fix create list partition bug and add more test ( #21398 )
2020-12-02 15:21:08 +08:00
af58658b63
*: implement priority control for OOM Action ( #21170 )
2020-11-25 19:44:26 +08:00
afb2ab95f0
table: fix zero date in different sqlmode ( #20206 )
2020-11-24 12:46:51 +08:00
2c66371d8b
planner, sessionctx : Add 'last_plan_from_binding' to help know whether sql's plan is matched with the hints in the binding ( #18017 )
2020-11-20 20:43:23 +08:00
e6e894dcc4
executor: add missing update table delta for TxnCtx ( #20982 )
2020-11-19 10:58:45 +08:00
b2e6df07c8
session: Support Variable-Setting Hint SET_VAR ( #20232 )
2020-10-28 14:27:13 +08:00
4501f6d7ab
planner, executor: enable inline projection for Limit ( #20288 )
2020-10-19 10:55:13 +08:00
47a182f76a
executor: fix a bug that the generated column doesn't handle bad null value ( #20193 )
...
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com >
2020-09-25 15:57:36 +08:00
354f3997c0
executor: add concurrency limit on union executor ( #19827 )
2020-09-08 19:16:23 +08:00
47270445d9
server: fix the missing detachment for the mem/disk tracker ( #19794 )
2020-09-08 10:48:51 +08:00
c283bc66bd
txn:support wait second grammar for "select for update" ( #19630 )
...
* support select for update wait seconds grammar
* use function
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-09-07 13:47:59 +08:00
915d84d7ad
executor: add pessimistic lock keys runtime information ( #19547 )
...
Signed-off-by: crazycs520 <crazycs520@gmail.com >
2020-09-01 20:46:31 +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
a2e2ce6339
*: use int instead of fmt.Stringer as executor id ( #19207 )
2020-08-19 13:39:31 +08:00
2d54976495
*: convert lockKeys to key flag ( #18966 )
...
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-08-07 10:23:59 +08:00
574540aa06
fix pessimistic check ( #19004 )
...
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-08-06 14:00:43 +08:00
b363937744
transaction: fix union select for update race ( #19006 )
...
* transaction: fix LockKeys race
* do not update delta for lock keys
* fix more race
* fix another race
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-08-06 09:24:17 +08:00
8b19d67bad
executor: add runtime information for point-get executor ( #18666 )
2020-07-28 14:20:36 +08:00
f3554241bb
planner, executor: support except and intersect set operator ( #18459 )
...
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-07-27 17:56:07 +08:00
baf6c99b95
*: fix a bug causes indexed virtual generated column return wrong value and refine admin check table ( #18408 )
2020-07-24 12:59:47 +08:00
f0e5876353
util/execdetails: refactor execdetails information of runtime collect ( #18530 )
2020-07-15 20:05:29 +08:00
a6971dd685
*: support 'admin check table' on clustered index table ( #18346 )
2020-07-14 15:59:37 +08:00
b193db8b49
planner: ban tiflash engine when the statement is not read only ( #18458 )
...
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-07-14 11:43:48 +08:00
2b0b34b88e
executor: kill tableReader for each connection correctly ( #18277 )
2020-07-09 18:09:08 +08:00
658132fcf3
planner: refactor handle columns ( #18391 )
2020-07-07 12:26:14 +08:00
3f6f36f742
*: refactor table.IterRecord and extract some methods ( #18214 )
...
* *: refactor table.IterRecord and extract some methods
* fix ci test
* fix ci test
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-06-29 09:24:34 +08:00
9b16427628
server: prefetch point-get keys for multi-statement queries. ( #18155 )
2020-06-23 13:13:18 +08:00
b2922a7098
executor: remove unused code ( #17923 )
...
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com >
2020-06-11 02:16:42 +08:00