30e9c20a47config: fix check for memory-guard-ratio in prepared-plan-cache (#16416)
Zhuomin(Charming) Liu
2020-04-22 20:45:56 +08:00
264e943e4dinfoschema: add TiFlash to cluster_info table (#16684)
lei yu
2020-04-22 17:48:33 +08:00
0974ef2605test: stable global var test (#16610)
cfzjywxk
2020-04-22 17:30:31 +08:00
cde8541b6cconfig, store: enable coprocessor cache by default (#15499)
Liu Cong
2020-04-22 16:49:09 +08:00
0f2dbcdca4expression: constant propagation for outer join don't prop con… (#15855)
Yiding Cui
2020-04-22 15:32:42 +08:00
d49573e050*: refine some logs with incorrect collation (#16275)
wjHuang
2020-04-22 15:23:48 +08:00
b6fcc15744planner: enforce the required property when hint cannot satisf… (#15650)
Mingcong Han
2020-04-22 14:26:20 +08:00
a9091029b8*: fix lost index bug of insert on duplicate key update (#16672)
crazycs
2020-04-22 11:11:14 +08:00
8322e8a2e9workflow: auto move issue to Task Assigned Column in project… (#16646)
Feng Liyuan
2020-04-21 22:35:40 +08:00
692e0098b1expression: avoid Order By constant expression error when pl… (#16261)
Kenan Yao
2020-04-21 20:04:23 +08:00
94011e6064expression: fix the issue that incorrect result for query that uses an AND operator on floats (#15927)
Yuanjia Zhang
2020-04-21 14:38:18 +08:00
0d5a83162butil: build right range when where stmt only have string column. (#16645)
Shenghui Wu
2020-04-21 14:08:26 +08:00
b3917165b0distsql: refine distsql duration metric, should report the total response time, not the single response time (#16507)
crazycs
2020-04-21 11:58:07 +08:00
8c455e86c1ddl: fix sequence object check error when alter table (#16625)
Arenatlx
2020-04-21 10:14:09 +08:00
138f225d62executor: only return the first row of a subquery (#16399)
Feng Liyuan
2020-04-21 09:45:50 +08:00
e711b5e935ddl: Return error when create table like other objects (#16605)
Arenatlx
2020-04-20 21:20:25 +08:00
5bf9ad7b81executor: fix load data deal with escape character. (#16340)
Lingyu Song
2020-04-20 20:33:28 +08:00
8b6d53a4a9expression: split isTrue and isFalse expression sig (#16542)
Chengpeng Yan
2020-04-20 20:11:47 +08:00
c601324597planner: resolve order by item from select fields first when c… (#16332)
Kenan Yao
2020-04-20 19:38:24 +08:00
2a69052cf1test: fix unit test and make test running serially. (#16525)
Shenghui Wu
2020-04-20 17:44:26 +08:00
f033927481sessionctx/variable,ddl: change @@tidb_enable_table_partition default value and update the semantic (#16497)
tiancaiamao
2020-04-20 16:46:25 +08:00
4ded1e2a07planner : change the define of 'last_plan_from_cache' (#16594)
lawyerphx
2020-04-20 15:36:56 +08:00
ddcc89dc79tikv: revert sending empty request when store idle (#16579)
lysu
2020-04-20 11:20:36 +08:00
5bdc0eaf50executor: fix slow_query bug when query with time equal condition (#16445)
crazycs
2020-04-20 10:52:03 +08:00
a0c7407846executor: set length and frac when we change zero to decimal t… (#16518)
Chengpeng Yan
2020-04-18 00:01:37 +08:00
31ff075d4fexpression: fix wrong flen for case when function (#16352)
Zhuomin(Charming) Liu
2020-04-17 23:04:03 +08:00
bdbdbaed7fexpression: fix the issue that incorrect result for a predicat… (#16014)
Chengpeng Yan
2020-04-17 22:43:32 +08:00
2b03cf28ddutil: fix wrong range when building from string column is true. (#16135)
Shenghui Wu
2020-04-17 22:24:05 +08:00
69dd97d3f8server: use single flight to load global variables (#16489)
cfzjywxk
2020-04-17 21:38:40 +08:00
dd57c0ad8bplanner: ban rule_generate_column_substitute when column's… (#16316)
Zhi Qi
2020-04-17 19:43:30 +08:00
25580ea5f4*: Use a function to get the ONE, ZERO and NULL and fix the clone. (#16512)
wjHuang
2020-04-17 19:11:52 +08:00
6b034d4237*: fix unexpected error when setting collate for database (#16283)
bb7133
2020-04-17 18:25:33 +08:00
df6035fabfinfoschema, util: modify copTask related fields in statement summary (#16503)
djshow832
2020-04-17 17:52:11 +08:00
ff7413fedbplanner, sessionctx : Add 'last_plan_from_cache' to help know whether sql's plan is from plan cache (#16321)
lawyerphx
2020-04-17 17:15:21 +08:00
14a4a4e916tikv: fix infinite retry when kv continuing to return staleCommand error (#16481)
lysu
2020-04-17 17:00:43 +08:00
4e44a74b16executor: fix show default num and sequence (#16450)
Arenatlx
2020-04-17 16:43:09 +08:00
d8e6cf8de6planner/core: support partition pruning for partition expression floor(unix_timestamp()) (#16402)
tiancaiamao
2020-04-17 16:17:33 +08:00
10b11811a9ddl: make TestTransactionOnAddDropColumn stable (#16511)
Lynn
2020-04-17 15:20:54 +08:00
6350c7b5d1domain: log when the loops in domain exited (#16459)
wjHuang
2020-04-17 14:58:01 +08:00
b8494e7a11expression: support disable expression pushdown based on store… (#16389)
xufei
2020-04-17 14:53:25 +08:00
9b2aa18be1ddl: fix sequence default value will cause primary-key occur not-null error #16437
Arenatlx
2020-04-17 12:02:34 +08:00
1f24b9e03bexecutor, infoschema, util: add sum_errors and sum_warnings to statement summary tables (#16456)
djshow832
2020-04-17 10:31:35 +08:00