Commit Graph

  • 72c5d26966 server: log last executed prepared stmt when panic (#12905) lysu 2019-10-25 14:32:29 +08:00
  • b67246614f server: fix typo (#12923) you06 2019-10-25 11:58:29 +08:00
  • a7383c85f5 expression: implement vectorized evaluation for builtinInet6AtonSig (#12859) mmyj 2019-10-25 11:38:26 +08:00
  • e8631bf387 tikv: make requests fail-fast for dial timeouted (#12819) lysu 2019-10-25 11:02:00 +08:00
  • 4907685ed2 *: fix bug that the kill command doesn't work when the killed session is waiting for the pessimistic lock (#12852) tiancaiamao 2019-10-24 17:26:12 +08:00
  • bb1c5c8493 executor: fix the projection upon the indexLookUp in indexLookUpJoin can't get result. (#12889) Shenghui Wu 2019-10-24 11:41:59 +08:00
  • 2e6a2ee478 planner, executor: support create view on union (#12595) HuaiyuXu 2019-10-24 11:30:12 +08:00
  • 07b926d26b planner/cascades: introduce TransformationID in cascades planner (#12879) Mingcong Han 2019-10-24 02:58:59 +08:00
  • d6270085f4 executor: fix data race in test (#12910) Feng Liyuan 2019-10-23 23:41:29 +08:00
  • 73213999ce executor: reuse chunk row for insert on duplicate update (#12847) Jack Yu 2019-10-23 21:57:07 +08:00
  • 9a2aa5e153 ddl: speed up tests (#12888) Lynn 2019-10-23 21:15:44 +08:00
  • 9b0334601a executor: speed up test (#12896) Feng Liyuan 2019-10-23 21:11:21 +08:00
  • b1ca98558c expression: implement vectorized evaluation for builtinSecondSig (#12886) yang 2019-10-23 20:52:34 +08:00
  • c6d284e1de expression: implement vectorized evaluation for builtinJSONObjectSig (#12663) Zhang Zhiyi 2019-10-23 19:23:24 +08:00
  • cb1e7cff89 expression: speed up builtinRepeatSig by using MergeNulls (#12674) Zhang Zhiyi 2019-10-23 17:24:29 +08:00
  • 5d5497bfeb expression: speed up unit tests under the expression package (#12887) Yuanjia Zhang 2019-10-23 03:56:31 -05:00
  • 58fc7d44f7 store,kv: snapshot doesn't cache the non-exists kv entries lead to poor 'insert ignore' performance (#12872) tiancaiamao 2019-10-23 15:08:59 +08:00
  • 34b3c9a641 executor: fix data race in GetDirtyTable() (#12767) Zhuomin(Charming) Liu 2019-10-23 13:57:30 +08:00
  • 46968add51 domain: increase TTL to reduce the occurrence of reporting min startTS errors (#12578) Jack Yu 2019-10-23 13:28:29 +08:00
  • bc997d7035 executor: split test for speed up (#12881) crazycs 2019-10-23 12:58:29 +08:00
  • 9a074ca8a7 executor: fix inconsistent of grants privileges with MySQL when executing grant all on ... (#12330) tsthght 2019-10-23 11:33:53 +08:00
  • a9c92e4af2 expression: implement vectorized evaluation for builtinJSONUnquoteSig (#12841) Zhang Zhiyi 2019-10-23 10:48:27 +08:00
  • 7447361591 tune grpc connection count between tidb and tikv (#12884) zhangjinpeng1987 2019-10-23 09:47:25 +08:00
  • 1c6cd8ef4a Makefile: change test parallel to 8 (#12885) zhouqiang 2019-10-23 01:17:09 +08:00
  • 5ea98344c4 expression: add missing setPbCode() for some arithmetic function (#12864) Lonng 2019-10-22 23:02:00 +08:00
  • 076503a468 expression: implement vectorized builtinArithmeticMultiplyIntUnsignedSig (#12834) yongchaoyan 2019-10-22 20:46:29 +08:00
  • 8f6e0340fe expression: implement vectorized evaluation for builtinCastIntAsTimeSig (#12842) Eugene Kalinin 2019-10-22 15:23:29 +03:00
  • 99dfc8c503 expression: add more test JSON files (#12874) Zhuhe Fang 2019-10-22 19:34:29 +08:00
  • 9d769e4a05 meta: make auto id minimum step larger (#12873) Lingyu Song 2019-10-22 18:31:29 +08:00
  • d15bf25961 planner: unfold the wildcard when creating view (#11818) Andrew 2019-10-22 17:55:16 +08:00
  • 263a49d003 expression: implement vectorized evaluation for builtinMD5Sig (#12731) mmyj 2019-10-22 17:22:40 +08:00
  • 2d28a2703f expression: refactor builtinRegexpSig to remove duplicate code (#12822) Ye Kuang 2019-10-22 18:16:17 +09:00
  • 05d0ad0b8c expression: implement vectorized evaluation for builtinMinuteSig (#12717) rogaps 2019-10-22 15:20:36 +07:00
  • 5f1a584575 expression: implement vectorized evaluation for builtinSHA2Sig (#12737) mmyj 2019-10-22 16:14:35 +08:00
  • 62cdcc5dfb expression: implement vectorized evaluation for builtinLastInsertIDSig (#12738) tangwz 2019-10-22 15:32:50 +08:00
  • 77a5526f59 session: speed up test by reduce pre-write back-off time (#12863) crazycs 2019-10-22 15:15:43 +08:00
  • 5bf03c8df4 executor: add SHUTDOWN command and privilege check (#12804) Eugene Kalinin 2019-10-21 16:49:56 +03:00
  • abab046991 expression: reduce the time of running the unit-test in expression package (#12848) Chengpeng Yan 2019-10-21 21:14:29 +08:00
  • 92c31cb52f implement vectorized builtinJSONTypeSig (#12854) Zhang Zhiyi 2019-10-21 20:57:00 +08:00
  • 2920ad8ad6 expression: implement vectorized evaluation for builtinLTrimSig (#12735) shihongzhi 2019-10-21 20:14:21 +08:00
  • 98e26534c0 add builtinRpadSig (#12699) baishen 2019-10-21 19:24:43 +08:00
  • 2595e0ad31 planner/cascades: separate cached Pattern from GetPattern() (#12746) Mingcong Han 2019-10-21 18:48:49 +08:00
  • 16f3e6aa1b store/tikv: tiny refactoring, change twoPhaseCommitAction to interface (#12845) tiancaiamao 2019-10-21 18:08:19 +08:00
  • 50c60ae976 expression: implement vectorized evaluation for builtinCastDecimalAsIntSig (#12608) tangwz 2019-10-21 18:00:49 +08:00
  • 8eb8d13528 expression: implement vectorized evaluation for builtinCeilIntToDecSig (#12777) Iggie Wang 2019-10-21 17:39:20 +08:00
  • 6182871dad expression: implement vectorized evaluation for builtinGreatestStringSig (#12778) mmyj 2019-10-21 17:06:43 +08:00
  • 691199b10f expression: implement vectorized evaluation for builtinWeekDaySig (#12667) chacha923 2019-10-21 16:55:38 +08:00
  • 0386777045 implement vectorized builtinArithmeticMultiplyIntSig (#12714) Zhang Zhiyi 2019-10-21 16:49:04 +08:00
  • d0113f4a59 planner/cascades: implement ImplementationRule for Selection (#12257) Mingcong Han 2019-10-21 16:29:19 +08:00
  • 46a505dbb2 expression: implement vectorized evaluation for builtinCurrentTime0ArgSig and builtinCurrentTime1ArgSig (#12837) mmyj 2019-10-21 16:20:45 +08:00
  • adcebe2b5c expression: implement vectorized builtinJSONDepthSig (#12830) Gangjian Liu 2019-10-21 14:55:25 +08:00
  • 87e68b06ed expression: implement vectorized evaluation for builtinJSONQuoteSig (#12831) Zhang Zhiyi 2019-10-21 11:12:19 +08:00
  • 9808be99b7 expression: implement vectorized evaluation for builtinLeastStringSig (#12780) mmyj 2019-10-21 10:58:20 +08:00
  • 716b6a8745 expression: implement vectorized evaluation for builtinOctStringSig (#12698) mmyj 2019-10-21 10:39:19 +08:00
  • 44c95fb2c5 executor: update the memory usage format in expensive logs (#12809) Yuanjia Zhang 2019-10-21 10:27:37 +08:00
  • b1d1d25529 expression: implement vectorized evaluation for `builtinSHA1Si… (#12734) mmyj 2019-10-20 15:22:57 +08:00
  • 6c8aa3da1e expression: implement vectorized evaluation for builtinPasswordSig (#12754) mmyj 2019-10-19 22:27:29 +08:00
  • 12a3ce088b expression: implement vectorized evaluation for 'builtinJSONAnyValueSig' (#12820) tsthght 2019-10-18 18:03:48 +08:00
  • 286047be6b expression: implement vectorized evaluation for 'builtinCastStringAsJSONSig' (#12802) tsthght 2019-10-18 17:30:49 +08:00
  • 79e3e7521a expression: implement vectorized evaluation for 'builtinCastTimeAsJSONSig' (#12795) tsthght 2019-10-18 15:59:19 +08:00
  • 2175bdd956 stats: fix shallow copy bugs (#12691) Haibin Xie 2019-10-18 15:35:19 +08:00
  • 8011454514 expression: implement vectorized evaluation for 'builtinBitXorSig' (#12764) Ye Kuang 2019-10-18 15:48:39 +09:00
  • 0aaa2779a8 expression: implement vectorized evaluation for builtinRegexpSig (#12511) Ye Kuang 2019-10-18 15:40:54 +09:00
  • 4c989b0027 tikv: non-blocking establish superbatch connection with timeout (#12733) lysu 2019-10-18 13:40:49 +08:00
  • 48c1571ab4 expression: implement vectorized evaluation for 'builtinCastDecimalAsJSONSig' (#12803) tsthght 2019-10-18 12:56:18 +08:00
  • c047835df1 planner: correct unit test for outer join simplification with cast (#12782) Kenan Yao 2019-10-17 22:27:48 +08:00
  • b8cd65714f *: record and print the plan in slow log. (#12179) crazycs 2019-10-17 22:13:19 +08:00
  • a22af3f821 expression: implement vectorized evaluation for 'builtinCastJSONAsJSONSig' (#12794) tsthght 2019-10-17 19:39:48 +08:00
  • e1ba309148 executor: make IndexHashJoin support keeping the outer order (#12349) HuaiyuXu 2019-10-17 14:48:24 +08:00
  • abadb0b953 expression: set null conditionally in 'builtinLogicOrSig' (#12773) Ye Kuang 2019-10-17 15:26:50 +09:00
  • 740b7769b0 *: support automatically create sql baselines (#12434) Haibin Xie 2019-10-17 14:16:48 +08:00
  • f62d0c71d2 *: Support hot-reloading option enable-arrow (#12621) Shenghui Wu 2019-10-17 14:01:18 +08:00
  • 8e084422f7 ddl: check column and partition value have same type for range column partition (#12664) tiancaiamao 2019-10-17 13:41:05 +08:00
  • ae811b91c9 planner: fix constant propagation for AntiSemiJoin (#12728) Kenan Yao 2019-10-17 11:03:48 +08:00
  • 59942ab4cc optimizer: presolve before expr propagation, and try reducing newFunc call in pa… (#12592) cfzjywxk 2019-10-17 10:46:18 +08:00
  • acd14097b4 implement builtinArithmeticModDecimalSig (#12763) Iggie Wang 2019-10-17 08:51:02 +08:00
  • 609b52998f executor: revert mostly changes in #11678 (#12481) Feng Liyuan 2019-10-16 21:22:49 +08:00
  • 92265bee64 expression: implement vectorized evaluation for builtinJSONKeysSig (#12700) Zhang Zhiyi 2019-10-16 21:13:49 +08:00
  • f2179bf9e4 expression: implement vectorized evaluation using go generate for if/ifnull/casewhen (#12655) Feng Liyuan 2019-10-16 21:02:21 +08:00
  • 4798f340f8 expression: implement vectorized evaluation for builtinRTrimSig (#12736) shihongzhi 2019-10-16 20:34:55 +08:00
  • 5564267250 Fix forever hanging when HashAgg is called by apply (#12760) Feng Liyuan 2019-10-16 20:16:21 +08:00
  • 7312a62937 expression: implement vectorized evaluation for builtinArithmeticDivideDecimalSig (#12716) Iggie Wang 2019-10-16 19:34:33 +08:00
  • 2f7a66f2da planner: fix wrong full range for table scan in tiflash (#12756) Zhuomin(Charming) Liu 2019-10-16 16:04:33 +08:00
  • 4cca67cc11 expression: implement vectorized evaluation for 'builtinCastDurationAsDurationSig' (#12630) tsthght 2019-10-16 15:43:38 +08:00
  • 6b403e5767 expression: implement vectorized evaluation for builtinArithmeticPlusIntSig (#12559) Summer 2019-10-16 15:31:38 +08:00
  • e168fd93f6 types: invalid year should be 0 (#12715) Chengyou Liu 2019-10-16 10:35:45 +08:00
  • 46c3f1a916 expression: implement vectorized evaluation for `builtinDecode… (#12709) mmyj 2019-10-16 08:57:16 +08:00
  • 73c172a660 expression: fix random unit test failed in vectorized evaluation for builtinArithmeticModRealSig (#12722) ZhaoQian 2019-10-15 19:25:33 +08:00
  • e80bab6d46 fix the STR_TO_DATE incompatible between MySQL and TiDB (#12623) Lonng 2019-10-15 17:51:25 +08:00
  • 15984f696d planner, expression: fix simplify outer join with cast (#12701) justarandomstring 2019-10-15 16:42:03 +08:00
  • 8a8f41da6f ddl: fix create table check for range columns partition (#12622) tiancaiamao 2019-10-15 15:08:33 +08:00
  • 4105c39baf implement builtinArithmeticMultiplyDecimalSig (#12689) Iggie Wang 2019-10-15 12:24:41 +08:00
  • d4a13122b9 expression: implement vectorized evaluation for builtinArithmeticModRealSig (#12696) ZhaoQian 2019-10-15 12:11:25 +08:00
  • 5aa1d8f2be expression: implement vectorized evaluation for builtinCastJSONAsIntSig (#12697) tangwz 2019-10-15 12:06:33 +08:00
  • ca1731a2e9 expression: implement vectorized evaluation for builtinLpadSig (#12635) baishen 2019-10-15 11:57:33 +08:00
  • 57327d122c expression: add builtin function json_valid (#12596) Chengpeng Yan 2019-10-15 11:48:51 +08:00
  • 9ec66f6778 tikv: eliminate unnecessary pessimistic rollback (#12561) Lei Zhao 2019-10-15 11:31:51 +08:00
  • 4a43daa882 planner: handle single partition in IndexJoin correctly (#12581) Kenan Yao 2019-10-15 11:26:03 +08:00
  • ae71823eda expression: implement vectorized evaluation for 'builtinUUIDSig' (#12661) tsthght 2019-10-15 11:10:04 +08:00
  • 7c3d1fa6b1 expression: implement vectorized evaluation for builtinEncodeSig (#12702) mmyj 2019-10-15 10:55:04 +08:00