This website requires JavaScript.
4bd41e9109
expression: push down CastTimeAsReal to TiFlash (#29274 )
Yilong Li
2021-10-31 09:02:50 +08:00
1f39a9f81d
*: add two session variables to control the PD client option (#29120 )
JmPotato
2021-10-31 00:12:49 +08:00
476b8957c2
executor: add show placement scheduling_state (#29251 )
xhe
2021-10-30 16:28:50 +08:00
102080847c
conifg, sessionctx: set default value "/data/deploy/plugin" for plugin_dir (#29254 )
Hangjie Mo
2021-10-30 11:14:50 +08:00
c817f9e5f4
executor, privilege: fix privilege validation on information_shema.columns, explain and desc (#28985 )
Zijie Lu
2021-10-30 04:08:50 +08:00
0ee40992c7
expression: support pushdown duration to tiflash (#28914 )
Shenghui Wu
2021-10-30 00:54:51 +08:00
9dc4630b47
*: make expression index as experimental feature (#28307 )
wjHuang
2021-10-30 00:40:51 +08:00
83e559db0a
planner: allow refineArgs for plan cache in some situations (#28944 )
Chengpeng Yan
2021-10-29 18:09:49 +08:00
d872b21800
br: cancel in progress actions (#28912 )
3pointer
2021-10-29 17:34:50 +08:00
ac2c6f8d87
ddl : ddl forbid stale read for cache table and support history read (#29173 )
xiaolunzhou
2021-10-29 17:08:49 +08:00
0e16830288
server: add plan replayer dump http api (#29214 )
rebelice
2021-10-29 16:40:51 +08:00
a3dc997216
BR: use sperated thread for loading stat (#29180 )
山岚
2021-10-29 14:54:49 +08:00
d69b58f812
executor: migrate test-infra to testify for hash_table_test.go and grant_test.go (#29208 )
YufeiCh
2021-10-29 14:36:49 +08:00
168bc5e240
planner: Forcing aligning the null flag for the projection under union (#28990 )
Zhuhe Fang
2021-10-29 14:06:49 +08:00
c0024d7490
statistics: add GC for mysql.column_stats_usage (#29183 )
Yifan Xu
2021-10-29 13:24:49 +08:00
6a62f9d18c
br/lightning: fix test lightning_duplicate_detection (#29225 )
Yujie Xia
2021-10-29 13:04:49 +08:00
d6895952df
planner: fix outerJoinEliminator couldn't be applied in some cases (#29061 )
Song Gao
2021-10-29 12:24:49 +08:00
6297c589e0
expression : support sysdate pushed down to tiflash (#29063 )
Meng Xin
2021-10-29 12:06:50 +08:00
b1efb13296
*: implement analyze columns c1, ..., cn (#29024 )
Yifan Xu
2021-10-29 11:28:49 +08:00
9683b20113
expression: migrate test-infra to testify for expression/util_test.go (#29209 )
Weizhen Wang
2021-10-29 11:12:49 +08:00
da39d755cb
planner: forbid temporary table related plan cache when plan cache enable (#29210 )
Chengpeng Yan
2021-10-28 21:14:49 +08:00
128b61c7cd
expression: migrate test-infra to testify for expression/column_test.… (#29198 )
lizhenda
2021-10-28 20:46:49 +08:00
86b37d45d1
statistics: fix incomplete auto analyze log information (#29189 )
Zhou Kunqin
2021-10-28 19:54:49 +08:00
a16737e2ba
expression: migrate test-infra to testify for expression/scalar_function_test.go (#29176 )
lizhenda
2021-10-28 19:34:48 +08:00
20023fe9ea
planner: add more test cases for plan cache (#29175 )
Chengpeng Yan
2021-10-28 19:04:50 +08:00
d3471beca0
planner: clone possible properties before saving them is unnecessary (#28744 )
Ma Yingchun
2021-10-28 18:22:50 +08:00
18b47bcb2e
sessionctx: defer all unlock ops of sc.mu (#29194 )
Fu Zhe
2021-10-28 17:52:50 +08:00
ce8e734ea2
variable: rename tmp_table_size to tidb_tmp_table_max_size (#29123 )
djshow832
2021-10-28 17:24:50 +08:00
97776fdb1a
br: retry for push down to tikv if error is retryable (#28811 )
fengou1
2021-10-28 16:38:51 +08:00
65904d84ce
expression: enable pushing down ltrim/rtrim to TiFlash (#29162 )
HuaiyuXu
2021-10-28 16:00:49 +08:00
b562dc90e7
executor: refactor plan replayer (#28956 )
rebelice
2021-10-28 15:42:49 +08:00
4b4984e6cc
planner: remove duplicate predicates in the Selection operator (#28317 )
Ma Yingchun
2021-10-28 15:18:49 +08:00
aef456d0d4
br: Simplify long function:BackupSchemas() (#29153 )
Zak Zhao
2021-10-28 14:40:48 +08:00
c8faac98cb
planner: add more test cases about plan-cache+collation (#29201 )
Yuanjia Zhang
2021-10-28 14:20:48 +08:00
f2d17b5b7d
br: migrate test-infra to testify for gluetikv pkg (#29128 )
tison
2021-10-28 13:58:48 +08:00
2a0dc03be6
planner: fix the unstable test TestPrepareCacheChangingParamType (#29197 )
Yuanjia Zhang
2021-10-28 13:28:48 +08:00
36bc41ad05
*: reduce object allocation by reuse chunk column (#29064 )
tiancaiamao
2021-10-28 13:14:48 +08:00
2ba75e4af5
statistics: introduce bernoulli sampling method (#28999 )
Yiding Cui
2021-10-28 12:52:49 +08:00
11b61738f3
parser: migrate test-infra to testify (#29191 )
tison
2021-10-28 12:30:49 +08:00
501781863a
executor : migrate test-infra to testify for batch_point_get_test.go (#29117 )
YufeiCh
2021-10-28 11:50:48 +08:00
04e661095c
planner, statistics, sessionctx: add variable to enable/disable the outdated statistics to pseudo logic (#28554 )
dbsid
2021-10-28 11:28:48 +08:00
454dcd1eab
*: fix some placement inherent and alter bugs (#29099 )
王超
2021-10-28 10:56:58 +08:00
b7ed87de7c
expression: migrate builtin tests (#29125 )
tison
2021-10-27 21:18:49 +08:00
9a780a2138
parser: migrate test-infra to testify (#29087 )
tison
2021-10-27 19:28:49 +08:00
e60e170ee1
br/lightning: fix the integration test cases (#29062 )
3pointer
2021-10-27 19:02:49 +08:00
8f192f0e54
br: Set check-static enable for br (#27642 )
Zak Zhao
2021-10-27 18:22:49 +08:00
21a4a7e441
br: Add hdfs backend support (#28718 )
Peng Guanwen
2021-10-27 17:54:49 +08:00
8fb4ce573c
expression: support GBK charset for builtin function ascii() (#29071 )
unconsolable
2021-10-27 16:32:49 +08:00
a3f3924388
parser: support analyze/stats options when create/alter table (#29056 )
Xiaoju Wu
2021-10-27 14:54:49 +08:00
da76e34953
*: add support for --initialize-secure and --initialize-insecure (#28487 )
Morgan Tocker
2021-10-27 00:38:49 -06:00
1d1f1d27e4
main: show default for socket correctly (#29042 )
Morgan Tocker
2021-10-26 23:56:49 -06:00
b81296ff02
expression: migrate test-infra to testify for expression/collation_test.go (#28849 ) (#28965 )
Artyom Kartasov
2021-10-27 12:40:49 +07:00
0cc7b99a89
planner: reject non-top sort for MPP (#28924 )
Zhuhe Fang
2021-10-27 13:30:48 +08:00
a4e12607c8
planner/core: migrate test-infra to testify for planner/core/exhaust_physical_plans_test.go (#28781 )
jakevin
2021-10-27 13:20:49 +08:00
63d5b02496
DDL: Support skip placement validation (#29016 )
sylzd
2021-10-27 13:10:49 +08:00
ad75d08f86
executor: query user and role, hostname should be lowercase (#28880 )
#7
2021-10-27 11:26:48 +08:00
82c6041ac3
Executor,MPP: Send schema in ExchangeSender (#29057 )
Zhuhe Fang
2021-10-27 11:14:49 +08:00
bfe344cd63
expression: migrate test-infra to testify for expression/constant_test.go (#28854 ) (#28895 )
Artyom Kartasov
2021-10-27 09:24:48 +07:00
c9f33cbd88
session: add session var to update global logger max days (#27595 )
will & database
2021-10-26 22:14:48 -04:00
077cb47351
executor/aggfuncs: migrate test-infra to testify for func_json_arrayagg_test.go, func_first_row_test.go, func_avg_test.go, and func_bitfuncs_test.go (#28979 )
Yoichiro Shimizu
2021-10-27 10:48:48 +09:00
5b5020d73d
lightning: migrate test-infra to tesify for lightning_test.go (#29077 )
tison
2021-10-26 22:58:48 +08:00
1c1cb9db25
*: add the http api and new configuration members for ballast object (#29121 )
Sen Han
2021-10-26 21:06:48 +08:00
7b4ca57ac6
ddl : add admin check table / checksum table compatibility for cache table (#29096 )
xiaolunzhou
2021-10-26 20:26:48 +08:00
19a2b3c311
*: store some global variable into PD for global config (#28788 )
crazycs
2021-10-26 19:34:48 +08:00
5bb63bd8fc
expression: migrate generated tests to testify (#29083 )
tison
2021-10-26 19:14:48 +08:00
1995eaeb41
ddl: fix the create table with policy will cause the PD failure (#29081 )
Arenatlx
2021-10-26 18:58:48 +08:00
3762608709
statistics: migrate test-infra to testify for selectivity_test.go (#28796 )
feitian124
2021-10-26 18:44:48 +08:00
056d93dd0f
telemetry: nitpick for identical branches (#28888 )
Zijie Lu
2021-10-26 18:34:48 +08:00
21b008864a
telemetry: remove replicated analysisSQLUsage call (#29097 )
iosmanthus
2021-10-26 18:06:48 +08:00
88f57113ce
planner: add more test cases about plan-cache with varied operators (#29100 )
Yuanjia Zhang
2021-10-26 15:36:48 +08:00
ce2c45b40a
*: fix panic when pprof profile (#29007 )
crazycs
2021-10-26 14:28:48 +08:00
583410c337
docs: add stale read proposal (#28268 )
Song Gao
2021-10-26 13:52:49 +08:00
af811b6e38
placement: refine placement options check (#29050 )
xhe
2021-10-26 12:58:48 +08:00
fd764aabc8
restore: add resotre auto inc id for incremental restore (#29021 )
3pointer
2021-10-26 12:18:48 +08:00
82eda3a372
planner: add some test cases about pushed down operators with parameters when using plan-cache (#29065 )
Yuanjia Zhang
2021-10-26 11:38:48 +08:00
c497d5c063
*: Merge Dumpling into TiDB (#29001 )
okJiang
2021-10-26 11:06:48 +08:00
5be364a842
config: remove atomicWrite and related functions (#29067 )
Hangjie Mo
2021-10-26 09:56:47 +08:00
b75da1d1b1
planner: add some test cases about changing parameter types when using plan-cache (#29060 )
Yuanjia Zhang
2021-10-26 00:54:47 +08:00
c7a35d330b
br: Add unit test for PD offer retryable error (#29041 )
fengou1
2021-10-26 00:16:48 +08:00
836b10200b
expression: support GBK charset for builtin function to_base64() (#29054 )
unconsolable
2021-10-25 23:36:48 +08:00
0ee0d6fd04
executor: migrate test-infra to testify for apply_cache_test.go (#29013 )
YufeiCh
2021-10-25 22:42:48 +08:00
1777bd0e86
ddl : support alter table xx cache operations (#29022 )
xiaolunzhou
2021-10-25 22:08:48 +08:00
f46359484c
brie: Fix handling of scheme when SEM is enabled (#29037 )
Daniël van Eeden
2021-10-25 15:24:49 +02:00
1bde14a6e9
*: Finish alter placement for objects (#28982 )
王超
2021-10-25 20:54:49 +08:00
50b882004c
*: set character_set_client for parser properly (#28925 )
tangenta
2021-10-25 20:32:48 +08:00
de9b5cbb05
session, statistics: fix "data too long for column 'xxx_bound'" when analyze tables with very long strings (#28800 )
Zhou Kunqin
2021-10-25 19:50:48 +08:00
2ccc8c5bdd
br: fix leak in pdutil.TestScheduler (#28932 )
unconsolable
2021-10-25 18:16:48 +08:00
019ab3e751
planner: add more test cases for plan cache (#28840 )
Chengpeng Yan
2021-10-25 17:23:41 +08:00
e4ac8adf22
docs: Add infoschema changes to Placement Rules in SQL (#28892 )
Morgan Tocker
2021-10-25 02:42:48 -06:00
b332a085a3
parser: add new analyze option SAMPLERATE (#28961 )
Yiding Cui
2021-10-25 16:04:48 +08:00
2dc09885bb
lightning: support duplicate resolution by deleting all offending entries (#28464 )
kennytm
2021-10-25 15:26:48 +08:00
cc524af1b2
planner: fix the unstable test TestGCBindRecord
Yuanjia Zhang
2021-10-25 13:54:13 +08:00
e08df49a0d
collation: support gbk_chinese_ci collation and make it as default collation for gbk (#28645 )
xiongjiwei
2021-10-25 11:34:48 +08:00
36e694bfc5
br: Add encrypt/decrypt feature for br (#28200 )
Zak Zhao
2021-10-25 10:44:48 +08:00
2564e8a306
br: Parallel send reqeust of downloading sst (#28764 )
Zak Zhao
2021-10-25 10:30:48 +08:00
efa94595c0
*: enable golangci-lint unconvert (#28929 )
Andreas Lien
2021-10-23 15:28:47 +02:00
465d2e7450
expression: handle mixed offsets and names zones in CONVERT_TZ (#28528 )
Daniël van Eeden
2021-10-23 07:52:46 +02:00
42b0bec86d
sessionctx/variable, executor: introduce a limit on "thread" config (#28842 )
Morgan Tocker
2021-10-21 21:42:46 -06:00
676683383b
*: add support for removed sysvars (#28931 )
Morgan Tocker
2021-10-21 21:32:46 -06:00
00054d86cc
*: Fix build on windows (#29028 )
Daniël van Eeden
2021-10-21 20:54:46 +02:00