Commit Graph

  • 0e37b81211 plan: refine UnionAll building (#5464) Han Fei 2017-12-22 13:52:11 +08:00
  • a386528393 executor: merge ApplyExec and NestedLoopJoin into NestedLoopApply. (#5471) Ewan Chou 2017-12-22 13:44:43 +08:00
  • ec1b40d5b3 executor: Close() executors when Open() returns an error to avoid goroutine leak (#5469) Jian Zhang 2017-12-22 12:38:07 +08:00
  • 2c6d1cf8fa plan,executor: remove HashSemiJoin (#5467) Ewan Chou 2017-12-22 12:25:42 +08:00
  • 90401445d2 *: collect and store query feedback (#5438) Haibin Xie 2017-12-22 11:33:05 +08:00
  • c4fb12d60e executor: support Chunk for LoadData (#5465) winkyao 2017-12-21 22:44:59 +08:00
  • a23e744f78 store/tikv, metrics: record detail rpc type and store id. (#5461) disksing 2017-12-21 19:00:15 +08:00
  • c37e104a30 fix issue5462 (#5463) Jack Yu 2017-12-21 18:03:54 +08:00
  • 103f6b37f0 plan, executor: index join enhancement. (#5425) Yiding Cui 2017-12-21 16:47:44 +08:00
  • fe7900f176 executor: DeleteExec suport NextChunk (#5368) winkyao 2017-12-21 15:57:56 +08:00
  • 970e5b5684 *: replace JSON with BinaryJSON (#5460) Ewan Chou 2017-12-21 15:20:17 +08:00
  • 3c418c5617 executor: implement NextChunk for ReplaceExec (#5370) winkyao 2017-12-21 13:41:21 +08:00
  • 3533efbb4a executor: support Chunk for GrantExec (#5459) Jian Zhang 2017-12-21 13:14:02 +08:00
  • 6a306e4f27 executor: support Chunk for AnalyzeExec (#5452) Jian Zhang 2017-12-21 11:17:20 +08:00
  • 5c882361cd executor: support Chunk for SimpleExec (#5453) Jian Zhang 2017-12-21 11:04:16 +08:00
  • b35e024ace executor: support Chunk for DeallocateExec (#5457) Jian Zhang 2017-12-21 10:50:44 +08:00
  • 13fc8fcd27 executor: support Chunk for RevokeExec (#5458) Jian Zhang 2017-12-21 10:32:48 +08:00
  • cebf2ebd2d plan: remove parents totally (#5454) Han Fei 2017-12-20 23:23:55 +08:00
  • 6608dbdc2f executor: fix a bug of NewIndexLookUpJoin's Next(). (#5455) Yiding Cui 2017-12-20 20:57:12 +08:00
  • 9fd28c9c35 plan: benchmark optimize function (#5448) tiancaiamao 2017-12-20 04:47:54 -06:00
  • 076242fde8 plan: second step of removing parents (#5451) Han Fei 2017-12-20 17:47:51 +08:00
  • 85fe9ff057 plan: first step of removing parents (#5449) Han Fei 2017-12-20 17:22:31 +08:00
  • c9dc477e40 types/json: add binary json functions (#5428) Ewan Chou 2017-12-20 15:27:18 +08:00
  • cefe18f3cf makefile: fix coverage ci. (#5450) disksing 2017-12-20 14:09:06 +08:00
  • 55dfb67362 stats: fix trigger condition for auto analyze (#5446) Haibin Xie 2017-12-20 13:37:05 +08:00
  • a807202116 plan: push a handle into schema if datasource's schema have no col. (#5447) Yiding Cui 2017-12-19 20:54:48 +08:00
  • 6b6afb6c55 expression, plan: support builtin aggregation function 'bit_or' (#5145) Du Chuan 2017-12-19 19:51:08 +08:00
  • fed3ffac0b types,statistics: don't use time.Local timezone in time Sub (#5424) tiancaiamao 2017-12-19 04:22:31 -06:00
  • f6d0599dea plan, executor: only rebuild range when using prepare cache. (#5442) Yiding Cui 2017-12-19 15:49:56 +08:00
  • 163c944397 executor: support Chunk for ShowDDLJobsExec (#5412) Jian Zhang 2017-12-19 14:17:19 +08:00
  • 0b5c0cf94d expression,plan: make function ExtractColumns more efficient (#5435) tiancaiamao 2017-12-18 22:41:45 -06:00
  • b3338a2eb3 server: graceful shutdown will wait clients to close (#5375) tiancaiamao 2017-12-18 21:29:19 -06:00
  • 801c317896 statistics: benchmark selectivity function (#5441) tiancaiamao 2017-12-18 20:54:22 -06:00
  • 7995346d8d *: clean up and some file renaming. (#5440) Yiding Cui 2017-12-18 23:24:25 +08:00
  • 8f63b8325e util/chunk: add mutable row type. (#5427) Ewan Chou 2017-12-18 20:55:07 +08:00
  • 8b1cd6ef8e plan: adjust logical plan test (#5433) Han Fei 2017-12-18 19:30:18 +08:00
  • 7369a47cf4 plan: refine the code about deriving stats. (#5426) Han Fei 2017-12-18 15:09:33 +08:00
  • 0a8d91d896 server: in column info for "TypeBit", "Length" should not be multiplied by 4 (#5431) Jian Zhang 2017-12-18 14:37:03 +08:00
  • 65b2b0d452 *: Set the batch delete/insert size by session variable (#5413) Shen Li 2017-12-18 11:11:18 +08:00
  • 4d57f422fe executor: support Chunk for ShowDDLExec (#5415) Jian Zhang 2017-12-16 22:59:20 +08:00
  • 327ffd8896 executor: support Chunk for CancelDDLJobsExec (#5416) Jian Zhang 2017-12-15 21:50:51 +08:00
  • e9c6cc6154 executor: support Chunk for DDLExec (#5417) Jian Zhang 2017-12-15 20:40:58 +08:00
  • 8b4f84347b types/json: support binary json type. (#5404) Ewan Chou 2017-12-15 20:14:32 +08:00
  • e13880809e plan: code clean. (#5422) Han Fei 2017-12-15 18:55:06 +08:00
  • bbf369ceb2 plan: remove the judgement (#5423) Lynn 2017-12-15 18:24:01 +08:00
  • 5353ebe615 *: support analyze all indices statement (#5403) flipped 2017-12-15 17:29:01 +08:00
  • 3fd50289dc .github: Update issue template (#5419) Shen Li 2017-12-15 17:03:18 +08:00
  • f8c0aaf0c9 parser, expression: support SEPARATOR in group_concat aggregate function (#5420) winkyao 2017-12-15 16:36:13 +08:00
  • e811561336 fix issue 5384 (#5414) Jack Yu 2017-12-15 15:39:24 +08:00
  • 8acf127ebd plan: get req prop and phys plans together (#5378) Han Fei 2017-12-15 14:33:08 +08:00
  • 82b52f53bb executor: support Chunk for PrepareExec (#5408) Jian Zhang 2017-12-15 10:15:34 +08:00
  • df50524c03 executor: support Chunk for ExistsExec (#5396) Jian Zhang 2017-12-15 00:24:38 +08:00
  • f90908dc7a executor: support Chunk for CheckTableExec (#5407) Jian Zhang 2017-12-15 00:14:36 +08:00
  • 491a3e49ed tidb: refine UpdateExec chunk test (#5409) winkyao 2017-12-14 22:31:06 +08:00
  • 9cd0d5bea9 *: update tipb (#5406) Lynn 2017-12-14 19:58:49 +08:00
  • d6b69ad7ee executor: new index lookup join executor for Chunk (#5382) Ewan Chou 2017-12-14 17:37:36 +08:00
  • 37eb540386 executor: support Chunk for ExplainExec (#5398) Jian Zhang 2017-12-14 17:07:44 +08:00
  • f1e89cde19 *: use lower-case of github.com/sirupsen/logrus (#5400) David Chen 2017-12-14 16:25:58 +08:00
  • 6ee266d0ca executor: UpdateExec support NextChunk (#5372) winkyao 2017-12-14 15:32:06 +08:00
  • efe0dcc109 executor: support Chunk for SelectLockExec (#5399) Jian Zhang 2017-12-14 14:59:20 +08:00
  • 9ea903f28e load timezone from tikv when start a tidb-server (#5393) HuaiyuXu 2017-12-14 11:52:11 +08:00
  • 91065a4cae import for mysqlx (#5401) Jack Yu 2017-12-14 11:18:21 +08:00
  • d209a36aaf executor: support Chunk for SetExecutor (#5397) Jian Zhang 2017-12-14 09:28:49 +08:00
  • 81ffef96d7 ddl: fix a bug when format generation expressions. (#5262) qupeng 2017-12-13 18:57:01 +08:00
  • 713bc797bb *: clear delta info when roll back transaction (#5390) Haibin Xie 2017-12-13 15:35:07 +08:00
  • 12299b826a expression: support date_format push down (#5386) Wenxuan Shi 2017-12-13 13:29:01 +08:00
  • 546b5a9418 *: support tls connection to pd and tikv (#5311) Connor 2017-12-13 10:17:19 +08:00
  • 581002b8f7 plan, executor: only set DefaultValues in agg push down. (#5383) Yiding Cui 2017-12-12 21:31:58 +08:00
  • 2edc8dcfab executor: fix a bug when apply meets index join (#5381) Han Fei 2017-12-12 20:25:27 +08:00
  • 6b3ac08b7d config: enable table split. (#5379) disksing 2017-12-12 15:11:30 +08:00
  • e604d4b894 util/chunk: fix get decimal datum. (#5377) Ewan Chou 2017-12-12 14:31:43 +08:00
  • 8825d9b998 executor: support Chunk for joinResultGenerator (#5357) Jian Zhang 2017-12-12 13:29:51 +08:00
  • 2cdf05f4ab server: support http index mvcc interface (#5304) Jack Yu 2017-12-12 11:18:15 +08:00
  • 6f375117a7 plan: check every child and rebuild their schema if necessary (#5358) Jian Zhang 2017-12-11 18:59:57 +08:00
  • f355030858 executor: remove the useless encode (#5366) Lynn 2017-12-11 18:20:54 +08:00
  • 09a5c9201e store/tikv: eliminate rollback txn info log in mockTikv. log it in debug level. (#5361) winkyao 2017-12-11 17:57:13 +08:00
  • d0ee98fa33 vendor: update vendor (#5367) Haibin Xie 2017-12-11 17:29:52 +08:00
  • 28a4775170 store/tikv:fix bug in GetRegionByID (#5356) Shirly 2017-12-11 16:01:18 +08:00
  • 6297ad5854 plan: tiny clean up (#5364) Lynn 2017-12-11 15:03:15 +08:00
  • 6ca4382dba *: fix update JSON field. (#5345) qupeng 2017-12-11 11:39:14 +08:00
  • 8f5f071c9b executor: InsertExec support NextChunk (#5352) winkyao 2017-12-10 22:01:31 +08:00
  • a7b0a1f915 server,tidb: move cancel function from session to clientConn (#5346) tiancaiamao 2017-12-09 01:27:58 -06:00
  • a2fb741191 *: Chunk add context parameter (#5348) winkyao 2017-12-09 11:23:40 +08:00
  • c9245f52c2 plan: add hint to force to choose hash join. (#5315) Yiding Cui 2017-12-08 20:02:45 +08:00
  • cbf12b4fd7 executor: fix join result generator's bug. (#5332) Yiding Cui 2017-12-07 22:41:35 +08:00
  • 8f199befc9 executor: reduce a comparison in union scan (#5336) Lynn 2017-12-07 19:40:32 +08:00
  • 648e51d19e store/tikv: support coprocessor streaming API for tikv client (#5254) tiancaiamao 2017-12-07 04:37:22 -06:00
  • 3674523cfb *: replace binary-tree library from petar/GoLLRB to google/btree. (#5335) winkyao 2017-12-07 18:12:35 +08:00
  • addde3d8eb store/tikv/mocktikv: remove useless code (#5337) Lynn 2017-12-07 17:22:51 +08:00
  • 113bae29e5 ddl: clean up (#5333) Lynn 2017-12-07 13:53:03 +08:00
  • d742d9285a parser: support sql_mode 'IGNORE SPACE' (#5106) Du Chuan 2017-12-07 09:49:49 +08:00
  • be60bcfbc3 executor: avoid double closing child in "NestedLoopJoinExec" && "HashSemiJoinExec" (#5329) Jian Zhang 2017-12-06 23:22:52 +08:00
  • 54f019570c *: enable gofail for make dev. (#5325) disksing 2017-12-06 19:51:57 +08:00
  • f3b5975e4a AST: add Format interface on ExprNode for convert AST back to string (#5299) qupeng 2017-12-06 19:25:16 +08:00
  • 33db46ee37 server: provide table disk usage HTTP API for tidb-ctl (#5309) tiancaiamao 2017-12-06 04:09:54 -06:00
  • 8dfa0b8849 plan, executor: add physical plan for max1row, dual and exists (#5324) Han Fei 2017-12-06 17:18:08 +08:00
  • 8ec4a41916 plan: make show no longer a logical/physical plan (#5321) Han Fei 2017-12-06 16:31:32 +08:00
  • 41d9b2d18d plan: remove repeated stats profile caculation (#5313) Haibin Xie 2017-12-06 16:09:42 +08:00
  • 0ba7552906 ddl: fix a bug when we backfill index with nil (#5319) Lynn 2017-12-06 15:20:01 +08:00
  • 38f794d875 plan, executor: add physical proj and topn. (#5316) Han Fei 2017-12-06 13:30:58 +08:00