This website requires JavaScript.
f3c64ceece
executor: wrong result of nullif expr when used with is null expr. (#23170 )
guo-shaoge
2021-03-09 20:44:55 +08:00
1ae9bfad71
server: refine tiflash fallback testcase (#23103 )
Yifan Xu
2021-03-09 19:58:55 +08:00
a67f8e6839
planner: fix indexJoin(also hash, merge) on prefixed clustered index (#23094 )
lysu
2021-03-09 19:42:55 +08:00
2a909bf2f1
Privileges: fix delete privilege check wrongly (#22971 )
xiongjiwei
2021-03-09 19:26:55 +08:00
944b91da88
store: fix SetOption race error (#23200 )
Song Gao
2021-03-09 19:10:55 +08:00
1e985673ea
planner: fix query range partition table got wrong result and TiDB panic (#22953 )
Zijie Lu
2021-03-09 18:30:55 +08:00
284da110b2
executor: fix cast function will ignore tht error for point-get key construction (#22869 )
Arenatlx
2021-03-09 18:14:55 +08:00
1ca62a09ff
planner: fixed a bug that prevented SPM from taking effect (#23197 )
rebelice
2021-03-09 17:56:55 +08:00
5720831962
parser: update parser to fix sql restore bug used in create view (#22974 )
xiongjiwei
2021-03-09 17:28:55 +08:00
b8f6ac0dd3
*: fix wrong replace or insert-on-dup behavior on prefixed clustered index (#23091 )
lysu
2021-03-09 16:54:55 +08:00
83e70f74f0
executor: inject random panic to AggExec (#23139 )
Shenghui Wu
2021-03-09 16:38:55 +08:00
aa82a038f1
types: fix the bug about the wrong query result for decimal type (#22507 )
Alkaid Jiang
2021-03-09 15:54:55 +08:00
7c552f52fa
executor: track memory usage of map in agg partial result. (#23072 )
Shenghui Wu
2021-03-09 12:44:55 +08:00
01be9ce226
server: add HTTP API to enable/disable async commit and 1PC (#23115 )
ekexium
2021-03-09 11:48:54 +08:00
b42a6f449a
statistics: add test for analyze single partition (#23167 )
rebelice
2021-03-08 19:58:55 +08:00
4cc597a891
statistics: add more test cases for global-stats with different analysis options (#23169 )
Yuanjia Zhang
2021-03-08 19:41:59 +08:00
d29febf93f
session,util/sqlexec: clean up code for deprecated API (#23153 )
tiancaiamao
2021-03-08 17:48:54 +08:00
9ac5b7ae36
planner: fix wrong table filters for index merge plan (#23132 )
Kenan Yao
2021-03-08 15:50:56 +08:00
b3d4458b28
planner: refine explain info for batch cop (#20360 )
xufei
2021-03-08 15:30:54 +08:00
31df40b9bc
statistics: add some test cases of global-stats to cover more column types (#23138 )
Yuanjia Zhang
2021-03-08 14:10:54 +08:00
9a75e50d63
store/tikv: use original snapshot timestamp to resolve locks (#23044 )
Yilin Chen
2021-03-08 13:40:54 +08:00
3b016a9a02
planner: fix panic when building index merge plan (#23141 )
Kenan Yao
2021-03-08 11:50:54 +08:00
ae50555f8a
planner: fix linter --enable=deadcode check error (#23117 )
dongjunduo
2021-03-08 11:34:54 +08:00
c0f7726afb
util: remove unused code #23013 (#23097 )
knull-cn
2021-03-08 11:18:54 +08:00
4218f2836b
expression: fix wrong error info (#22760 )
Tjianke
2021-03-07 19:40:34 +08:00
3750320899
executor: add close recordSet in executor (#22714 )
Tjianke
2021-03-07 17:54:55 +08:00
e4d2499d1f
expression: fix linter --enable=deadcode check error (#23118 )
dongjunduo
2021-03-07 16:48:54 +08:00
038264bbec
docs/design: fix broken link in 2018-10-08-online-DDL.md (#23124 )
Nayuta Yanagisawa
2021-03-07 17:33:46 +09:00
4184f279b3
test: make test TestUpdateWithTableReadLockWillFail stable (#23122 )
crazycs
2021-03-07 15:30:54 +08:00
280d07c4a0
sessionctx, executor: make the upper limit of tidb_ddl_reorg_worker_cnt work (#23064 )
Zijie Lu
2021-03-05 18:58:55 +08:00
29908c67e7
store, executor: support stale read for tikv RPCContext (#22176 )
Song Gao
2021-03-05 18:12:55 +08:00
707cb0a942
kv: unify the BeginWith... function into one (#23130 )
Song Gao
2021-03-05 17:56:56 +08:00
e83a8f6563
executor: fix unexpected NotNullFlag in case when expr ret type (#23102 )
guo-shaoge
2021-03-05 16:44:55 +08:00
7fdfc44f8c
statistics: add tests for analyze with dynamic partition prune mode (#23113 )
rebelice
2021-03-05 16:26:54 +08:00
8ae01abfd9
ddl, executor: fix creating unique index without partition column error when enable-global-index is true (#22471 )
Zijie Lu
2021-03-05 16:10:54 +08:00
505955ad0b
planner: fix bug of mpp wrongly set schema of exchanger (#22845 )
Han Fei
2021-03-05 15:54:52 +08:00
a1712a037f
statistics: add more test cases about global-stats and fix some issues (#23099 )
Yuanjia Zhang
2021-03-05 14:34:31 +08:00
5a0ead5dc9
store: fix linter --enable=deadcode check error (#23120 )
dongjunduo
2021-03-05 12:32:54 +08:00
f33d02bdbf
statistics: forbid getting global-stats through fast analyze and incremental analyze (#23066 )
Chengpeng Yan
2021-03-05 11:24:54 +08:00
bafa0cc49d
planner/core: let mpp support partition tables (#22662 )
Han Fei
2021-03-04 20:56:54 +08:00
4a598acf63
store/copr: polish the tiflash-tikv fallback function. (#23078 )
Han Fei
2021-03-04 20:42:54 +08:00
5f73c822ca
kv/union_store:remove tableinfo from union_store (#22976 )
Shirly
2021-03-04 16:30:42 +08:00
db62e341fd
executor: fix wrong key range of index scan when filter is comparing year column with NULL (#23079 )
guo-shaoge
2021-03-04 16:04:54 +08:00
2cdd8a30ca
statistics: report error for extended statistics register on partitioned tables (#23089 )
Kenan Yao
2021-03-04 15:50:15 +08:00
51e561187c
executor: fix correlated column range in table reader for the clustered index table (#23087 )
wjHuang
2021-03-04 15:34:54 +08:00
1ae775f6f9
statistics: add more test cases for global-level stats (#23049 )
Chengpeng Yan
2021-03-04 15:19:21 +08:00
50aec2b2d2
planner: enable column pruning for common handle (#22940 )
Zhou Kunqin
2021-03-04 14:42:54 +08:00
3cf2599256
util: remove unused code (#23041 )
baishen
2021-03-03 23:14:54 -06:00
13dbba695a
ddl: remove unused code (#23014 )
ShuNing
2021-03-04 12:04:54 +08:00
9768e45476
session: add a test case for issue 19127 (#21010 )
tiancaiamao
2021-03-04 11:50:54 +08:00
8761adc59f
executor: make the memory tracker of Jsonobjectagg more accurate (#23024 )
Shenghui Wu
2021-03-04 11:34:54 +08:00
263155a650
statistics: make exponential backoff estimation more safe (#23086 )
Yiding Cui
2021-03-04 11:10:54 +08:00
bee6d37c8b
executor: make the memory tracker of groupConcat more accurate. (#23034 )
Shenghui Wu
2021-03-04 10:50:54 +08:00
953de47119
types: fix err check (#23008 )
Tjianke
2021-03-04 10:34:54 +08:00
6f250b625e
*: fix a bug that collation is not handle for text type (#23045 )
wjHuang
2021-03-03 22:04:54 +08:00
33c82d1371
util: fix err check (#23009 )
Tjianke
2021-03-03 21:48:55 +08:00
24b267d740
plugin, privilege: fix err check (#22998 )
Tjianke
2021-03-03 21:32:54 +08:00
b5a9076aea
*: new secondary index value format (#20220 )
wjHuang
2021-03-03 21:16:54 +08:00
a4b4d7ab9d
statistics: fix the correlation estimation for version 2 (#23057 )
Yiding Cui
2021-03-03 21:00:54 +08:00
b5582e06ef
meta: fix err check (#22995 )
Tjianke
2021-03-03 20:36:54 +08:00
d6ee6d34d8
expression: fix err check (#22992 )
Tjianke
2021-03-03 20:20:55 +08:00
93c1779f2d
*: support show stats_extended to inspect extended stats cache (#23052 )
Kenan Yao
2021-03-03 20:06:58 +08:00
b81e547e66
executor: fix err check (#22991 )
Tjianke
2021-03-03 19:26:56 +08:00
b911ee50ef
distsql: fix err check (#22989 )
Tjianke
2021-03-03 19:10:55 +08:00
39b50f5b2d
bindinfo: fix error check (#22985 )
Tjianke
2021-03-03 18:54:55 +08:00
b63337f4e9
statistics: fix merge idx hist with poped topn (#23075 )
rebelice
2021-03-03 18:36:06 +08:00
8c8edae9b7
owner: fix err check (#22996 )
Tjianke
2021-03-03 16:48:55 +08:00
3f7a573caa
planner: fix range partition prune bug for IN expr (#22894 ) (#22938 )
guo-shaoge
2021-03-03 16:22:55 +08:00
6087187afd
ddl, metrics: speed up the execution of the DDL job (#22932 )
Lynn
2021-03-03 16:00:54 +08:00
abbf3fe8e6
tikv: drop store's regions when resolve store with tombstone status (#22909 )
lysu
2021-03-03 15:42:55 +08:00
39fc7db038
store: fix incorrect information_schema.tikv_region_status for partitioned tables (#22756 )
Zijie Lu
2021-03-03 15:12:55 +08:00
d3fe2187a9
statistics: introduce a new kind of syntax to drop global-stats (#23061 )
Yuanjia Zhang
2021-03-03 14:50:54 +08:00
622f702aae
store/mockstore/unistore: refine and add more mpp tests (#22803 )
Han Fei
2021-03-03 14:31:05 +08:00
7daf7436da
planner: fix panic while get part of partition key values (#22452 )
fdd
2021-03-03 14:15:24 +08:00
a64d8860f1
statistics: forbid global-stats in stats-ver1 and make analyze options take effect in global-stats (#23050 )
Yuanjia Zhang
2021-03-03 11:58:54 +08:00
f3434544c8
executor: introduce setWithMemoryUsage to track set memory in AggExec. (#22965 )
Shenghui Wu
2021-03-03 11:42:54 +08:00
cb94139137
ddl: fix err check (#22988 )
Tjianke
2021-03-03 11:26:54 +08:00
5b12f9224e
*: check tidb_enable_extended_stats in analyze and row count estimation (#23029 )
Kenan Yao
2021-03-03 02:54:53 +08:00
602bcd2e40
*: fix some structcheck lint warnings (#22983 )
disksing
2021-03-02 09:12:54 -06:00
17eca20f18
executor, privilege: fix failure on grant USAGE privilege operation (#22748 )
Zijie Lu
2021-03-02 22:30:54 +08:00
d57b75ea7b
docs/design: update template (#22903 )
Zhang Jian
2021-03-02 20:40:54 +08:00
80be93b760
*: make binlog and clustered index exclusive (#22956 )
tangenta
2021-03-02 20:18:54 +08:00
24c9df147d
*: refactor table.Table interface, clean up unnecessay methods (#22430 )
tiancaiamao
2021-03-02 19:48:54 +08:00
6bb16e55ff
statistics: add static partition prune mode checks (#23016 )
rebelice
2021-03-02 19:30:30 +08:00
d94920e4a9
statistics: support dropping partition/global level statistics (#23023 )
Yuanjia Zhang
2021-03-02 16:52:48 +08:00
3fcfefd267
executor: track partialResultMap in unparalleled aggreagte. (#22962 )
Shenghui Wu
2021-03-02 14:50:55 +08:00
2a5aa13f0a
util: fix vet (#23042 )
Jack Yu
2021-03-02 13:42:54 +08:00
80eed54b79
tests: fix err check (#23007 )
Tjianke
2021-03-02 13:24:53 +08:00
a8b50104df
*: update PD client (#23043 )
JmPotato
2021-03-02 11:46:54 +08:00
10e5a34be8
execution: fix index's duplicate error message (#22858 )
baishen
2021-03-01 20:56:53 -06:00
8230f4162b
*: optimize analyze cluster index table (#21381 )
Zhuomin Liu
2021-03-01 22:14:54 +08:00
319e514b42
.build.ps1: enable varcheck for powershell building script (#23039 )
Jack Yu
2021-03-01 21:54:54 +08:00
642527d740
planner: choose non-prefix column when both index key and handle have the same one (#22980 )
lysu
2021-03-01 20:48:54 +08:00
b336f83c34
config: fix err check (#22987 )
Tjianke
2021-03-01 20:04:54 +08:00
4e44674615
server: support MVCC-get HTTP API for clustered index (#22904 )
tangenta
2021-03-01 19:48:54 +08:00
9dc2f10232
table: fix err check (#23004 )
Tjianke
2021-03-01 19:18:54 +08:00
bff0e7e4ba
structure: fix err check (#23003 )
Tjianke
2021-03-01 18:38:54 +08:00
dc9ceb4bba
tablecodec: fix err check (#23005 )
Tjianke
2021-03-01 17:48:54 +08:00
3d4def7eef
planner, statistics: allow (auto) analyze single partition in dynamic-only mode (#22625 )
Yifan Xu
2021-03-01 17:23:31 +08:00
2b977e4141
store/tikv:make KVTxn in tikv public (#23019 )
Shirly
2021-03-01 17:07:13 +08:00