|
|
2e52da6b37
|
executor: make column default value being aware of NO_ZERO_IN_DATE (#24174)
|
2021-04-21 15:07:54 +08:00 |
|
|
|
ef42b8e4b5
|
store/tikv: new config TxnScope in tikv config (#24035)
|
2021-04-21 11:55:53 +08:00 |
|
|
|
91cd5bf4bb
|
executor: fix scope ambiguity of joinResult (#23876)
|
2021-04-21 00:53:52 +08:00 |
|
|
|
fa39b79006
|
store/tikv: remove execdetails dependency (#24119)
|
2021-04-20 13:41:52 +08:00 |
|
|
|
e104d818cf
|
mocktikv: remove SplitTable and SplitIndex (#24104)
|
2021-04-20 13:29:52 +08:00 |
|
|
|
315c64456b
|
executor: accelerate TestUpdateScanningHandles and TestIssue20658 and TestParallelStreamAggGroupConcat (#24132)
|
2021-04-20 10:31:52 +08:00 |
|
|
|
adfe029348
|
executor: accelerate TestShowVar (#24131)
|
2021-04-19 23:21:52 +08:00 |
|
|
|
421571f49d
|
planner, executor: fix index merge partial table scan schema (#23936)
|
2021-04-19 16:29:52 +08:00 |
|
|
|
36b04d1aa0
|
executor: fix null div 0 for partition key expression is incorrect (#24098)
|
2021-04-19 15:17:52 +08:00 |
|
|
|
eb2b0ca182
|
ddl: grant nonexistent user/role incompatible error (#23853)
|
2021-04-17 00:37:51 +08:00 |
|
|
|
eb526b0c16
|
*: pre-allocate memory for slices (#24048)
|
2021-04-16 19:29:51 +08:00 |
|
|
|
3e58fbf4d9
|
store/tikv:move LockCtx from kv to tikv/kv (#24020)
|
2021-04-15 22:23:53 +08:00 |
|
|
|
3f6dfe91da
|
distsql: refactor range splitting logic & comments on int64 boundary (#23991)
|
2021-04-15 21:51:53 +08:00 |
|
|
|
f1a48216b2
|
statistics: fix some potential panic in statistics (#23988)
|
2021-04-15 21:15:53 +08:00 |
|
|
|
3165fe8091
|
executor: bypass encoding invalid datetime for index join (#24051)
|
2021-04-15 20:23:53 +08:00 |
|
|
|
05e584f145
|
planner: do not build MPP plan for scan with virtual columns (#23980)
|
2021-04-15 19:33:53 +08:00 |
|
|
|
4d92261772
|
planner: fix subquery update with generated column (#23955)
|
2021-04-15 18:35:54 +08:00 |
|
|
|
cf813dc63b
|
*: protect read only noop via tidb_enable_noop_functions (#23818)
|
2021-04-15 17:07:54 +08:00 |
|
|
|
a53cf42075
|
execdetails: move execdetails to store/tikv (#23985)
|
2021-04-15 15:13:55 +08:00 |
|
|
|
73dea07965
|
executor: fix wrong convert from bit to string when do projection (#23960)
|
2021-04-15 10:43:51 +08:00 |
|
|
|
202bc19de0
|
*: add TableSample ID for PhysicalIDToTypeString() (#23718)
|
2021-04-14 21:27:51 +08:00 |
|
|
|
a9a5795759
|
types: fix type merge about bit type (#23857)
|
2021-04-14 19:51:51 +08:00 |
|
|
|
d460a9c49a
|
*: add column End_time in show analyze status and add related log (#23674)
|
2021-04-14 18:31:51 +08:00 |
|
|
|
7d1a6a373d
|
executor: fix logging format of prepared statements (#16062) (#22984)
|
2021-04-14 16:59:52 +08:00 |
|
|
|
46aca1ad0c
|
session, executor: skip some frequent unstable test cases (#24003)
|
2021-04-14 15:39:52 +08:00 |
|
|
|
04c334ba56
|
executor: Improve max/min window function with deque-based sliding window (#22628)
|
2021-04-14 13:11:52 +08:00 |
|
|
|
d339eb15eb
|
planner: generate BatchPointGet for hash table partitions (#23733)
|
2021-04-13 15:09:51 +08:00 |
|
|
|
1e2cbf9a22
|
store/tikv: use []byte instead of kv.Key in package store/tikv (#23859)
|
2021-04-13 12:39:52 +08:00 |
|
|
|
34b78579c7
|
executor: skip ignore check for not update indexes (#23894)
|
2021-04-12 21:21:51 +08:00 |
|
|
|
dbd5a3622a
|
executor: fix show table status for the database with upper-cased name (#23896)
|
2021-04-12 16:02:36 +08:00 |
|
|
|
dbd31ad044
|
statistics: make the global-level topN more accurate (#23862)
|
2021-04-12 12:06:34 +08:00 |
|
|
|
72ebeddfa4
|
store/tikv: move BufferBatchGetter from tidb/kv to tikv/unionstore (#23871)
Co-authored-by: disksing <i@disksing.com>
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
|
2021-04-12 10:58:22 +08:00 |
|
|
|
2ea64b28fd
|
executor,distsql: clean up useless interface (#23885)
|
2021-04-09 21:30:33 +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 |
|
|
|
9bbda60198
|
planner, sessionvar: avoid sending same task id to TiFlash (#23747)
Co-authored-by: Zhuhe Fang <fzhedu@gmail.com>
|
2021-04-09 20:22:18 +08:00 |
|
|
|
e1a59b8545
|
executor: remove duplicate entry in show privileges (#23738)
|
2021-04-09 19:26:33 +08:00 |
|
|
|
3a1dd7a665
|
statistics: collect FMSketch when processing index analyze tasks (#23838)
|
2021-04-09 15:40:18 +08:00 |
|
|
|
759a77c447
|
executor: do not show extended stats for dropped columns (#23828)
|
2021-04-07 16:40:33 +08:00 |
|
|
|
7cf12a68ac
|
*: add test for modifying default length of cast as decimal (#23680)
|
2021-04-07 13:24:31 +08:00 |
|
|
|
f97496d0fc
|
expression: Implementation of Vitess hashing algorithm. (#23493)
|
2021-04-06 23:00:32 +08:00 |
|
|
|
0402268a16
|
store, kv: Add information about async commit/1pc to tidb_last_txn_info (#23833)
|
2021-04-06 16:30:31 +08:00 |
|
|
|
85da7b36c8
|
planner: fix partition selection of point plan for the update statement (#23764)
|
2021-04-02 18:17:25 +08:00 |
|
|
|
096281ec2f
|
executor: fix 2nd index dup check after insert ignore on dup update primary (#23814)
|
2021-04-02 14:05:24 +08:00 |
|
|
|
fd7a331f03
|
statistics: feedback not panic when no ndv collected (#23808)
|
2021-04-02 11:45:24 +08:00 |
|
|
|
01b05745d8
|
execdetails: refine cop task execution stats display in plan (#23461)
|
2021-04-01 22:05:24 +08:00 |
|
|
|
cd5b91fa03
|
executor, planner: fix collation for hash join building (#23770)
|
2021-04-01 21:48:10 +08:00 |
|
|
|
c2cb344c34
|
store/tikv: avoid placement dependency (#23767)
Signed-off-by: disksing <i@disksing.com>
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
|
2021-04-01 19:02:28 +08:00 |
|
|
|
19919e3f3c
|
tests: make TestIndexLookupMergeJoinHang and TestIssue18068 stable (#23741)
|
2021-04-01 14:25:24 +08:00 |
|
|
|
2e30ac3d7d
|
executor: add a test case for batch point queries on table partitions (#23746)
|
2021-04-01 11:36:51 +08:00 |
|
|
|
9dfc786c4c
|
*: fix a bug that wrong index data on prefixed clustered index (#23742)
|
2021-04-01 10:15:27 +08:00 |
|