This website requires JavaScript.
550ca8eaeb
statistics: enables global-level stats to be generated in fast analyze mode (#22931 )
Chengpeng Yan
2021-03-01 16:40:50 +08:00
6bd6df7d1e
planner: let tikv know primary prefix columns info (#22829 )
lysu
2021-03-01 16:20:54 +08:00
e2fdb00e62
config: fix data race caused by config.Labels (#22977 )
Song Gao
2021-03-01 16:02:54 +08:00
bc37f088ba
*: fix some varcheck lint warnings (#23011 )
Jiarui Li
2021-03-01 15:10:54 +08:00
93d3c04e99
cmd: fix err check (#22986 )
Tjianke
2021-03-01 14:42:54 +08:00
e1004a2ccb
*: modify the switch to control global stats (#22866 )
rebelice
2021-03-01 14:18:30 +08:00
b1b7730402
statistics: add more tests to check accurateness of global-stats (#22948 )
Yuanjia Zhang
2021-03-01 12:49:56 +08:00
febac515b1
store/tikv: move coprocessor out (#22922 )
disksing
2021-02-28 21:42:54 -06:00
5706c0ca13
domain: fix err check (#22990 )
Tjianke
2021-03-01 11:10:53 +08:00
4faf2c0a54
infoschema: fix err check (#22993 )
Tjianke
2021-03-01 10:46:54 +08:00
4b90ef471c
planner: include "CREATE/DROP TEMPORARY TABLE" to noop functions (##609) (#22860 )
Nayuta Yanagisawa
2021-02-28 15:31:06 +09:00
53a68b56da
Makefile: remove some linters (#22978 )
tangenta
2021-02-26 21:17:29 +08:00
8357f809ff
*: remove some useless codes and do tiny update (#22972 )
Lynn
2021-02-26 19:14:53 +08:00
ec788ac154
executor: reduce useless memory allocation in min/max aggregate (#22912 )
Shenghui Wu
2021-02-26 18:04:53 +08:00
5d8b99feef
store/tikv: add 1PC grafana panel and lower 1PC log level (#22943 )
Yilin Chen
2021-02-26 17:48:53 +08:00
4a413a4d61
config: remove async commit configs from example (#22945 )
Yilin Chen
2021-02-26 17:30:53 +08:00
d8c5ca34ed
planner/core: skip clustered index during admin check table (#22871 )
tangenta
2021-02-26 17:14:53 +08:00
03109adaad
*: remove useless FIXME tip in code (#22970 )
xhe
2021-02-26 16:18:53 +08:00
f06ff9d513
CircleCI: upgrade go version from 1.15 to 1.16 (#22882 )
goroutine
2021-02-26 15:58:54 +08:00
8a490e96b5
parser: quote identifier with backquote when getting SQL digest (#22893 )
xiongjiwei
2021-02-26 14:54:54 +08:00
f89ab46437
infoschema, executor: Resolve bug where show index from perf_schema had no results (#22772 )
Johan Jansson
2021-02-26 06:58:53 +01:00
6136b0003d
Makefile: make linter check the commit from upstream master (#22939 )
tangenta
2021-02-26 13:34:53 +08:00
32592432ba
ddl: loose alter column with foreign key in some cases (#22863 )
Arenatlx
2021-02-26 13:18:53 +08:00
31c13d6e38
expression: fix bugs in builtinfunction ArithmeticMinusInt logic (#22426 )
Tjianke
2021-02-26 13:00:54 +08:00
df01fcc1ff
planner, executor: reset NotNullFlag when merge schema for join (#22955 )
HuaiyuXu
2021-02-25 23:17:55 +08:00
7151b4f3b5
config: use tidb_enable_list_partition to enable list table partition feature (#22864 )
crazycs
2021-02-25 22:11:04 +08:00
5e832ed80a
store/*: mv tikv_driver to dir store/driver (#22942 )
Shirly
2021-02-25 18:49:18 +08:00
745d20aa64
store/tikv_driver:move MemManager from KVStore to tikvStore (#22728 )
Shirly
2021-02-25 15:53:11 +08:00
daf3337a43
oracle: make @@txn_scope only support local and global (#22784 )
Song Gao
2021-02-25 15:26:03 +08:00
1970a917c1
store/tikv: fix unstable tests in snapshot_fail_test.go (#22916 )
Yilin Chen
2021-02-24 21:04:03 +08:00
806097c2e5
planner: fix wrong index merge selection (#22825 )
wjHuang
2021-02-24 20:18:03 +08:00
eea52f5f20
expression: correct constant propagation for collation (#22666 )
wjHuang
2021-02-24 19:19:01 +08:00
e360454b2d
util: fix Host column of show processlist to host_name:client_port format (#22707 )
clark1013
2021-02-24 18:54:03 +08:00
35534ae752
*: apply golangci-lint to the new code (#22824 )
tangenta
2021-02-24 18:24:03 +08:00
8ea5930ea8
*: separate use of kv.Storage and tikv.Storage (#22891 )
disksing
2021-02-24 03:54:03 -06:00
b5c6c9f548
statistics: make dump/load/show-stats be compatible with global-stats (#22911 )
Yuanjia Zhang
2021-02-24 17:33:40 +08:00
a30e24dbc9
ddl: fix partition schemadiff operation (#22826 )
xhe
2021-02-24 17:10:03 +08:00
6d6c83369f
*: timezone insensetive test (#22880 )
xhe
2021-02-24 16:46:03 +08:00
270d497848
statistics: introduce new estimation logic when index histogram fails to estimate (#22682 )
Yiding Cui
2021-02-24 16:30:03 +08:00
2d48f9573c
planner: decorrelate LogicalApply with inner join as the inner child (#22649 )
Kenan Yao
2021-02-24 15:42:03 +08:00
dd5457fbdf
Revert "*: upgrade go version to 1.16 (#22895 )" (#22906 )
disksing
2021-02-24 01:04:48 -06:00
b226130926
session: fix linearizability for non-autocommit async-commit txn (#22879 )
Yilin Chen
2021-02-24 13:32:48 +08:00
ae46cda24e
*: upgrade go version to 1.16 (#22895 )
disksing
2021-02-23 20:42:43 -06:00
62354d04b7
statistics: merge partition-level FMSketch to global-level FMSketch and update the column NDV (#22878 )
Chengpeng Yan
2021-02-23 19:06:23 +08:00
3edbab31db
executor: fix regression by Tracker.Consume in aggregate. (#22883 )
Shenghui Wu
2021-02-23 17:44:48 +08:00
fb3400763c
ddl: remove useless funtion (#22865 )
Lynn
2021-02-23 15:32:31 +08:00
3d372302c4
expression: add integration test for partition pruning (#22836 )
Morgan Tocker
2021-02-22 23:18:48 -07:00
df9e730c16
stats, planner, sessionctx: handle compatibility between feedback and ver2 stats (#22846 )
Zhou Kunqin
2021-02-23 13:46:49 +08:00
001b34ea8d
server, sessionctx: Support for the status command of MySQL Shell (#22752 )
Daniël van Eeden
2021-02-23 05:56:48 +01:00
339bc46f87
brie/: add GetVersion function for tidbGlueSession (#22731 )
Chunzhu Li
2021-02-22 21:41:09 -06:00
f3fe4895cb
statistics: support to store FMSketch and add FMSketch to column stats (#22841 )
Chengpeng Yan
2021-02-23 10:39:09 +08:00
99c0abada3
tikv/interface:remove kv.Storage from tikv.Storage (#22868 )
Shirly
2021-02-23 09:58:45 +08:00
50607db18d
expression: Optimize builtinArithmeticModRealSig and builtinGreatestDecimalSig using MergeNull method (#22418 )
Tjianke
2021-02-22 22:27:09 +08:00
49f3e294e8
ddl: scattering truncated tables without pre-split option (#22787 )
Jack Yu
2021-02-22 21:05:46 +08:00
42dcec3d18
store: move mockoracle to tikv/oracle/oracles (#22855 )
disksing
2021-02-22 05:33:46 -06:00
7e92b4c240
.github: change sig/infra to sig/sql-infra (#22870 )
tangenta
2021-02-22 19:16:46 +08:00
90ee6c6894
store/tikv: resolve storeType dependency (#22854 )
disksing
2021-02-22 04:39:17 -06:00
04e5137f48
*: use explain format = 'brief' for tests (#22677 )
Kenan Yao
2021-02-22 17:50:06 +08:00
b74dfaf810
mockstore: move mockstore/cluster to tikv/mockstore/cluster (#22856 )
disksing
2021-02-22 01:42:16 -06:00
f79f4910e8
store/tikv: extract binlogExecutor (#22842 )
disksing
2021-02-22 01:10:16 -06:00
1cd390b2bc
statistics: merge poped topn when generating the global histogram (#22848 )
rebelice
2021-02-22 14:34:53 +08:00
2bbec477ba
tikv: use timestamp from TSO instead of MaxVersion in point get retry (#22789 )
Yilin Chen
2021-02-22 11:22:46 +08:00
78debe76ef
planner: fix where condition index out of range (#22833 )
baishen
2021-02-21 21:06:17 -06:00
461cae15a7
planner, distsql: fix the behaviour of building ranges for TiFlash (#22725 )
Han Fei
2021-02-21 18:29:46 +08:00
023f17f900
store/tikv: move some code (#22810 )
disksing
2021-02-20 04:14:16 -06:00
4f56ab07a2
expression: do not adjust int when it is null and compared year (#22821 )
Zhuomin Liu
2021-02-20 14:43:16 +08:00
8184e69eb7
planner,cascade: remove useless codes (#22770 )
__hidehalo
2021-02-20 14:17:16 +08:00
3ad7f40140
expression: Add warning info for exprs that can not be pushed to storage layer (#22713 )
xufei
2021-02-20 10:41:57 +08:00
381ac81f2d
store/tikv: extract GetTiFlashAddrs from MPPClient (#22802 )
disksing
2021-02-19 07:56:56 -06:00
8842bbcde2
statistics: merge partition-level TopN to global-level TopN (#22433 )
Chengpeng Yan
2021-02-19 19:05:58 +08:00
c9e85ec701
expression: refine performance of EXTRACT function (#22701 )
Yu Lei
2021-02-19 15:31:27 +08:00
8c2db1b935
expression: fix enum and set type expression in where clause (#22785 )
Zhuomin Liu
2021-02-19 15:14:57 +08:00
a3a4a6c4da
executor: add new format specifier(%# %@ %.) for str_to_date expression (#22790 )
guo-shaoge
2021-02-19 14:57:27 +08:00
99d0b22f04
session, util: update session to use new APIs (#22652 )
Morgan Tocker
2021-02-18 22:10:30 -07:00
59ccb29508
statistics: merge the partition-level histograms to a global-level histogram (#22603 )
rebelice
2021-02-19 11:08:04 +08:00
a06c22ae35
store/tikv: prepare for moving coprocessor out (#22732 )
disksing
2021-02-18 14:36:28 -06:00
9374724231
kv/typo: fix the description for GetMemCache (#22766 )
mwish
2021-02-19 00:15:27 +08:00
9cb9b69b61
session: ignore linearizability setting for auto-commit transactions (#22746 )
Yilin Chen
2021-02-18 15:02:32 +08:00
4031706e32
gcworker: remove handler interface (#22779 )
disksing
2021-02-17 22:09:31 -06:00
fb84db123c
executor: make memory tracker for aggregate more accurate. (#22463 )
Shenghui Wu
2021-02-18 11:27:11 +08:00
c9af430996
expression: speed up Column.VecEvalReal by using MergeNulls (#22191 )
Tjianke
2021-02-17 21:02:39 +08:00
d6a2b9a372
server: add tests for empty query hang (#22740 )
Morgan Tocker
2021-02-10 19:46:42 -07:00
8fe8ecd3b9
*: update mysql compatibility link (#20499 )
Prakash Divy
2021-02-09 22:35:12 +07:00
4a6e73959b
CircleCI: upgrade go version from 1.13 to 1.15 (#19170 )
goroutine
2021-02-09 21:02:42 +08:00
2ae8529dc5
README.md: update links about CNCF and contribution guide (#20307 )
Calvin Weng
2021-02-09 17:07:41 +08:00
4c0c5db5e1
docs/design: fix a typo (Mirgration → Migration) in the template (#20782 )
kennytm
2021-02-09 16:49:11 +08:00
38aaad2414
util/timeutil: fix timeutil/time_test.go on Windows (#22758 )
Chester Liu
2021-02-08 09:42:41 +08:00
27db39b480
*: use CLUSTERED and NONCLUSTERED to control primary key type (#22409 )
tangenta
2021-02-05 20:41:41 +08:00
dedaabb800
ddl: migrate part of ddl package code from Execute/ExecRestricted to safe API (2) (#22729 )
Arenatlx
2021-02-05 18:05:45 +08:00
6483b7dc29
store/tikv_driver: move gcworker into tikv_driver (#22698 )
Shirly
2021-02-05 17:34:54 +08:00
006e2fcd08
cmd: restore the old Execute API only for the test (#22692 )
Arenatlx
2021-02-05 16:05:40 +08:00
46acccede1
*: uprgade gopsutil to v3.20.12 (#22747 )
Shenghui Wu
2021-02-05 15:50:11 +08:00
7f8935a61c
server: fix tcp-keep-alive config (#22745 )
Jack Yu
2021-02-05 15:13:42 +08:00
75f7485688
ddl: migrate part of ddl package code from Execute/ExecRestricted to safe API (1) (#22670 )
Arenatlx
2021-02-05 13:23:17 +08:00
20ddc19f22
server: retry executing sql without tiflash after tiflash is down (#22459 )
Yifan Xu
2021-02-05 12:14:41 +08:00
2d717c12b3
statistics: merge the partition-level stats to global-level stats (#22667 )
Chengpeng Yan
2021-02-05 11:42:41 +08:00
9a2997facb
statistics,executor: fix some unit tests that run twice (#22705 )
tiancaiamao
2021-02-05 11:27:11 +08:00
8ddaf03db1
executor: fix load data losing connection when batch_dml_size is set (#22724 )
guo-shaoge
2021-02-05 10:51:42 +08:00
4fe72e539f
store/tikv: move metrics shortcuts to /metrics (#22693 )
disksing
2021-02-04 05:48:45 -06:00
6d53dda29d
plan, mpp: refine the precision of avg(decimal) & avg(null) for mpp (#22668 )
Zhuhe Fang
2021-02-04 18:58:15 +08:00