This website requires JavaScript.
f9d4af0276
executor: skip TestMppExecution when race is enabled (#24222 )
HuaiyuXu
2021-04-23 16:15:54 +08:00
d388538719
*: turn on unused linter (#24212 )
tison
2021-04-23 13:19:54 +08:00
67e63d9ffa
variable: merge Bool{On,Off} with {On,Off} (#24218 )
Morgan Tocker
2021-04-22 23:09:54 -06:00
251b9bf2fb
executor: speed up race test TestInsertReorgDelete (#24208 )
lysu
2021-04-23 12:49:54 +08:00
80a281350d
statistics: fix err check (#23001 )
Tjianke
2021-04-23 12:39:54 +08:00
8899d63a3d
sessionctx: Remove SSLv3 references (#24153 )
Daniël van Eeden
2021-04-23 06:27:54 +02:00
2de4a918ac
variable: refactor session/global validation (part 8) (#24100 )
Morgan Tocker
2021-04-22 22:07:54 -06:00
50234d1c50
executor: skip TestPrepareStmtAfterIsolationReadChange when race enable (#24200 )
Zhuomin Liu
2021-04-23 11:43:54 +08:00
39762c9d19
store/tikv: move kv.Variables from tidb/kv to tikv/kv package (#24189 )
Shirly
2021-04-23 10:41:54 +08:00
6889ab44a5
docs/design: update proposal workflow (#23999 )
tison
2021-04-22 21:09:54 +08:00
f973108fc8
store/tikv: copy memory format utility to store/tikv (#24159 )
disksing
2021-04-22 20:03:53 +08:00
3aa9710868
*: add missing TestingT (#24201 )
disksing
2021-04-22 19:51:53 +08:00
734084fa2b
statistics: skip reading mysql.stats_histograms if cached stats is up-to-date (#24175 )
Kenan Yao
2021-04-22 17:37:54 +08:00
ae7346fc64
statistics: introduce the weighted reservoir sampling (#24089 )
Yiding Cui
2021-04-22 16:43:54 +08:00
7d8fd3bb8a
executor: accelerate TestSortInDisk (#24191 )
mmyj
2021-04-22 16:33:54 +08:00
cabeda21e6
tikv: fix pessimistic txn not write binlog in master (#24192 )
lysu
2021-04-22 13:01:53 +08:00
feea6d6424
ddl: refactor constraints [3/6] (#24006 )
xhe
2021-04-22 12:53:53 +08:00
8d1c2f8cf2
planner/core: rename var 'len' to avoid colliding with builtin function (#24121 )
Percy
2021-04-21 23:17:54 +08:00
6f4d8a32eb
planner: Fix Join reorder occurs "index out of range" error (#24102 )
mmyj
2021-04-21 20:19:54 +08:00
77577d823e
executor, statistics: remove NULL value from column histogram created by fast analyze (#24183 )
rebelice
2021-04-21 20:09:55 +08:00
1f95d7de83
variable: add global, session variable cte_max_recursion_depth (#24170 )
xiongjiwei
2021-04-21 15:15:54 +08:00
2e52da6b37
executor: make column default value being aware of NO_ZERO_IN_DATE (#24174 )
tangenta
2021-04-21 15:07:54 +08:00
7a224f10ca
telemetry: log when sending telemetry (#24125 )
Daniël van Eeden
2021-04-21 08:35:54 +02:00
59b8da7f51
store/tikv: ignore all locks except the first met lock in autocommit get (#24084 )
Yilin Chen
2021-04-21 14:15:53 +08:00
ef42b8e4b5
store/tikv: new config TxnScope in tikv config (#24035 )
Shirly
2021-04-21 11:55:53 +08:00
8e073163bc
planner/core: point get only work on TiKV (#24178 )
tison
2021-04-21 11:07:52 +08:00
91cd5bf4bb
executor: fix scope ambiguity of joinResult (#23876 )
jianzhiyao
2021-04-21 00:53:52 +08:00
59b99ce1d4
docs/design: tiny update (#24166 )
Lynn
2021-04-20 19:05:53 +08:00
20063644d4
store/tikv:new testleak in tikv package (#24056 )
Shirly
2021-04-20 17:27:53 +08:00
2fa09ddcd6
store/tikv, session: Fix incorrect TestAsyncCommitWithSchemaChange and unstable Test1PCWithSchemaChange (#24082 )
MyonKeminta
2021-04-20 16:25:53 +08:00
0f5e96a386
mocktikv: move split test into mockstore (#24152 )
disksing
2021-04-20 14:39:52 +08:00
53c5d6e465
session, store: Reduce log spam of duplicate key errors (#24101 )
Morgan Tocker
2021-04-20 00:21:52 -06:00
fa39b79006
store/tikv: remove execdetails dependency (#24119 )
disksing
2021-04-20 13:41:52 +08:00
e104d818cf
mocktikv: remove SplitTable and SplitIndex (#24104 )
disksing
2021-04-20 13:29:52 +08:00
3bfa7d568a
ddl: the column flag is changed after modifying column name (#23953 )
Howie
2021-04-20 11:09:53 +08:00
315c64456b
executor: accelerate TestUpdateScanningHandles and TestIssue20658 and TestParallelStreamAggGroupConcat (#24132 )
mmyj
2021-04-20 10:31:52 +08:00
adfe029348
executor: accelerate TestShowVar (#24131 )
HuaiyuXu
2021-04-19 23:21:52 +08:00
bc4bde76eb
*: update br (#24128 )
disksing
2021-04-19 20:29:52 +08:00
421571f49d
planner, executor: fix index merge partial table scan schema (#23936 )
tangenta
2021-04-19 16:29:52 +08:00
36b04d1aa0
executor: fix null div 0 for partition key expression is incorrect (#24098 )
Howie
2021-04-19 15:17:52 +08:00
9a407ed9f7
mocktikv: resolve misc dependencies (#24106 )
disksing
2021-04-19 15:07:52 +08:00
1c45ce43b5
mocktikv: use codec inside store/tikv (#24105 )
disksing
2021-04-19 14:57:52 +08:00
e009938aeb
util: move deadlock into mocktikv (#24103 )
disksing
2021-04-19 14:39:52 +08:00
05bb31b811
planner/core: push down topn to mpp (#24081 )
Han Fei
2021-04-19 12:49:52 +08:00
76ba3c84ac
store/tikv: move mocktikv into tikv (#24099 )
disksing
2021-04-19 12:07:52 +08:00
3ec37294f1
ddl: refactor constraint [2/6] (#24005 )
xhe
2021-04-17 00:49:51 +08:00
eb2b0ca182
ddl: grant nonexistent user/role incompatible error (#23853 )
Howie
2021-04-17 00:37:51 +08:00
720c47e4b8
*: don't allocate SessionIndexUsageCollector when indexUsageLease equals 0 (#23931 )
rebelice
2021-04-16 23:39:51 +08:00
f85e02b7b7
mocktikv: split mock coprocessor and mock tikv (#24064 )
disksing
2021-04-16 19:39:53 +08:00
eb526b0c16
*: pre-allocate memory for slices (#24048 )
jianzhiyao
2021-04-16 19:29:51 +08:00
336f30575f
planner: fix index merge row count estimation logic (#23137 )
Zhou Kunqin
2021-04-16 19:21:51 +08:00
873fbfd087
config: typo fix for distinct-agg-push-down (#24011 )
baishen
2021-04-16 18:25:52 +08:00
4cd7fb0227
planner: donot prune all columns for Projection (#24024 )
guo-shaoge
2021-04-16 18:17:52 +08:00
f23e349659
planner: change descScanFactor to scanFactor when rowCount is small. (#23972 )
Shenghui Wu
2021-04-16 14:37:51 +08:00
893b370d75
mocktikv: extract coprRPCHandler (#24069 )
disksing
2021-04-16 14:29:51 +08:00
de7ebd1009
*: support showing forwarded status in Grafana (#23639 )
Ryan Leung
2021-04-16 14:19:51 +08:00
99eabdb150
mocktikv: add exported functions to session (#24068 )
disksing
2021-04-16 13:51:51 +08:00
cd25915b51
tidb-server: handle the help manually (#24073 )
xhe
2021-04-16 13:41:52 +08:00
281d134657
mocktikv: move coprHandler to standalone file (#24067 )
disksing
2021-04-16 12:21:51 +08:00
fc3f8d51b7
mocktikv: extract test utils (#24066 )
disksing
2021-04-16 12:05:51 +08:00
03c93092b3
store/mockstore: move mock storage to standalone package (#24065 )
disksing
2021-04-16 11:51:51 +08:00
f4cacb59be
statistics: add more tests for extended stats (#23895 )
Kenan Yao
2021-04-16 11:35:52 +08:00
6faec865c0
store/tikv:move MaxTxnTimeUse from kv to store/tikv (#23995 )
Shirly
2021-04-16 10:53:51 +08:00
d8707ab54f
server: stable test (#24040 )
xhe
2021-04-16 10:43:51 +08:00
4db325d048
ddl: fix the covert job to rollingback job (#23903 )
Arenatlx
2021-04-16 10:35:51 +08:00
552503442e
ddl: rollingback add index meets panic leads json unmarshal object error-2 master (#23913 )
Howie
2021-04-15 23:45:52 +08:00
75a031af4a
expression: check NotNullFlag of columns when simplifying binary operations (#24049 )
Kenan Yao
2021-04-15 23:03:53 +08:00
c46cc9115a
store/tikv: define KVFilter for customized mutation initialization (#24021 )
Yilin Chen
2021-04-15 22:49:52 +08:00
2852b31fef
types: make golangci-lint happy (#24037 )
xhe
2021-04-15 22:33:52 +08:00
3e58fbf4d9
store/tikv:move LockCtx from kv to tikv/kv (#24020 )
Shirly
2021-04-15 22:23:53 +08:00
d4164ff372
ddl: rename const to common, separate its test [1/6] (#24004 )
xhe
2021-04-15 22:05:52 +08:00
3f6dfe91da
distsql: refactor range splitting logic & comments on int64 boundary (#23991 )
Yilong Li
2021-04-15 21:51:53 +08:00
f1a48216b2
statistics: fix some potential panic in statistics (#23988 )
Zhuomin Liu
2021-04-15 21:15:53 +08:00
cc05caeca2
store/tikv: clean up unused functions (#23986 )
disksing
2021-04-15 20:57:54 +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 )
Kenan Yao
2021-04-15 19:33:53 +08:00
088f310b49
kv/kv.go:remove StagingHandle from package tikv (#23992 )
Shirly
2021-04-15 18:47:53 +08:00
4d92261772
planner: fix subquery update with generated column (#23955 )
lysu
2021-04-15 18:35:54 +08:00
7d5fe41470
planner: support explain verbose mode (#23926 )
Han Fei
2021-04-15 18:23:53 +08:00
cf813dc63b
*: protect read only noop via tidb_enable_noop_functions (#23818 )
Morgan Tocker
2021-04-15 03:07:54 -06:00
c437c4dadb
plugin, tests, tools, tidb: unify go modules (#23610 )
subham sarkar
2021-04-15 13:47:54 +05:30
6ef04f61a2
server: make golangci-lint happy (#24039 )
xhe
2021-04-15 15:49:55 +08:00
a53cf42075
execdetails: move execdetails to store/tikv (#23985 )
disksing
2021-04-15 15:13:55 +08:00
bd12ea96cc
statistics: use index fm-sketches instead of bucket NDV to calculate global NDV for indexes (#23962 )
Yuanjia Zhang
2021-04-15 14:59:55 +08:00
58fb30f4d6
session: fix global variable collation_server does not take effect in new session (#23932 )
xiongjiwei
2021-04-15 13:03:53 +08:00
8498b2c90e
store/tikv: support injecting customized failure to prewrite (#23432 )
Yilin Chen
2021-04-15 11:49:51 +08:00
73dea07965
executor: fix wrong convert from bit to string when do projection (#23960 )
guo-shaoge
2021-04-15 10:43:51 +08:00
4072172c05
*: add security enhanced mode part 1 (#23978 )
Morgan Tocker
2021-04-14 19:51:51 -06:00
31854ada10
tests: fix the graceshutdown e2e that is failing (#24019 )
虎
2021-04-15 02:17:51 +08:00
1248b2985f
planner: fix comment mistake of basePhysicalPlan. ExplainNormalizedInfo (#23950 )
mmyj
2021-04-14 23:01:51 +08:00
0ca5383c89
table: initialize index.needRestoredData lazily (#24030 )
tangenta
2021-04-14 22:39:09 +08:00
e059055d0e
statistics: check step overflow when converting a range to points for estimation (#23890 )
Kenan Yao
2021-04-14 21:57:51 +08:00
202bc19de0
*: add TableSample ID for PhysicalIDToTypeString() (#23718 )
Alkaid Jiang
2021-04-14 08:27:51 -05:00
83d8c4998f
planner: optimize count(distinct a) to count(a) if there is an unique key on a (#23487 )
Zijie Lu
2021-04-14 20:59:52 +08:00
50ea46ccb0
planner: append common handle columns into the schema of index merge table plan (#23933 )
Kenan Yao
2021-04-14 20:27:52 +08:00
a9a5795759
types: fix type merge about bit type (#23857 )
Zhuomin Liu
2021-04-14 19:51:51 +08:00
d460a9c49a
*: add column End_time in show analyze status and add related log (#23674 )
__hidehalo
2021-04-14 18:31:51 +08:00
07d2b840d4
expression: don't propagateColumnEQ joinCondition when nullSensitive (#23989 )
Shenghui Wu
2021-04-14 17:37:52 +08:00
7d1a6a373d
executor: fix logging format of prepared statements (#16062 ) (#22984 )
Nayuta Yanagisawa
2021-04-14 17:59:52 +09:00
1ec1a68135
expression: Fix incorrect pushdown function list. (#23982 )
Zhi Qi
2021-04-14 16:29:53 +08:00