322c55a82atikv: fix infinite follower/learner retry when network partition only between leader and follower/learner (#17441)
lysu
2020-05-27 13:55:10 +08:00
7ca3d9cadcbindinfo, record how bindings are created in SQL bindings. (#17254)
lawyerphx
2020-05-27 09:56:40 +08:00
e92f15d6ecplanner: Add explain info for InspectionSummaryTableExtractor (#16216)
baishen
2020-05-26 13:22:40 -05:00
55d9d6ca1esessionctx,infoschema,executor,util: Show disk usage of a query in slow query and statement summary (#17132)
__hidehalo
2020-05-26 22:03:40 +08:00
a3d5082094sessionctx, executor: add session var to control explicit insertion on auto_random column (#17102)
tangenta
2020-05-26 20:32:10 +08:00
f72b5984ddexecutor: set the DDL query string instead of execute (#17407)
wjHuang
2020-05-26 15:48:13 +08:00
8da89b7af8expression: speed up TestIssue16697 (#17400)
Yuanjia Zhang
2020-05-26 13:58:14 +08:00
b923b9e5deutil/admin: support admin cleanup index on the partition table (#17203)
crazycs
2020-05-26 13:13:40 +08:00
72a789a247planner, infoschema : add columns about plan cache in 'performance_schema.events_statements_summary_by_digest' (#16476)
lawyerphx
2020-05-26 13:10:02 +08:00
17cf2060b6store/tikv: use resolve lock lite for snapshot.Get() (#17373)
tiancaiamao
2020-05-26 11:20:53 +08:00
745e979a42expression: fix data race when simpleRewriter rewrite ast.ColumnNameExpr concurrently (#17353)
tiancaiamao
2020-05-26 10:52:11 +08:00
2bdf6a01ccutil/admin: support admin check index on partition table (#17183)
crazycs
2020-05-25 21:25:33 +08:00
43965127c6go.mod: update parser version to support delete partition (p0,p1) (#17381)
tiancaiamao
2020-05-25 13:32:22 +08:00
5d01590432tikv: fix panic after sending fail with ambiguous errors (#17211)
lysu
2020-05-25 10:38:28 +08:00
38298c2e3eplanner: fix wrong index merge join plan for join key is not the prefix of index (#16894)
Zhuomin(Charming) Liu
2020-05-22 17:40:10 +08:00
c59cddcc01refine the standardize-error-codes-and-messages RFC (#17352)
Lonng
2020-05-22 11:03:55 +08:00
134e691d6fplanner: check required order property for enforced stream aggregation (#17338)
Kenan Yao
2020-05-21 23:47:55 +08:00
d5aaaae1b2tikv: fix region cache do not filter the down peers (#17337)
Zhuomin(Charming) Liu
2020-05-21 20:16:54 +08:00
0d95b09e8aexecutor: Remove unnecessary information in explain analyze output (#16248)
Chengpeng Yan
2020-05-21 19:26:00 +08:00
38d63c2fa5planner,table: optimize partition pruning performance for range columns (#17249)
tiancaiamao
2020-05-21 15:03:22 +08:00
b248783dfeplanner: fix wrong agg function when agg push down union (#17022)
Zhuomin(Charming) Liu
2020-05-20 21:50:15 +08:00
0d33a84576session: fix unsecessfully set the isolation read engines (#17258)
Zhuomin(Charming) Liu
2020-05-20 19:54:37 +08:00
3afb631ef6planner/core: support range partition pruning for 'in' expression (#17210)
tiancaiamao
2020-05-20 19:27:14 +08:00
4078eb4ae5util/admin: support admin recover index on the partition table (#17195)
crazycs
2020-05-20 17:10:44 +08:00
313ed01f03expression,executor: fix DIV() as partition expression behavior under ERROR_FOR_DIVISION_BY_ZERO sql_mode (#17302)
tiancaiamao
2020-05-20 17:05:14 +08:00
5274e48204planner, executor: support insert/replace into partition (#17280)
HuaiyuXu
2020-05-20 16:48:32 +08:00
f17da4a5d7plan, expression: support is null in hash partition pruning (#17281)
Lingyu Song
2020-05-20 15:54:44 +08:00
76315c79c4[storetikv] : Do not send batch commands to tiflash (#17282)
Han Fei
2020-05-20 14:37:19 +08:00
3176b00c02executor: fix the issue that UNIQUE constraint on boolean column results in an incorrect result in a comparison (#17245)
Yuanjia Zhang
2020-05-20 13:55:18 +08:00
c60ea27e6c*: fix partition selection for the update statement (#17285)
tiancaiamao
2020-05-20 13:05:44 +08:00
997b986387session: fix a bug that upgrading from 3.1.1 to 4.0 fails (#17293)
wjHuang
2020-05-19 21:18:24 +08:00
0de6925e12ddl: Add some limit for auto_random (#17119)
Maxwell
2020-05-15 21:28:44 +08:00
f5706c9099executor: fix slow_query bug when query with time equal condition (#17225)
crazycs
2020-05-15 18:28:53 +08:00
78d69004adddl: consider collation when checks enum value in create table statement (#17177)
wjHuang
2020-05-15 16:49:22 +08:00
bcbc25db68executor: make the aggregation function distinct consider collations (#17182)
Yuanjia Zhang
2020-05-15 15:59:15 +08:00
9014ceee69ddl: fix bug when add expression index (#17151)
Maxwell
2020-05-15 14:38:19 +08:00
ea2e215ff8*: fix a bug caused by the wrong collation setting which leads to the wrong result of collation function (#17116)
wjHuang
2020-05-15 13:30:49 +08:00
1417ba2288*: fix a bug that don't handle truncate properly for virtual generated column (#17217)
wjHuang
2020-05-14 20:57:55 +08:00
eb5927aa08kv: fix transaction too large error message (#17198)
Zejun Li
2020-05-14 20:27:13 +08:00
bb6ab156c7executor: make test stable (#17206)
crazycs
2020-05-14 20:14:27 +08:00
e8779717d9planner, expression: Remove the default asc order in explain result (#17074)
jipeng
2020-05-14 17:38:19 +08:00
a81e2c3896ddl: fix creating partition table with unique prefix index (#17196)
tiancaiamao
2020-05-14 17:34:19 +08:00
5f867c5b44test: fix profile recorder test (#17199)
Song Gao
2020-05-14 16:56:52 +08:00
8097d24012planner: support UnionStmt in prepare plan cache (#16799)
Kenan Yao
2020-05-14 15:51:12 +08:00
9fc233f8c8ddl: create linear hash partition and sub partition table as normal table (#16706)
tiancaiamao
2020-05-14 14:10:35 +08:00
f2256261f6ddl: forbid add column with sequence as default value (#17133)
Arenatlx
2020-05-14 11:48:54 +08:00
a62b5c3afd.github: update issue template for the bug report (#17055)
Zhang Jian
2020-05-14 11:06:27 +08:00
e2001329d7*: Show edition information when mysql client login (#17170)
Lonng
2020-05-14 09:49:42 +08:00
bded6a2957executor: refine split index region (#17070)
crazycs
2020-05-13 22:31:00 +08:00
f7ca1164b1copr: fix push down function in integration test (#16533)
zhongzc
2020-05-13 22:04:23 +08:00
ddd8f37616executor: fix invalid converting in TiDB that convert bool values 'true' to int numbers '1' in 'set config' (#17142)
Yuanjia Zhang
2020-05-13 10:42:19 +08:00
e0ec3e3cabexecutor: return an error if the target instance is not found in 'set config' statements (#17137)
Yuanjia Zhang
2020-05-12 20:21:36 +08:00
d3074e9bc7stmtctx: add TruncateWarnings (#17139)
Zejun Li
2020-05-12 20:03:35 +08:00
36a29da529ddl: fix bug when create primary key with invisible index (#17067)
Maxwell
2020-05-12 18:21:35 +08:00
9096cefd08executor: fix mocktikv panic (#15662) (#16060)
Mike Wang
2020-05-12 18:13:40 +08:00
5d713a4d08variables: return error when setting statement summary variables to invalid values (#17108)
djshow832
2020-05-12 17:01:05 +08:00
308f104535executor: fix the wrong result when use index_merge on the partition (#17032)
Chengpeng Yan
2020-05-12 16:23:05 +08:00
cfec13772bsessionctx: record if a query hits plan cache in slow log (#17088)
Kenan Yao
2020-05-12 15:49:05 +08:00
cf6c210719planner: add explain information for slow_query extractor (#17110)
crazycs
2020-05-12 15:34:38 +08:00
d7e492f394planner: re-compile query if range rebuild fails for cached plan (#17090)
Kenan Yao
2020-05-12 14:57:35 +08:00
52837168eaexecutor: make memory tracing in ProjectionExec more accurate (#17109)
Yuanjia Zhang
2020-05-12 14:13:05 +08:00
6a49bb4a84*: fix a bug which causes function return truncated result (#17101)
wjHuang
2020-05-12 12:54:35 +08:00