|
|
a3facd0f71
|
expression, planner: fix decimal results for aggregate functions (#20017)
|
2020-11-11 14:46:22 +08:00 |
|
|
|
c554481392
|
executor: update memory usage in batch insert/delete (#20866)
|
2020-11-11 13:11:40 +08:00 |
|
|
|
611d24911e
|
store, executor: Fix TestCoprocessorOOMAction may get stuck. (#20897)
|
2020-11-11 11:07:15 +08:00 |
|
|
|
ee77412f54
|
executor, kv, store/tikv: support cache for point select (#20396)
|
2020-11-11 10:41:49 +08:00 |
|
|
|
9007614f95
|
executor: fix wrong is-null result of ShowExec.fetchShowIndex (#20287)
|
2020-11-10 17:51:12 +08:00 |
|
|
|
658a4ce26a
|
executor: fix unexpected results when do index merge join on outer join (#20581)
|
2020-11-10 14:25:17 +08:00 |
|
|
|
4d9d3d8c26
|
executor: fix panic in BenchmarkWindowFunctions BenchmarkWindowFunctionsWithFrame and BenchmarkWindowRows
|
2020-11-10 11:37:37 +08:00 |
|
|
|
8d35f17c17
|
Update the errors dependence to the latest version (#20917)
|
2020-11-10 09:50:39 +08:00 |
|
|
|
f140db6fce
|
executor: fix issue of runtime stats of index merge join is wrong (#20892)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-11-09 23:27:54 +08:00 |
|
|
|
522275783e
|
executor: fix auto-id allocation during statements retry (#20659)
|
2020-11-09 16:37:12 +08:00 |
|
|
|
cc0bef82b7
|
util, types: fix overflow & adjustment for the year type in index ranger (#20338)
|
2020-11-06 17:14:54 +08:00 |
|
|
|
bacd348560
|
executor: modify the error message of insert time value (#20847)
|
2020-11-06 16:24:40 +08:00 |
|
|
|
583cbd265b
|
statistics: store the topn by slice instead of map (#20818)
|
2020-11-06 15:39:33 +08:00 |
|
|
|
36ca73db53
|
store, executor: Fix coprocessor layer may encounter deadlock due to OOM (#20697)
|
2020-11-06 14:15:04 +08:00 |
|
|
|
c243a0b8ce
|
expression: fix ADD_DATE daylight saving time change (#20871)
|
2020-11-06 11:40:01 +08:00 |
|
|
|
28cdf55009
|
transaction: lock row key in delete operation (#20755)
|
2020-11-06 11:16:25 +08:00 |
|
|
|
abc8f1665f
|
*: optimize for encoding huge plan (#20811)
|
2020-11-06 10:46:16 +08:00 |
|
|
|
4e1cbca5c2
|
executor: fix panic when set partition handle for index join (#20551)
|
2020-11-05 14:21:35 +08:00 |
|
|
|
feab4cb9b8
|
executor: fix skipped update when the value is treated as the same in CI collations (#20786)
|
2020-11-04 17:07:16 +08:00 |
|
|
|
ae5dc3f69a
|
executor: fix issue of load data statement doesn't record into slow query and statements_summary (#20713)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-11-04 16:27:01 +08:00 |
|
|
|
04729d2b25
|
executor: fix wrong default zero value for year type (#20824)
|
2020-11-04 16:12:01 +08:00 |
|
|
|
0498d1dd43
|
unistore: collect ExecutorExecutionSummary and return by DAGResponse (#20769)
|
2020-11-04 13:38:21 +08:00 |
|
|
|
e0b9de5802
|
test: skip TestDefaultValForAnalyze (#20815)
|
2020-11-04 11:52:04 +08:00 |
|
|
|
c9d7089d86
|
ddl: add charset info in show create table if column is generated (#20347)
|
2020-11-03 15:56:53 +08:00 |
|
|
|
e9941af783
|
executor: fix IndexHashJoin hang in finishJoinWorkers (#20780)
|
2020-11-03 13:59:20 +08:00 |
|
|
|
6444a05509
|
executor: avoid goroutine leak in index Lookup join (#19251)
|
2020-11-03 13:24:40 +08:00 |
|
|
|
f1c464a86a
|
collation: add utf8mb4_zh_pinyin_tidb_as_cs collation interface (#20504)
|
2020-11-03 11:35:39 +08:00 |
|
|
|
cc7a38327f
|
executor: fix show global variables return session variables also (#19341)
|
2020-11-02 17:02:51 +08:00 |
|
|
|
152b60ebe4
|
session: increase cm_sketch column max length to 6291456(6MB) (#20152)
|
2020-11-02 15:21:25 +08:00 |
|
|
|
369c12f779
|
[planner, executor, kv]: refine and extract mpp codes to the right place (#20691)
|
2020-11-02 14:30:47 +08:00 |
|
|
|
e102c12479
|
planner, config: Enable plan cache by default (#20416)
|
2020-10-29 23:00:26 +08:00 |
|
|
|
14d6ed564c
|
test: add conditions check for TestDefaultValForAnalyze (#20718)
|
2020-10-29 19:36:25 +08:00 |
|
|
|
3d536a6e7e
|
executor: add diagnosis rule to check Transparent Huge Pages(THP) enabled (#20611)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-10-29 16:57:04 +08:00 |
|
|
|
de4612597c
|
transaction: lock unique key for delete operation (#19220)
Signed-off-by: you06 <you1474600@gmail.com>
|
2020-10-29 12:08:26 +08:00 |
|
|
|
2e4390b9c5
|
executor: Check if the query is killed when joining rows in HashJoin (#20270)
|
2020-10-28 20:16:02 +08:00 |
|
|
|
c2e3b0a6ad
|
statistics: decouple TopN from CMSKetch (#20572)
|
2020-10-28 15:16:42 +08:00 |
|
|
|
fd852341f0
|
executor: fix TestPrevStmtDesensitization (#20680)
|
2020-10-28 14:37:13 +08:00 |
|
|
|
b2e6df07c8
|
session: Support Variable-Setting Hint SET_VAR (#20232)
|
2020-10-28 14:27:13 +08:00 |
|
|
|
a55a51a163
|
executor: fix show create table int default value (#20462)
|
2020-10-28 14:08:37 +08:00 |
|
|
|
bf043c2d1f
|
executor, expression: Fixed the warning messages when calling str_to_date function failed (#20415)
|
2020-10-28 14:04:01 +08:00 |
|
|
|
ce29f22ed9
|
store, executor: Fix rateLimitAction may fail to destroy token (#20644)
|
2020-10-28 13:39:58 +08:00 |
|
|
|
fd84a91895
|
ddl, tikv: add delay during AddIndex DDL and remove schema check for async commit (#20550)
|
2020-10-28 11:48:34 +08:00 |
|
|
|
91db54ef8e
|
ddl: Support multiple table rename (#19962)
|
2020-10-28 11:36:03 +08:00 |
|
|
|
3ed192eb0d
|
executor,server: fix pessimistic "insert select for update" return malformed packet (#20584)
Signed-off-by: lysu <sulifx@gmail.com>
|
2020-10-27 19:50:24 +08:00 |
|
|
|
272f964031
|
executor: support global kill (#17649)
|
2020-10-27 19:39:20 +08:00 |
|
|
|
56467c3b4b
|
executor: support show create table for list partition (#20634)
|
2020-10-27 19:05:59 +08:00 |
|
|
|
fc4be377e1
|
executor: add test for insert/update/delete list [columns] partition (#20635)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-10-27 17:52:53 +08:00 |
|
|
|
8def0480b1
|
tests: move TestApplyWithOtherFeatures to a serial test suite (#20665)
|
2020-10-27 16:48:31 +08:00 |
|
|
|
23d8b30470
|
expression, executor: add iso 8601 and timezone support for temporal string literal (#20534)
|
2020-10-27 16:24:59 +08:00 |
|
|
|
9660283d2d
|
infoschema: Provide a system table to query placement rules (#20616)
|
2020-10-27 14:35:38 +08:00 |
|