This website requires JavaScript.
2db8eb61b3
monitor: add tiflash to grafana dashboard (#16278 )
Liangliang Gu
2020-04-10 15:32:10 +08:00
9471e87cb7
server: change log frequency, add flag to quit drain loop (#16274 )
cfzjywxk
2020-04-10 15:02:10 +08:00
496cb870d5
metrics,tikv: refine wait lock and batch client unavailable metrics (#15881 )
tiancaiamao
2020-04-10 10:30:09 +08:00
b02b902e36
metrics: enlarge statement retry count upper limit (#16196 )
Jack Yu
2020-04-10 10:24:10 +08:00
c561d5aa99
*: remove useless conversions and omit some types (#16262 )
Rustin
2020-04-10 00:23:06 +08:00
2a2bf377ae
executor/inspect: remove redundant code (#16254 )
crazycs
2020-04-09 21:11:51 +08:00
3b52c7f460
ddl, executor: refine error message for rollback DDL job (#16235 )
HuaiyuXu
2020-04-09 18:00:39 +08:00
db8cf39075
session: disable batch cop request by default (#16236 )
xufei
2020-04-09 17:40:09 +08:00
8025cc29b8
test: add one kill query test (#16231 )
cfzjywxk
2020-04-09 17:21:13 +08:00
837b17865f
log: change dispatch error log level (#16228 )
Lingyu Song
2020-04-09 16:14:14 +08:00
49ee75a0a5
planner, executor: enable inline projection for merge join (#15463 )
lance6716
2020-04-09 15:58:32 +08:00
c635ac8cc4
infoschema: fix tidb version showed in cluster_info table and update the go.mod for new sysutil (#16003 )
reafans
2020-04-09 13:43:09 +08:00
af0a49cb7a
[store/tikv] support batch coprocessor for TiFlash (#16030 )
Han Fei
2020-04-09 13:01:09 +08:00
7b0e990ad9
go.mod: update sysutil pkg (#16204 )
crazycs
2020-04-09 12:40:39 +08:00
f3b8f60480
ddl, planner: handle sequence name check in preprocess (#16193 )
Arenatlx
2020-04-09 10:59:24 +08:00
4a803b1375
ddl: fix create hash partition table makes tidb OOM (#16194 )
tiancaiamao
2020-04-09 10:34:39 +08:00
b54ac5b2ec
refine bindinfo_test.TestGlobalAndSessionBindingBothExist (#15941 )
lawyerphx
2020-04-08 23:45:16 +08:00
0f302966a4
test:make TestLoadDataMissingColumn stable (#16130 )
Lingyu Song
2020-04-08 22:48:39 +08:00
98cb090e1b
tikvrpc: add the missing TestT function (#16152 )
Jack Yu
2020-04-08 22:28:55 +08:00
d8978cb53e
config: support temporary storage usage limitation (#15700 )
Song Gao
2020-04-08 22:14:09 +08:00
6a45a7d6ee
mocktikv: avoid sorting multiple times with unstable order (#15898 )
Zhuhe Fang
2020-04-08 16:08:17 +08:00
c2538facc9
ddl: Support the operation of adding multi-columns (#15540 )
gauss1314
2020-04-08 13:22:25 +08:00
bdbc25418e
planner: fix different err msg from MySQL when group by window function (#16134 )
Zhou Kunqin
2020-04-08 12:34:54 +08:00
475dc29d53
executor/inspect: Add a status_address of inspection_result table to indicate the status address. (#15589 )
crazycs
2020-04-08 12:20:03 +08:00
dda190a830
ddl: fix repeatedly recover table error (#16116 )
crazycs
2020-04-08 11:03:31 +08:00
eeac2eb6d1
store: cleanup useless code (#16103 )
Jack Yu
2020-04-08 09:51:55 +08:00
96d96ceb73
executor: fix unexpected error in union stmt. (#16073 )
Shenghui Wu
2020-04-08 09:45:55 +08:00
38d9711560
planner: Add explain info for InspectionRuleTableExtractor (#16087 )
baishen
2020-04-08 00:44:54 +08:00
c31e4be8de
executor/inspect: add config check for storage.block-cache.capacity of TiKV config (#15985 )
crazycs
2020-04-07 22:26:18 +08:00
e5bd867c50
executor: show create table ignores 'binary' collate table option (#15842 )
tangenta
2020-04-07 19:24:59 +08:00
2b3df6c216
domain: add start_timestamp for topologyInfo (#16092 )
Maxwell
2020-04-07 18:23:25 +08:00
3d99454d2a
infoschema: add column comments for statement summary tables (#16011 )
djshow832
2020-04-07 18:12:55 +08:00
d750db3213
*: remove order support in sequenceInfo (#16105 )
Arenatlx
2020-04-07 04:47:35 -05:00
57db6cec7f
expression: fix charset and collation for current_role (#16019 )
Lingyu Song
2020-04-04 16:02:15 +08:00
5880705257
config: remove the config handler in TiDB (#16022 )
Yuanjia Zhang
2020-04-04 15:46:38 +08:00
c48499ff36
planner, executor: set TblInfo correctly when fast analyze PK (#16005 )
HuaiyuXu
2020-04-04 15:29:54 +08:00
6d02bc72d9
server: fix SIGSEGV caused by port probing with audit plugin (#16038 )
lysu
2020-04-03 20:34:30 +08:00
54e7ace1e0
ddl: skip write binlog when ddl type is update tiflash replica status (#16049 )
crazycs
2020-04-03 17:53:27 +08:00
a69e7da69b
util/hint: resolve semantically equivalent bindings into a single one (#15895 )
Kenan Yao
2020-04-03 17:27:57 +08:00
b8b49f5937
*: fix setval in another session return num when it is already satisfied in meta (#15848 )
Arenatlx
2020-04-03 04:11:20 -05:00
cc24101d97
statistics: fix repetitive selectivity accounting and stabilify the result (#15536 )
Kenan Yao
2020-04-03 15:50:09 +08:00
c81e903804
*: use the revertable sandbox to buffer mutations (#15931 )
Zejun Li
2020-04-03 14:54:27 +08:00
a93e91fc57
executor: Improve the performance of aggFuncAvg by using sliding window (#15606 )
Ma YuJie
2020-04-03 14:02:38 +08:00
0fcece7bbc
*: show correct result for system variable tidb_capture_plan_baselines (#16013 )
Kenan Yao
2020-04-03 12:18:08 +08:00
f572c8efc5
planner: add warning when use_index_merge hint's index names are invalid (#15960 )
Mingcong Han
2020-04-03 11:33:38 +08:00
827edde585
executor: implemented exclusive lock for temp storage dir per tidb instance (#15203 )
Qiannan
2020-04-03 03:37:39 +13:00
b02badc73f
executor: fix tiflash store information in cluster_info table (#15871 )
crazycs
2020-04-02 22:20:10 +08:00
834268e2e4
test: try to fix race (#16021 )
crazycs
2020-04-02 21:50:39 +08:00
ff47c8d05f
parser: apply feature-ids special comments to auto_random (#15412 )
tangenta
2020-04-02 20:19:39 +08:00
aa7ef9c464
planner: fix wrong outer join elimination when join key is empty (#15894 )
Shenghui Wu
2020-04-02 15:08:34 +08:00
90bf5e16a0
info_schema: fix memtable column flag type (#15944 )
Arenatlx
2020-04-02 01:20:12 -05:00
77f970c48c
planner: fix push down distinct when need to inject projection (#15997 )
Feng Liyuan
2020-04-02 11:43:01 +08:00
959eca8f3a
ddl: Refine the error message of add index, to avoid error overwritten (#15808 )
tsthght
2020-04-01 22:14:16 +08:00
dec9371d8a
executor: fix building hash table with TypeNull when join (#15913 )
Feng Liyuan
2020-04-01 21:18:58 +08:00
5a2f7da485
executor: avoid allocating too much memory in newRowHashMap wi… (#15963 )
Feng Liyuan
2020-04-01 21:07:45 +08:00
4eb9ca3d3f
planner: push aggregation functions with distinct to cop (#15500 )
Feng Liyuan
2020-04-01 20:49:14 +08:00
82529c886c
exprssion, planner: fix the uncorrect behavior when finding access conditions (#15888 )
Yiding Cui
2020-04-01 19:08:25 +08:00
5d846cfe7d
statistic: fix error when fast analyze on only indexes (#15889 )
Zhuomin(Charming) Liu
2020-04-01 18:51:15 +08:00
07194a0e98
planner, executor: fix wrong result of semijoin for INLHashJoin (#15952 )
HuaiyuXu
2020-04-01 18:42:40 +08:00
c0db1c2215
planner: fix panic when get NominalSort's stats (#15947 )
Mingcong Han
2020-04-01 18:26:32 +08:00
a5645ef6d2
executor/inspect: refactor current-load diagnosis rule to node-check (#15860 )
crazycs
2020-04-01 18:10:02 +08:00
664d5bbef1
ddl: fix drop index failed when index contain auto_increment column and the auto_increment column is primary key (#15861 )
crazycs
2020-04-01 17:06:29 +08:00
312891bae1
statistics: fix panic when merge topn (#15845 )
Zhuomin(Charming) Liu
2020-04-01 16:39:29 +08:00
53780cfaa7
expression: fix the bug that cannot perform vectorized express… (#15902 )
Chengpeng Yan
2020-04-01 16:17:56 +08:00
cfd875219e
planner: invalidate cached plan if no UnionScan for tables that need it (#15429 )
Kenan Yao
2020-04-01 16:05:36 +08:00
4d05eaf9e5
expression: fix wrong inference of collation (#15914 )
wjHuang
2020-04-01 15:54:14 +08:00
c74bd8f632
ddl: added (ddl.DDL).Create{Table,Schema}WithInfo (#15806 )
kennytm
2020-04-01 14:59:40 +08:00
6d073885ec
test: stable fail point test (#15928 )
cfzjywxk
2020-04-01 13:43:12 +08:00
1a5cdb595a
Executor: add disk tracker for Sort Executor (#15903 )
Song Gao
2020-04-01 12:55:41 +08:00
6eac964fb0
expression: fix sequence function usage privilege check (#15838 )
Arenatlx
2020-03-31 23:33:43 -05:00
4b5f8bf389
executor, infoschema: Migrate dataForTiKVStoreStatus from package infoschema to executor (#15591 )
qian9qian10
2020-04-01 12:08:17 +08:00
efa2c938bd
ddl: fix unexpected error when altering table default collation (#15876 )
bb7133
2020-04-01 10:51:25 +08:00
5137cbc2b1
executor: do not log slow query for pessimistic write conflict retry (#15890 )
Evan Zhou
2020-03-31 22:42:41 +08:00
9baaaeb908
memdb: add Flush and Discard API (#15780 )
Zejun Li
2020-03-31 22:24:12 +08:00
25f15c7a5c
planner: get enforced merge join with empty join keys when contains conflicted collation (#15841 )
Mingcong Han
2020-03-31 22:13:42 +08:00
10de222741
planner: fix panic of merge join for tables with redundant indexes (#15840 )
Kenan Yao
2020-03-31 20:45:11 +08:00
548bb6bbe1
expression: add a collation test for IndexMergeJoin (#15853 )
Yuanjia Zhang
2020-03-31 20:37:12 +08:00
746c88a461
bindinfo, planner: make evolve tasks consider runtime hints instead of ignoring them (#15668 )
Yuanjia Zhang
2020-03-31 20:30:23 +08:00
47d0980ff5
mocktikv: fix conflict check in mocktikv, add some test case for resolve (#15899 )
cfzjywxk
2020-03-31 19:25:42 +08:00
a1d627a24e
expression: fix incorrect result of logical operators for vectorized expression evaluation (#15891 )
Chengpeng Yan
2020-03-31 17:41:41 +08:00
2619f02ddd
*: move hint and block hint processor to util directory (#15897 )
Kenan Yao
2020-03-31 16:37:45 +08:00
2a31878c53
store/tikv: Export ver and confVer of RegionVerID (#15680 )
MyonKeminta
2020-03-31 15:33:44 +08:00
5192c26150
executor: optimize count distinct with single column (#15323 )
Feng Liyuan
2020-03-31 15:04:12 +08:00
c3238c31d0
store/tikv: pessimistic lock with minCommitTs (#15811 )
Lei Zhao
2020-03-31 14:45:12 +08:00
94fb1bf18d
txn: stop more statement executions if pessimistic transaction ttl manager timed out (#15877 )
cfzjywxk
2020-03-31 11:53:41 +08:00
17530c4059
expression: Support collate for user session variable (#15449 )
SeaRise
2020-03-30 22:29:07 -05:00
cad52c1f6e
*: do not lock the non-exists keys in RC isolation (#15803 )
Jack Yu
2020-03-31 11:11:12 +08:00
506763905a
planner: add warning when join hint has no arguments (#15583 )
Mingcong Han
2020-03-30 22:53:11 +08:00
6eda698caa
ucp: migrate dataForTiKVRegionStatus from package infoschema to executor (#15552 )
krzysztofpioro
2020-03-30 16:46:12 +02:00
1637c42d45
distsql: fix wrong schema version when snapshot has been set (#15258 )
Zhuomin(Charming) Liu
2020-03-30 22:37:34 +08:00
9fdc5531ce
session: directly get txn from session in runStmt (#15676 )
Jack Yu
2020-03-30 22:09:41 +08:00
cc72a37d05
bindinfo: admin evolve baseline should not check the evolving time window (#15830 )
Zhuomin(Charming) Liu
2020-03-30 22:02:11 +08:00
fc4ef481cb
session: fix data race between stats loop update and bind info… (#15852 )
Zhuomin(Charming) Liu
2020-03-30 21:29:52 +08:00
d0ca931565
planner: Fix the 'Unknown column' error when select from view… (#15621 )
龙方淞
2020-03-30 21:03:38 +08:00
03b510e4dc
store/tikv: change 2PC goroutines rate limit to 16 (#15816 )
tiancaiamao
2020-03-30 18:30:44 +08:00
1142e659a8
privilege: fix user with % hostname can not show grants. (#15825 )
Lingyu Song
2020-03-30 18:10:19 +08:00
af787a3acf
util: consider negative zero float for Hash Join (#15837 )
Shenghui Wu
2020-03-30 17:39:12 +08:00
87c78f400d
store/tikv: refine log when prewrite encounters lock (#15809 )
tiancaiamao
2020-03-30 17:30:50 +08:00
639d9d10d9
server: failpoint for some integration tests (#15648 )
cfzjywxk
2020-03-30 16:46:11 +08:00
514b180928
executor: turn off dynamic config by default and add some removed variables back (#15833 )
Yuanjia Zhang
2020-03-30 16:07:47 +08:00