Commit Graph

  • 755fd1924b ddl: fix index length calculation (#13727) Tanner 2019-11-27 19:51:17 +08:00
  • c10c576cab store: implement non-block reading for Get and BatchGet under the large transaction protocol (#13599) tiancaiamao 2019-11-27 18:54:58 +08:00
  • 2082b68a41 test: optimize session&planner/core unit test (#13580) glorv 2019-11-27 17:25:55 +08:00
  • 134b80cdf4 distsql: Unify endian for Chunk encode format (#13349) Shenghui Wu 2019-11-27 17:15:25 +08:00
  • 17fe696d8d Makefile: move the success message from explaintest to test (#13748) Tanner 2019-11-27 17:08:42 +08:00
  • 37ea7d44a5 table: refactor code simplify string comparison (#13762) Rustin 2019-11-27 17:03:23 +08:00
  • 6a59557500 executor: show operators' concurrency information in results of EXPLAIN ANALYZE (#13539) Chengpeng Yan 2019-11-27 16:46:25 +08:00
  • e979cff6bb planner: add column mapping in explain result (#13640) Yiding Cui 2019-11-27 16:39:19 +08:00
  • 596fb64233 planner: support a hint to force using a IndexMerge path (#12843) hailanwhu 2019-11-27 18:44:25 +11:00
  • e4bdb7b229 executor: show max-proc-keys and p95-proc-keys in results of explain analyze (#13692) Yuanjia Zhang 2019-11-27 01:00:26 -06:00
  • d811fbb461 util: remove some unused code in admin package (#13742) wjHuang 2019-11-27 14:37:25 +08:00
  • 80bbc900f9 infoschema: refactor GetClusterServerInfo to avoid executing internal SQL (#13765) Lonng 2019-11-27 14:31:56 +08:00
  • f996816eb7 expression : fix function 'binSearch' in builtinIntervalRealSig not return error (#12957) gtygo 2019-11-27 13:59:56 +08:00
  • 0fcf1df772 expression:implement vectorized evaluation for builtinConvertSig (#13537) CWang 2019-11-27 13:10:43 +08:00
  • 246b91edd4 meta: refine error code for package meta (#13654) Maxwell 2019-11-27 12:57:07 +08:00
  • 9acb0a37f0 util: refactor the code (#13760) Rustin 2019-11-27 12:02:14 +08:00
  • 04fc7cca98 util/printer: get GoVersion from runtime variable instead of shell (#13763) Ewan Chou 2019-11-27 11:56:43 +08:00
  • 6b7e19ab41 extract a LogicalMemTable from DataSource to decouple memory/stored tables (#13741) Lonng 2019-11-27 10:19:17 +08:00
  • eae41adc0c expression: implement vectorized evaluation for builtinAesDecryptIVSig (#13557) Zhang Zhiyi 2019-11-26 23:48:13 +08:00
  • 3a48a48630 *: remove the assertion proto (#13732) tiancaiamao 2019-11-26 22:58:49 +08:00
  • d8f806f1d4 stringutil: improve DoMatch performance (#13407) 庄天翼 2019-11-26 20:30:13 +08:00
  • 26537cd292 ddl: remove duplicate import and unused test result (#13744) Tanner 2019-11-26 20:16:43 +08:00
  • a1dc0477a5 types: add error code for package types (#13300) Jack Yu 2019-11-26 19:45:14 +08:00
  • 6a17f90205 expression: fix the corner case of CAST int as unsigned real/decimal (#13637) Maxwell 2019-11-26 18:01:07 +08:00
  • 9fd3e92318 server: add rpcserver to get other tidb server info for diagnostics (#13693) crazycs 2019-11-26 17:46:19 +08:00
  • 2de2baa256 *: fix staticcheck errors in folder bindinfo, config, infoschema, meta and privilege (#13702) Qiannan 2019-11-26 22:27:29 +13:00
  • 3f95d1681d tikv: make follower-read request retry other peers when meet EpochNotMatchError (#13472) lysu 2019-11-26 16:57:44 +08:00
  • 445e30204a expression: implement vectorized evaluation for builtinJSONArrayInsertSig (#13667) Zhang Zhiyi 2019-11-26 16:32:15 +08:00
  • 9810b2d078 expression: implement vectorized evaluation for builtinDateDiffSig (#13595) Aerys 2019-11-26 16:05:13 +08:00
  • 33b971021c expression: implement vectorized evaluation for builtinCastStringAsIntSig (#13617) Aerys 2019-11-26 15:52:13 +08:00
  • 4c8c3b4157 config: default to enable-xx if configuration options confict (#13153) ichneumon 2019-11-26 14:54:30 +08:00
  • 3a7d2a18d9 planner/core: fix not null flag for using and natural join (#13735) Haibin Xie 2019-11-26 14:28:03 +08:00
  • 8e6e818eb2 docs: add recover binlog (#13724) Jack Yu 2019-11-26 14:18:00 +08:00
  • acfc7be794 infoschema: refine error code for package infoschema (#13646) Maxwell 2019-11-26 10:21:43 +08:00
  • e2c8c17e92 *:fix staticcheck errors in folder distsql and domain (#13668) Qiannan 2019-11-26 15:08:31 +13:00
  • 8ed87c181e executor, test: copy the index join tests for index hash join and index merge join (#13618) Zhuomin(Charming) Liu 2019-11-25 21:27:30 +08:00
  • b0f534bf32 timeutil: do not use system files to verify timezone (#13593) Jack Yu 2019-11-25 15:52:46 +08:00
  • 9cb05c7f38 ddl: update the error message of "modify/change column" to make it easier to understand (#13457) Lynn 2019-11-25 15:26:16 +08:00
  • 189d89e00a planner, executor: build ColWithCmpFuncManager.TmpConstant for indexHashJoin.innerWorker individually (#13714) HuaiyuXu 2019-11-25 14:36:17 +08:00
  • 74bb0d5bb4 server: improve test coverage of server/conn.go (#13712) reafans 2019-11-25 14:21:17 +08:00
  • ffa80571f8 planner/cascades: refactor the interface of Transformation (#13610) Mingcong Han 2019-11-25 14:05:46 +08:00
  • 17fda43487 planner, executor: build ColWithCmpFuncManager.TmpConstant for indexMergeJoin.innerWorker individually (#13713) HuaiyuXu 2019-11-25 13:57:16 +08:00
  • dc788a11bc Makefile: Split make test into two test parts for CI (#13689) Yixuan Zhao 2019-11-25 11:44:16 +08:00
  • fea5ce1114 doc: fixed invalid url in CONTRIBUTORS.md (#13703) Qiannan 2019-11-24 16:52:07 +13:00
  • bc21efebf5 executor: print the number of cop-tasks in results of explain analyze (#13686) Yuanjia Zhang 2019-11-22 20:26:37 -06:00
  • 153a6facfe infoschema: place INFORMATION_SCHEMA in new virtual table framework (#13696) Lonng 2019-11-22 17:49:24 +08:00
  • 760d27c51f util: fix staticcheck errors (#13456) (#13651) someblue 2019-11-22 17:20:25 +08:00
  • 518692c14c bindinfo: support evolve plan (#13465) Haibin Xie 2019-11-22 17:09:37 +08:00
  • 71e19a7308 Allocate continuous row id for single INSERT statement (#13648) Wallace 2019-11-22 16:22:08 +08:00
  • 2418958354 expression: enable 19 functions push down (#13683) Wenxuan 2019-11-22 15:56:07 +08:00
  • 876da07be5 stats: fix data race when updating stats cache (#13647) Haibin Xie 2019-11-22 15:28:37 +08:00
  • 86c6e568f1 ddl: speed up ddl tests (#13672) Lynn 2019-11-22 13:57:37 +08:00
  • 1773338c54 expression: implement vectorized evaluation for builtinSubTimeStringNullSig (#13662) Silva 2019-11-22 13:39:15 +08:00
  • 89847e86ce expression: implement vectorized evaluation for builtinUnaryMinusIntSig (#13574) Aerys Nan 2019-11-22 13:05:55 +08:00
  • 4b830aa7f6 *: Remove unused code (#13674) Keyi Xie 2019-11-22 11:37:07 +08:00
  • 06fd934e17 server: improve test coverage of /debug/zip api (#13486) Maxwell 2019-11-22 11:25:34 +08:00
  • 49ad436156 util: format error code for memory package (#13540) Lingyu Song 2019-11-22 11:12:37 +08:00
  • d473f2d855 privilege: add authHost and use authHost to verificate (#13544) Lingyu Song 2019-11-22 11:07:08 +08:00
  • af2a2c5321 bindinfo: support bindings management (#13608) Haibin Xie 2019-11-22 11:01:07 +08:00
  • 17ffc8031b executor: do not set priority when tidb_force_priority is set (#13633) Jack Yu 2019-11-22 10:51:38 +08:00
  • de6277fe2d planner, executor: build ColWithCmpFuncManager.TmpConstant for indexJoin.innerWorker individually (#13669) HuaiyuXu 2019-11-21 21:31:08 +08:00
  • ce87b6c671 ddl: fix the error message for dropping primary key (#13665) Lynn 2019-11-21 17:24:10 +08:00
  • ee8feebb00 expression: implement vectorized evaluation for builtinTrim3ArgsSig (#13596) Aerys Nan 2019-11-21 16:03:38 +08:00
  • d680994e26 expression: implement vectorized evaluation for builtinLocateBinary2ArgsSig (#13601) Aerys Nan 2019-11-21 15:59:37 +08:00
  • da0fe6fd14 infoschema, util: Add more fields to table events_statements_summary_by_digest (#13484) djshow832 2019-11-21 15:54:19 +08:00
  • 2dbbf7f028 planner: fill missing origin table name for DEFAULT() function (#12550) Maxwell 2019-11-20 22:16:05 -08:00
  • 96069cd749 planner: reuse GroupBy Columns when build finalModeAgg (#13653) Mingcong Han 2019-11-21 13:53:37 +08:00
  • ebe8b0989d *: limit a single test function timeout to 4s (#13573) tiancaiamao 2019-11-21 13:44:08 +08:00
  • 0e0faeeb30 *: use filepath instead of path for file operations (#13590) Jack Yu 2019-11-21 13:20:37 +08:00
  • b5b42091d2 cache column idx in buildUpdateLists to reduce FindFieldName (#13530) zhangjinpeng1987 2019-11-21 13:15:10 +08:00
  • 9a2c5e63bf fixed staticcheck errors in folder cmd (#13636) Qiannan 2019-11-21 17:47:07 +13:00
  • f98a1077c1 executor: refine the check of onlyFullGroupBy when groupByItem is parenthesesExpr or UnaryPlusExpr (#13655) HuaiyuXu 2019-11-21 12:39:07 +08:00
  • 275984501f planner: Support assign DEFAULT in ON DUPLICATE KEY UPDATE statement (#13168) Maxwell 2019-11-20 20:33:37 -08:00
  • 295ed98d0c expression: implement vectorized evaluation for' builtinCastJSONAsDecimalSig' (#13577) ZhaoQian 2019-11-21 11:53:08 +08:00
  • 3ad9d3b0af expression: implement vectorized evaluation for builtinLikeSig (#13644) Ping Yu 2019-11-21 11:47:37 +08:00
  • 567f0d485e expression: implement vectorized evaluation for builtinStrToDateDateSig (#13509) Ping Yu 2019-11-21 11:28:43 +08:00
  • 042cff4109 expression: implement vectorized evaluation for builtinTidbParseTsoSig (#13615) Aerys Nan 2019-11-21 10:36:53 +08:00
  • 92e774913a build: exclude vendor directory in check_testSuite.sh (#13541) Feng Liyuan 2019-11-20 22:18:14 +08:00
  • 9b4943fa24 expression: implement vectorized evaluation for builtinLastDaySig (#13503) Eugene Kalinin 2019-11-20 16:16:31 +03:00
  • 52afe66a7d expression: implement vectorized evaluation for builtinSecToTimeSig (#13609) Aerys Nan 2019-11-20 21:06:14 +08:00
  • 06df82d094 expression: implement vectorized evaluation for builtinExtractDatetimeSig (#13630) zhongshanhao 2019-11-20 21:00:13 +08:00
  • a0ea49c342 expression : fix bug in insert select union select. (#13632) Arenatlx 2019-11-20 20:36:03 +08:00
  • e4d199d93a expression:implement vectorized evaluation for builtinGetParamStringSig (#13575) CWang 2019-11-20 17:26:26 +08:00
  • a08ead1576 server: fix memory leak after cursor running fetch finished (#13623) lysu 2019-11-20 16:33:31 +08:00
  • 8a4c0160dc planner: use a deep copy for accessPath when clone DataSource (#13620) Mingcong Han 2019-11-20 16:27:44 +08:00
  • 1d527fb347 ddl: fix the result of executing "desc table" after altering "primary key" (#13616) Lynn 2019-11-20 16:24:44 +08:00
  • 02916a6778 planner/cascades: add transformation PushSelDownJoin & Implementation for HashJoin (#13470) Mingcong Han 2019-11-20 16:13:13 +08:00
  • 61f24d2469 types: Fix "Invalid time format" caused by daily saving time (#13614) Maxwell 2019-11-20 16:05:04 +08:00
  • b75c38951a ddl: resolve table charset option from collation option (#13506) bb7133 2019-11-19 21:48:13 -09:00
  • 889ad618cf planner: projection don't new unnecessary column (#13406) Yiding Cui 2019-11-20 13:58:38 +08:00
  • 95ff4e1254 expression: implement vectorized evaluation for builtinMicroSecondSig (#13482) YourLovely 2019-11-20 11:19:43 +08:00
  • ee7d367b43 ddl: add a binlog when dropping column (#13536) Lynn 2019-11-20 11:14:13 +08:00
  • 222c7c36af docs/design: add proposal for index advisor (#13271) zouhuan1215 2019-11-20 11:06:14 +08:00
  • da44428547 planner: make hint read_from_storage take effect for tikv (#13578) Zhuomin(Charming) Liu 2019-11-20 10:44:15 +08:00
  • 761ff1dab6 expression: implement vectorized evaluation for builtinNullEQIntSig (#13565) Aerys Nan 2019-11-20 10:20:43 +08:00
  • b7ab604b48 Changed version comment to include "TiDB Server" (#13604) Kolbe Kegel 2019-11-19 18:05:14 -08:00
  • 77faf64668 reduce potential duplicated call of isCoveringIndex (#13548) zhangjinpeng1987 2019-11-19 19:15:43 +08:00
  • f344958a87 infoschema: remove the ID and NAME columns of TIDB_CLUSTER_INFO (#13587) Lonng 2019-11-19 18:58:44 +08:00
  • 380216ed20 planner: Fixup error when assign DEFAULT in `INSERT/UPDATE/R… (#13211) Maxwell 2019-11-19 18:23:02 +08:00
  • 280adf5117 ddl: update the error msg when dropping primary key (#13582) Lynn 2019-11-19 18:06:31 +08:00