|
|
138f225d62
|
executor: only return the first row of a subquery (#16399)
|
2020-04-21 09:45:50 +08:00 |
|
|
|
ff7413fedb
|
planner, sessionctx : Add 'last_plan_from_cache' to help know whether sql's plan is from plan cache (#16321)
|
2020-04-17 17:15:21 +08:00 |
|
|
|
3edfffa84b
|
Util: Fix global tracker mutex contention (#16298)
|
2020-04-15 20:37:42 +08:00 |
|
|
|
36d8171319
|
expression: fix panic of explain for connection when plan cache is enabled (#16206)
|
2020-04-10 15:48:17 +08:00 |
|
|
|
d8978cb53e
|
config: support temporary storage usage limitation (#15700)
|
2020-04-08 22:14:09 +08:00 |
|
|
|
96d96ceb73
|
executor: fix unexpected error in union stmt. (#16073)
|
2020-04-08 09:45:55 +08:00 |
|
|
|
cfd875219e
|
planner: invalidate cached plan if no UnionScan for tables that need it (#15429)
|
2020-04-01 16:05:36 +08:00 |
|
|
|
94fb1bf18d
|
txn: stop more statement executions if pessimistic transaction ttl manager timed out (#15877)
|
2020-03-31 11:53:41 +08:00 |
|
|
|
78ac21914f
|
server: add connection id for lock keys committer (#15685)
|
2020-03-27 18:21:14 +08:00 |
|
|
|
a888c6d06a
|
*: add the tid to the schema-change related tables only when keys need to be locked (#15698)
|
2020-03-26 11:17:38 +08:00 |
|
|
|
9a301721c7
|
infoschema: Change type of ddl_job's time field (#15506)
|
2020-03-25 10:53:07 +08:00 |
|
|
|
5282d089c7
|
executor: support generated column on point get and batch point get (#15544)
|
2020-03-23 14:21:35 +08:00 |
|
|
|
86d8e16fc0
|
infoschema/executor : add DDLJobs sys table (#14837)
|
2020-03-19 11:55:24 +08:00 |
|
|
|
248be5bba5
|
planner: push down Lock to PointGet and BatchPointGet (#15257)
|
2020-03-11 13:58:32 +08:00 |
|
|
|
b504d37924
|
*: refine the table.Table interface (#15227)
remove unnecessary methods.
"The bigger the interface, the weaker the abstraction -- Rob Pike"
|
2020-03-10 13:40:56 +08:00 |
|
|
|
b3469e7964
|
*: fix a bug that the pessimistic lock doesn't work on a partition (#14921)
physicalID should be used if 'select for update' works on a
partitioned table.
|
2020-03-03 15:06:45 +08:00 |
|
|
|
c1114b9724
|
planner, executor: enable inline projection for index joins (#15004)
|
2020-03-02 15:32:09 +08:00 |
|
|
|
114405e114
|
executor: inline projection for hash join (#14682)
|
2020-02-13 18:44:33 +08:00 |
|
|
|
4755a9b9ef
|
util: revert util/mathutil (#14744)
|
2020-02-13 11:33:04 +08:00 |
|
|
|
be434ba101
|
executor: fix admin show ddl jobs end time bug when job is not finished (#14738)
|
2020-02-12 11:27:33 +08:00 |
|
|
|
750583c665
|
*: use iterator in show ddl jobs to avoid oom when there is too many history ddl jobs. (#12472)
|
2020-02-10 22:56:05 +08:00 |
|
|
|
d20195a3a5
|
server: add counter for keys locking numbers (#14625)
|
2020-02-05 10:24:53 +08:00 |
|
|
|
40a6be1a82
|
bindinfo: handle statement hints in bindings (#14248)
|
2020-01-07 14:18:46 +08:00 |
|
|
|
174ff27943
|
*: fix static check issues (#14286)
|
2020-01-06 16:07:15 +08:00 |
|
|
|
d006443194
|
type: encapsulate Time API (#14288)
|
2019-12-31 12:41:09 +08:00 |
|
|
|
f0d313470f
|
executor: record lockkeys waited flag and duration in stmtctx (#14209)
|
2019-12-24 20:24:12 +08:00 |
|
|
|
8cbacf0d7c
|
wasm: fix compile error for wasm (#14160)
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
|
2019-12-23 15:17:46 +08:00 |
|
|
|
fce9870208
|
ddl,executor: add auto_random column option (#13127)
|
2019-12-23 14:51:51 +08:00 |
|
|
|
f0282d32ca
|
executor: trace the memory usage of Selection executors (#13927)
|
2019-12-22 21:18:02 -06:00 |
|
|
|
352adc5b00
|
executor: replace the flag CastStrToIntStrict with InSelectStmt (#14115)
|
2019-12-18 20:45:17 +08:00 |
|
|
|
438d39ebcd
|
*: revert #10124 and remove sql mode PadCharToFullLength (#14007)
|
2019-12-17 15:25:06 +08:00 |
|
|
|
a94cff903c
|
*: refactor LockKeys API (#14020)
|
2019-12-11 15:05:59 +08:00 |
|
|
|
01a7d00053
|
executor: change pessimistic lock wait start for one statement (#13922)
|
2019-12-06 15:17:49 +08:00 |
|
|
|
78e3c4d885
|
extract hot system variables from map (#13810)
|
2019-12-05 10:32:39 +08:00 |
|
|
|
8fab2548d0
|
executor: show operators' disk consumption in results of EXPLAIN ANALYZE (#13764)
|
2019-12-02 17:04:29 +08:00 |
|
|
|
596fb64233
|
planner: support a hint to force using a IndexMerge path (#12843)
|
2019-11-27 15:44:25 +08:00 |
|
|
|
17ffc8031b
|
executor: do not set priority when tidb_force_priority is set (#13633)
|
2019-11-22 10:51:38 +08:00 |
|
|
|
60bfdf5ba4
|
Revert "executor, util: rename original List to ListInMemory and add a new interface List (#13353)" (#13363)
This reverts commit 2b5f81add11497b5b5595b3ba16ac88cddf33a65.
|
2019-11-11 18:30:34 +08:00 |
|
|
|
2b5f81add1
|
executor, util: rename original List to ListInMemory and add a new interface List (#13353)
|
2019-11-11 15:50:43 +08:00 |
|
|
|
5fd8b4d251
|
executor: support innodb_lock_wait_timeout for pessimistic transaction (#13103)
|
2019-11-05 17:26:40 +08:00 |
|
|
|
f12403ef08
|
executor: support select for update no wait (#12775)
|
2019-11-04 17:01:40 +08:00 |
|
|
|
cb99508347
|
executor: change indexLookupJoin.outerResult to chunk.List (#12972)
|
2019-10-30 17:53:33 +08:00 |
|
|
|
9ed376ada2
|
util/admin: support admin check table on partition table (#12796)
|
2019-10-29 20:16:37 +08:00 |
|
|
|
4907685ed2
|
*: fix bug that the kill command doesn't work when the killed session is waiting for the pessimistic lock (#12852)
|
2019-10-24 17:26:12 +08:00 |
|
|
|
2dc472fc98
|
infoschema: add tidb_servers_info memory table (#12580)
|
2019-10-14 10:58:19 +08:00 |
|
|
|
f9724dbf3b
|
executor: improve codes of stmt hints (#12246)
|
2019-09-18 23:50:25 +08:00 |
|
|
|
e98a869205
|
executor: make sure IndexReaderExecutor/TableReaderExecutor implement the Executor interface (#12020)
|
2019-09-17 21:34:45 +08:00 |
|
|
|
e173c7f5c1
|
executor: add several sql hint related to session variables (#11809)
|
2019-09-17 13:39:16 +08:00 |
|
|
|
304619a184
|
executor: fix execution info of explain analyze (#11967)
|
2019-09-02 16:45:35 +08:00 |
|
|
|
cc07b11082
|
executor: set the correct stmtCtx for explain statement (#11186)
|
2019-08-27 14:09:35 +08:00 |
|