Commit Graph

  • 86d8e16fc0 infoschema/executor : add DDLJobs sys table (#14837) reafans 2020-03-19 11:55:24 +08:00
  • 3ced6bc9ac dml: support default expression cache when insert (#15216) Arenatlx 2020-03-18 21:51:22 -05:00
  • 2b47a08a57 server: change failpoint http path same with tikv (#15468) cfzjywxk 2020-03-19 10:28:22 +08:00
  • 7a51ca5a4b docs/design: add proposal for invisible index (#15338) Maxwell 2020-03-18 22:37:12 +08:00
  • f8b2d96764 server: if status address already in use, return an error (#15177) Lynn 2020-03-18 17:51:09 +08:00
  • de474b42bc config: update the comments of alter-primary-key configuration (#15459) Lynn 2020-03-18 16:18:23 +08:00
  • 783c2de9f0 ddl: support recover truncate table (#15398) crazycs 2020-03-18 15:38:02 +08:00
  • c55ab2e25f infoschema: make the unit test of AnalyzeStatus robust #15439 reafans 2020-03-18 15:00:18 +08:00
  • 0b3597f73a stmtsummary: cache digest for prepared stmt and cached plan (#15448) Zejun Li 2020-03-18 14:40:54 +08:00
  • 7a51cb6657 plan, expression: add date function support for hash partition (#15068) Lingyu Song 2020-03-18 13:53:22 +08:00
  • 4481006e1c planner/core: get back range columns pruning after last refactor (#15169) tiancaiamao 2020-03-18 13:35:23 +08:00
  • 1ff32ace27 executor: use MySQL compatible truncate error code (#15422) Jack Yu 2020-03-18 12:28:43 +08:00
  • 34a123af60 domain/infosync: edit getTopologyInfo and Try to fix dashboard version. (#15438) mwish 2020-03-18 12:16:13 +08:00
  • 28869fa024 serssion, server: fix the correctness of the query field in the DDL job (#15435) Lynn 2020-03-18 11:06:13 +08:00
  • 4997bf2076 executor, infoschema: Migrate dataForPseudoProfiling from package infoschema to executor (#15406) QingFu Wei 2020-03-18 10:49:43 +08:00
  • ad63c03e50 infoschema:Migrate dataForColumns from package infoschema to executor (#15402) Mizuki Nanami 2020-03-18 00:03:43 +08:00
  • 5268094afe planner: correct the dbName for hint (#15319) HuaiyuXu 2020-03-17 22:20:13 +08:00
  • 544e45eb54 planner, executor: fix rename sm_join to merge_join (#15394) lawyerphx 2020-03-17 18:32:13 +08:00
  • 0c5e58107d planner: forbiden nested view creation (#15420) HuaiyuXu 2020-03-17 17:29:13 +08:00
  • 71234a0348 server: check kill flag for load data (#15391) cfzjywxk 2020-03-17 16:50:14 +08:00
  • e0de04dc72 .github: update the label of component/DDL (#15418) Lynn 2020-03-17 16:35:14 +08:00
  • 12aabbdc67 ddl: basic support for invisible index (#15366) Maxwell 2020-03-17 15:31:35 +08:00
  • 8aad651871 coprocessor: add more log infos when meet region error (#14860) Zhuomin(Charming) Liu 2020-03-17 14:19:26 +08:00
  • 735f870c6c executor: refine getting prometheus address (#15304) reafans 2020-03-17 14:10:24 +08:00
  • 76f63fdac6 planner: add error message for group_concat (#15345) Zhao Xin 2020-03-17 13:36:53 +08:00
  • aec6143179 *: support require-secure-transport startup option (#15341) lysu 2020-03-17 08:46:45 +08:00
  • 164c1e4721 executor: add server down/restart inspection (#15375) crazycs 2020-03-16 22:13:40 +08:00
  • 86a148bdee rowcodec: fix panic when encode MaxUint16 len data (#15404) lysu 2020-03-16 20:20:53 +08:00
  • af861eeba2 planner: support hint USE_CASCADES(true|false) to use/disuse cascades planner in a single query (#15352) gauss1314 2020-03-16 19:35:24 +08:00
  • 6f1d2123dd expression: avoid reading/writing FieldType struct of Constant concurrently (#15364) Kenan Yao 2020-03-16 19:04:53 +08:00
  • 53e5197b02 executor: reuse transaction snapshot if applicable (#15400) Evan Zhou 2020-03-16 18:25:54 +08:00
  • 20a19220a7 planner: refactor memory table explain information and add explain interface for other extractors (#15377) crazycs 2020-03-16 17:40:24 +08:00
  • 1b3b6f0e80 *: make 'password' in mysql.user as a generated column of authentication_string (#15311) tangenta 2020-03-16 15:26:24 +08:00
  • 01d5abd10c .github: update pull request template (#15167) Zhang Jian 2020-03-16 14:17:25 +08:00
  • 1b7cc5daa3 executor: rename startTS to snapshotTS in executor builder (#15396) Jack Yu 2020-03-16 14:10:24 +08:00
  • 6bf04851d2 kv: use explicit bitsize for int64 (#15194) zhiqiangxu 2020-03-16 13:20:23 +08:00
  • cab1522bef executor: refine flashback table error message (#15331) crazycs 2020-03-16 12:50:40 +08:00
  • da9ed101b0 executor: asynchronous parsing slow log (#15363) Ziyi Yan 2020-03-16 12:40:24 +08:00
  • 6f95edbaee session: reorganize session unit test suite (#15279) glorv 2020-03-16 12:20:23 +08:00
  • 48592e989f planner/core: unset serial flag for time-costly test suite `te… (#15232) glorv 2020-03-16 12:06:07 +08:00
  • a977875623 *: use https protocol between tidb-pd tidb-tidb when cluster-ssl configured (#15342) lysu 2020-03-16 11:36:24 +08:00
  • 3274c6229a planner: BatchPointGet support Update and Delete on partitioned tables. (#15353) Evan Zhou 2020-03-16 11:14:58 +08:00
  • aa0c4f6d8b executor: migrate dataForServersInfo from infoschema pkg to executor (#15195) Pratyush Singhal 2020-03-15 20:02:23 +05:30
  • d9fdd0a3bb UCP: Migrate DataForAnalyzeStatus from package infoschema to executor (#15303) QingFu Wei 2020-03-15 16:11:53 +08:00
  • 892dcedf34 util/codec: add EncodedBytesLength (#15170) zhiqiangxu 2020-03-15 11:28:53 +08:00
  • 0827d771f1 README.md: add contribution-map icon and link (#15235) zhangjinpeng1987 2020-03-15 10:24:33 +08:00
  • 1e32b49c67 planner: fix create view grammer check (#15334) Andrew 2020-03-15 10:06:23 +08:00
  • f58d9ffc65 *: add builtin function json_storage_size (#15248) Bradley Laney 2020-03-14 22:00:23 -04:00
  • 8d357790c7 expression: vectorized builtinFormatWithLocaleSig (#14920) lance6716 2020-03-15 09:52:53 +08:00
  • defef7550d planner/cascades: add transformation rule TransformAggToProj (#14893) SeaRise 2020-03-14 10:41:08 -05:00
  • 4adff06b99 executor: reduce task queue size to reduce memory consume for load statement (#15369) cfzjywxk 2020-03-14 20:23:53 +08:00
  • f96884af93 *: fix BatchPointGet return empty value for already locked key. (#15365) Evan Zhou 2020-03-14 18:43:31 +08:00
  • 3d01c646db planner: add show table $table_name next_row_id syntax (#14567) (#14697) 张某 2020-03-14 14:55:23 +08:00
  • 74626823f4 expression: fix collate bug in constant propagation (#15066) wjHuang 2020-03-13 22:55:23 +08:00
  • 14d290f511 ranger: fix the range calculation when we meet collation (#15179) Yiding Cui 2020-03-13 22:39:24 +08:00
  • d79927e7b8 planner: Support cluster_log message column DNF predicates push-down (#15196) SeaRise 2020-03-13 08:06:23 -05:00
  • 902fb17572 infoschema: change metric def range duration. (#15322) crazycs 2020-03-13 17:14:53 +08:00
  • 63c3fadebe config: fix the unstable test TestPDConfHandler (#15332) Yuanjia Zhang 2020-03-13 16:35:54 +08:00
  • 4f21076918 expression: fix wrong behavior for IF(not_int, *, *) (#15016) lance6716 2020-03-13 15:30:24 +08:00
  • b18759b8c1 expression: fix behavior for CASE WHEN (not_int) (#15309) lance6716 2020-03-13 15:23:55 +08:00
  • cb3a6b86e8 kv: check 'transaction too large' in memDbBuffer's Delete (#15298) tiancaiamao 2020-03-13 11:19:02 +08:00
  • 88dd552a6d *: fix autoid allocation to avoid quickly exhaustion (#15261) tiancaiamao 2020-03-13 10:50:03 +08:00
  • 55532d99e2 Moved connection-time SSL errors from Debug to Info log level (#15308) Kolbe Kegel 2020-03-12 19:10:02 -07:00
  • dc8098bc73 planner: BatchPointGet support partition table (#15327) Evan Zhou 2020-03-13 09:10:32 +08:00
  • de39b8a5c6 executor: do not store rows in UpdateExec (#15325) Yilin Chen 2020-03-12 21:23:02 +08:00
  • 696e00b80b session: fix the txn.Size() function for TxnState (#15282) tiancaiamao 2020-03-12 19:54:10 +08:00
  • bbcc42ff81 tikv: reduce call of TiKVSendReqHistogram.WithLabelValues (#15297) Zejun Li 2020-03-12 17:57:02 +08:00
  • 15f50f17f6 tikv: replace WithTimeout with time.NewTimer in sendBatchRequest (#15320) Zejun Li 2020-03-12 17:24:02 +08:00
  • d052f5c41d server: stop the server when writing binlog failed (#15324) Jack Yu 2020-03-12 16:25:32 +08:00
  • 8db471ff1f expression: fix the issue that casting a string to a real number is not compatible with MySQL (#15321) Yuanjia Zhang 2020-03-12 16:15:32 +08:00
  • 80d577a143 expression: update builtinLike to be collation-aware (#15049) bb7133 2020-03-12 16:08:32 +08:00
  • 280f4fa8ed copr: fix inconsistant behavior caused by push down dayname (#15326) zhongzc 2020-03-12 16:03:03 +08:00
  • 7a43056bab planner: forbid converting subqueries to inner-joins if the left and the right key have different collations (#15290) Yuanjia Zhang 2020-03-12 15:39:32 +08:00
  • 35468b1e39 txn: get txn status does not block if txn not found (#15300) cfzjywxk 2020-03-12 15:14:04 +08:00
  • d7a8eab864 store/tikv: handle the large transaction commit dead lock (#15072) tiancaiamao 2020-03-12 14:26:32 +08:00
  • ab17254e3b executor: fix error message when inserting an invalid value for type datetime (#15220) Jack Yu 2020-03-12 12:04:03 +08:00
  • 45d83d1adb infoschema: remove the inspection_schema (#15296) Lonng 2020-03-12 11:51:18 +08:00
  • 107b071e0c ddl: not to overwrite column charsets when altering table charset without 'convert to' (#14304) tangenta 2020-03-11 23:52:20 +08:00
  • 6c67561ee0 server: fix tls setup and error log (#15287) lysu 2020-03-11 20:55:47 +08:00
  • a10a2c317e UCP: Migrate dataForTiDBClusterInfo from package infoschema to executor (#15230) QingFu Wei 2020-03-11 05:50:29 -07:00
  • ea04c6a442 planner/cascades: add transformation rule PullSelectionUpApply & TransformApplyToJoin (#14651) Mingcong Han 2020-03-11 07:42:32 -05:00
  • 34ff2b9a1d executor: use deep copy for maxMin4JSON (#15242) Zhuhe Fang 2020-03-11 17:35:32 +08:00
  • fab1c60a2a workflow: remove PR auto assignment (#15286) Feng Liyuan 2020-03-11 17:29:32 +08:00
  • a999ef6981 expression: support different expr push down for TiKV and TiFlash (#15174) xufei 2020-03-11 16:16:03 +08:00
  • 9f0736ee8b errno: move the error code from the parser/mysql to tidb/errno (#15277) tiancaiamao 2020-03-11 15:40:21 +08:00
  • 1cb773919b expression: vectorized builtinDateFormatSig (#14934) lance6716 2020-03-11 15:22:44 +08:00
  • add16fd390 workflow: assign Planner/Runtime's PRs to Kanban (#15280) Feng Liyuan 2020-03-11 15:09:32 +08:00
  • 51f40d0f7e server: integrate failpoint into status service (#15223) zyguan 2020-03-11 15:03:32 +08:00
  • 0abbd9865d server: make unique index could be used in fast path for batch point get, and do lock keys (#15266) cfzjywxk 2020-03-11 14:32:04 +08:00
  • 3e16e1f9fd executor: Migrate dataForStatistics, dataForTikVRegionPeers, dataForTiDBHotRegions from package infoschema to executor (#15202) gauss1314 2020-03-11 14:26:32 +08:00
  • 248be5bba5 planner: push down Lock to PointGet and BatchPointGet (#15257) Evan Zhou 2020-03-11 13:58:32 +08:00
  • ac2fa182e3 infoschema: Migrate dataForMetricTables from package infoschema to executor (#15238) maxyunn 2020-03-11 13:53:03 +08:00
  • 6f6c415298 expression: vectorized builtinSleepSig (#15193) Ziyi Yan 2020-03-11 11:38:32 +08:00
  • 188abc850a expression: fix invalid evaluation in builtinDateFormat (#15263) Yuanjia Zhang 2020-03-11 10:44:23 +08:00
  • d329fad8c4 store: fix timing of prewrite binlog in slow log (#15273) Jack Yu 2020-03-11 10:32:32 +08:00
  • 8a3bfd8e2a executor,infoschema: move dataForSessionVar into executor (#15267) Rustin 2020-03-11 10:21:32 +08:00
  • 7c39e5e5e0 expression: fix decimal of function FROM_UNIXTIME (#14936) Feng Liyuan 2020-03-10 21:36:02 +08:00
  • 31469e057b executor,infoschema: move dataForTableConstraints into executor (#15240) Rustin 2020-03-10 21:00:32 +08:00
  • 183a9d585a *: update explain info of outer hash joins (#15247) Zhuhe Fang 2020-03-10 20:38:02 +08:00
  • 12fa28f52e executor: fix the data race on TestDataForTableStatsField and TestPartitionsTable (#15260) reafans 2020-03-10 20:28:32 +08:00