Commit Graph

  • db762e1fb0 domain: rename binary_path to deploy_path (reopen #16585) (#16708) mwish 2020-04-22 20:57:44 +08:00
  • 30e9c20a47 config: fix check for memory-guard-ratio in prepared-plan-cache (#16416) Zhuomin(Charming) Liu 2020-04-22 20:45:56 +08:00
  • 264e943e4d infoschema: add TiFlash to cluster_info table (#16684) lei yu 2020-04-22 17:48:33 +08:00
  • 0974ef2605 test: stable global var test (#16610) cfzjywxk 2020-04-22 17:30:31 +08:00
  • cde8541b6c config, store: enable coprocessor cache by default (#15499) Liu Cong 2020-04-22 16:49:09 +08:00
  • 0f2dbcdca4 expression: 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
  • b6fcc15744 planner: 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
  • 8322e8a2e9 workflow: auto move issue to Task Assigned Column in project… (#16646) Feng Liyuan 2020-04-21 22:35:40 +08:00
  • 692e0098b1 expression: avoid Order By constant expression error when pl… (#16261) Kenan Yao 2020-04-21 20:04:23 +08:00
  • 94011e6064 expression: 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
  • 0d5a83162b util: build right range when where stmt only have string column. (#16645) Shenghui Wu 2020-04-21 14:08:26 +08:00
  • b3917165b0 distsql: 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
  • 8c455e86c1 ddl: fix sequence object check error when alter table (#16625) Arenatlx 2020-04-21 10:14:09 +08:00
  • 138f225d62 executor: only return the first row of a subquery (#16399) Feng Liyuan 2020-04-21 09:45:50 +08:00
  • a1dc18da4b kv: add Handle interface (#16609) Evan Zhou 2020-04-20 22:14:55 +08:00
  • e711b5e935 ddl: Return error when create table like other objects (#16605) Arenatlx 2020-04-20 21:20:25 +08:00
  • 5bf9ad7b81 executor: fix load data deal with escape character. (#16340) Lingyu Song 2020-04-20 20:33:28 +08:00
  • 8b6d53a4a9 expression: split isTrue and isFalse expression sig (#16542) Chengpeng Yan 2020-04-20 20:11:47 +08:00
  • c601324597 planner: resolve order by item from select fields first when c… (#16332) Kenan Yao 2020-04-20 19:38:24 +08:00
  • 2a69052cf1 test: fix unit test and make test running serially. (#16525) Shenghui Wu 2020-04-20 17:44:26 +08:00
  • f033927481 sessionctx/variable,ddl: change @@tidb_enable_table_partition default value and update the semantic (#16497) tiancaiamao 2020-04-20 16:46:25 +08:00
  • 4ded1e2a07 planner : change the define of 'last_plan_from_cache' (#16594) lawyerphx 2020-04-20 15:36:56 +08:00
  • ddcc89dc79 tikv: revert sending empty request when store idle (#16579) lysu 2020-04-20 11:20:36 +08:00
  • 5bdc0eaf50 executor: fix slow_query bug when query with time equal condition (#16445) crazycs 2020-04-20 10:52:03 +08:00
  • a0c7407846 executor: set length and frac when we change zero to decimal t… (#16518) Chengpeng Yan 2020-04-18 00:01:37 +08:00
  • 31ff075d4f expression: fix wrong flen for case when function (#16352) Zhuomin(Charming) Liu 2020-04-17 23:04:03 +08:00
  • bdbdbaed7f expression: fix the issue that incorrect result for a predicat… (#16014) Chengpeng Yan 2020-04-17 22:43:32 +08:00
  • 2b03cf28dd util: fix wrong range when building from string column is true. (#16135) Shenghui Wu 2020-04-17 22:24:05 +08:00
  • 7106b189df session: refine record execution duration metric (#16453) crazycs 2020-04-17 21:50:28 +08:00
  • 69dd97d3f8 server: use single flight to load global variables (#16489) cfzjywxk 2020-04-17 21:38:40 +08:00
  • dd57c0ad8b planner: 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
  • df6035fabf infoschema, util: modify copTask related fields in statement summary (#16503) djshow832 2020-04-17 17:52:11 +08:00
  • ff7413fedb planner, 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
  • 14a4a4e916 tikv: fix infinite retry when kv continuing to return staleCommand error (#16481) lysu 2020-04-17 17:00:43 +08:00
  • 4e44a74b16 executor: fix show default num and sequence (#16450) Arenatlx 2020-04-17 16:43:09 +08:00
  • d8e6cf8de6 planner/core: support partition pruning for partition expression floor(unix_timestamp()) (#16402) tiancaiamao 2020-04-17 16:17:33 +08:00
  • 10b11811a9 ddl: make TestTransactionOnAddDropColumn stable (#16511) Lynn 2020-04-17 15:20:54 +08:00
  • 6350c7b5d1 domain: log when the loops in domain exited (#16459) wjHuang 2020-04-17 14:58:01 +08:00
  • b8494e7a11 expression: support disable expression pushdown based on store… (#16389) xufei 2020-04-17 14:53:25 +08:00
  • 9b2aa18be1 ddl: fix sequence default value will cause primary-key occur not-null error #16437 Arenatlx 2020-04-17 12:02:34 +08:00
  • 1f24b9e03b executor, infoschema, util: add sum_errors and sum_warnings to statement summary tables (#16456) djshow832 2020-04-17 10:31:35 +08:00
  • 22664a706f ddl: create partition table fail with strconv.ParseInt invalid syntax (#16436) tiancaiamao 2020-04-16 23:32:16 +08:00
  • e3b635e6c9 planner: cannot simply outer join if a predicate just refers to the outer table (#16444) Zhuhe Fang 2020-04-16 22:27:16 +08:00
  • 39cc8935cd session: fix unseccessfully isolation read engines init session (#16465) Zhuomin(Charming) Liu 2020-04-16 20:28:48 +08:00
  • 34ea06d9b3 memdb: exclude random tests when race is enabled (#16478) Zejun Li 2020-04-16 19:50:19 +08:00
  • b44f5073e6 executor: support 'SHOW CONFIG' syntax to show configs of PD and TiKV instances (#16230) Yuanjia Zhang 2020-04-16 17:51:07 +08:00
  • eeffe1e26f planner, expression: set correct for ctx in isNullRejected (#16430) HuaiyuXu 2020-04-16 16:24:57 +08:00
  • 4fd48b0e32 test: enlarge timeout for test (#16464) wjHuang 2020-04-16 15:20:49 +08:00
  • ac8785a978 expression: fix wrong constant propagation with the collation (#16227) wjHuang 2020-04-16 14:10:10 +08:00
  • b2f59215d3 config: Unify the style for storage quota config name (#16431) Song Gao 2020-04-16 13:40:08 +08:00
  • b48bd308a4 ddl: avoid TestTransactionOnAddDropColumn blocking (#16455) Lynn 2020-04-16 13:18:14 +08:00
  • 637d3b8a44 planner: only push count distinct when child is DataSouce (#16371) Feng Liyuan 2020-04-16 13:04:33 +08:00
  • 080a94d9e6 test: fix tests which may fail because of concurrency (#16446) wjHuang 2020-04-16 11:36:31 +08:00
  • 2c8afe6e16 metrics: adjust metrics and its comments (#16429) Jack Yu 2020-04-15 23:11:31 +08:00
  • 62c1c8d893 expression: fix builtinRegexpSharedSig unexpected error when input rowNum is empty (#16405) Shenghui Wu 2020-04-15 22:56:58 +08:00
  • d901863643 executor: insert negative primary key into auto_random table won't trigger rebase (#15397) tangenta 2020-04-15 20:56:37 +08:00
  • 3edfffa84b Util: Fix global tracker mutex contention (#16298) Song Gao 2020-04-15 20:37:42 +08:00
  • 0ec8d3300c ddl, executor: forbid truncate view (#16251) HuaiyuXu 2020-04-15 18:28:43 +08:00
  • 8f000fc353 planner: push avg & distinct functions across union (#16344) Feng Liyuan 2020-04-15 18:07:37 +08:00
  • d26875db7e expression: fix error PushDownNot for contiguous NOT (#16108) HuaiyuXu 2020-04-15 17:52:14 +08:00
  • 72f4576742 executor, types: set correct collate in newValueExpr (#16323) HuaiyuXu 2020-04-15 17:38:59 +08:00
  • 557d9d38b6 config: remove the config item 'enable-dynamic-config' (#16358) Yuanjia Zhang 2020-04-15 17:28:52 +08:00
  • 5c7b235ef2 test: revert PR#16387 (#16408) Maxwell 2020-04-15 17:13:15 +08:00
  • b73f3d39a8 workflow: add component/bindinfo to planner project assign (#16046) Zhuomin(Charming) Liu 2020-04-15 16:56:33 +08:00
  • ab947eca4b ddl: fix TestModifyColumnRollBack (#16324) wjHuang 2020-04-15 16:43:38 +08:00
  • b1d11a7091 *: rename statement summary tables (#16188) djshow832 2020-04-15 15:30:32 +08:00
  • 8cd377dd07 executor: Improve the performance of aggFuncBitXor by using… (#16091) mmyj 2020-04-15 15:03:11 +08:00
  • 7e71069ffa planner: fix generated column causes a server crash (#16376) wjHuang 2020-04-15 14:54:32 +08:00
  • 5f0585415b expression: forbidden illegal mix collate (#16277) wjHuang 2020-04-15 14:41:27 +08:00
  • 11b0a8435a gc_worker: Fix the issue that GCWorker will stop working after a GC failure (#16372) MyonKeminta 2020-04-15 14:33:36 +08:00
  • 57739a2179 expression: implement vectorized evaluation for builtinConvertTzSig (#16349) Yuanjia Zhang 2020-04-15 14:07:08 +08:00
  • 7d8baddf29 test: skip plan cache for prepared stmt's cache tests (#16378) cfzjywxk 2020-04-15 13:48:17 +08:00
  • ca7082abbd expression: mark random_bytes() as deferred function (#16367) Kenan Yao 2020-04-15 13:33:27 +08:00
  • cfd649f7ac test: modify log level to info in CI environment (#16387) Maxwell 2020-04-15 12:19:35 +08:00
  • f8381c5310 infoschema: refine some metric table comment and name (#16295) crazycs 2020-04-15 11:40:22 +08:00
  • e63a10e931 Add the check for expression evaluation in some executors (#16339) Chengpeng Yan 2020-04-15 10:46:02 +08:00
  • 7cc2c70041 expression: implement vectorized evaluation for `builtinJSONSe… (#15859) Zhao Xin 2020-04-15 10:38:01 +08:00
  • 73cd983e84 expression: implement vectorized evaluation for `JSONArrayAppe… (#16326) Yuanjia Zhang 2020-04-14 23:10:24 +08:00
  • 85efba06ec planner: fix group by resolver for multi items with param mark… (#16363) cfzjywxk 2020-04-14 22:29:05 +08:00
  • 4e035fa34c ddl: fix timezone dependent check when creating partition table (#16343) tiancaiamao 2020-04-14 21:39:07 +08:00
  • dc139aedb4 server,session: code refactor for multiple statements in one query (#16056) tiancaiamao 2020-04-14 20:16:43 +08:00
  • c66320c464 planner: fix panic when two table scan as the build side for i… (#16001) Zhuomin(Charming) Liu 2020-04-14 18:22:43 +08:00
  • c1a31708b0 executor: fix wrong result for index merge read generate column (#16002) Zhuomin(Charming) Liu 2020-04-14 17:40:03 +08:00
  • 867a812c75 session: add compile and execute time metric for prepare statement (#16338) crazycs 2020-04-14 17:32:32 +08:00
  • 6cb57dff42 metrics: fix typo label (#16032) Mike Wang 2020-04-14 17:25:31 +08:00
  • da1c7384c1 tikv, server: turn on grpc channelz to help diagnosis and add wait conn establish metric (#16263) lysu 2020-04-14 17:19:07 +08:00
  • e0ce5bd585 bindinfo: report error for completely invalid hint of bind_sql (#16059) Kenan Yao 2020-04-14 15:46:30 +08:00
  • e90aac2710 executor: add config EnableCollectExecutionInfo (#15493) 庄天翼 2020-04-13 20:45:25 +08:00
  • 10907ce5d2 config: move storage check after initializeTempDir (#16257) Song Gao 2020-04-13 20:27:21 +08:00
  • 48bd100f1d server: fix auth fail log (#16318) lysu 2020-04-13 16:58:39 +08:00
  • 32149dcc23 ddl: fix a panic when creating key partition table (#16260) tiancaiamao 2020-04-13 16:53:03 +08:00
  • 15e961ad37 rowcodec: forbidden Kind{Null/MinNotNull/MaxValue} encode datum & add test (#16223) lysu 2020-04-13 10:39:09 +08:00
  • 22a49ffd00 tikv: fix panic when recycle non-superbatch idle conn (#16299) lysu 2020-04-12 11:58:02 +08:00
  • 8891c9d34e infoschema: fix select * from inspection_summary would return null. (#16099) reafans 2020-04-10 17:25:10 +08:00
  • 1c73deca59 ddl: add syntax for setting the cache step of auto id explicitly. (#15409) Arenatlx 2020-04-10 15:57:51 +08:00
  • 36d8171319 expression: fix panic of explain for connection when plan cache is enabled (#16206) Kenan Yao 2020-04-10 15:48:17 +08:00