Commit Graph

  • e646276f4b planner,executor: basic support for DROP_VIEW (#8758) Andrew 2019-01-04 10:53:02 +08:00
  • 6a9ad3fe25 travis: enable code coverage test using codecov (#8910) Haibin Xie 2019-01-03 23:08:06 +08:00
  • 0147e0cece ddl: refine cancel/rollback ddl job code. (#8858) crazycs 2019-01-03 17:11:14 +08:00
  • 91cdbf2f54 planner: support window function (#8630) Haibin Xie 2019-01-03 16:56:06 +08:00
  • 41ad62696c session: add a doNotCommit flag to transaction when StmtCommit fail (#8918) tiancaiamao 2019-01-03 16:38:59 +08:00
  • 243120c473 planner, executor: add post-process after physical plan optimization and move buildProjBelowAgg from executor to planner (#8828) Yuanjia Zhang 2019-01-03 16:26:59 +08:00
  • 235d04c5e9 docs: add comments about why update statement using writable columns. (#8913) winkyao 2019-01-03 14:55:14 +08:00
  • 32cfaf1dcc builder: use empty db should return NoDB error (#8908) caojiafeng 2019-01-03 13:39:36 +08:00
  • 18d75a30ae executor: support parallel partition for HashJoinExec (#7911) HuaiyuXu 2019-01-03 13:17:45 +08:00
  • 386f8e3b7a planner: update generated column inside a transaction should return error (#8909) Zhang Jian 2019-01-03 11:01:02 +08:00
  • 1232db5590 planner/core: add DefaultExpr support for expressionRewriter (#8540) bb7133 2019-01-02 23:36:36 +08:00
  • b8b3a7fc78 ddl: fix can't cancel a job when add index meets panic (#8621) winkyao 2019-01-02 17:38:44 +08:00
  • 4616e8ca82 ddl: update comments (#8845) Lynn 2019-01-02 16:40:46 +08:00
  • b3698f6670 executor: fix panic and update error data when table has column in write only state (#8792) crazycs 2019-01-02 15:49:39 +08:00
  • 477e252b35 expression: handle empty input and improve compatibility for format (#8797) Kenan Yao 2019-01-02 14:13:08 +08:00
  • e06c87d3c1 add an option for AddRecord and Create (#8884) Jack Yu 2019-01-02 11:30:53 +08:00
  • 61d2a1fca7 docs: fix spelling error in design docs (#8893) Westicles1980 2018-12-31 07:23:31 -07:00
  • 8e4d18a7ec domain: run FLUSH PRIVILEGES synchronous on GRANT (#8886) Morgan Tocker 2018-12-31 07:05:26 -07:00
  • 680368f81d ddl : fix concurrent add partition problem (#8783) ciscoxll 2018-12-29 20:14:39 +08:00
  • 9b0eb88b20 util/ranger: fix incorrect behavior about index who has prefix column(#8851) (#8878) Yiding Cui 2018-12-29 19:48:15 +08:00
  • 0e89c02ffb *: clean up code for insert/update statement (#8867) Jack Yu 2018-12-29 18:46:47 +08:00
  • 5e0a4f1db3 expression: return null when cast to huge binary type (#8768) Kenan Yao 2018-12-29 17:16:46 +08:00
  • 164747c76b session: validate value for global time_zone sys variable (#8876) Kenan Yao 2018-12-29 15:57:40 +08:00
  • 599b9ebfcd planner/core,binloginfo: add a projection to fix 'delete from join' schema (#8805) tiancaiamao 2018-12-29 15:41:12 +08:00
  • 7a966426ee metric: replace QueryDurationHistogram's "general" type to more detail stmt type (#8819) lysu 2018-12-29 13:10:30 +08:00
  • e7301865a1 executor: show full tables support view (#8860) Andrew 2018-12-28 20:04:23 +08:00
  • 149b8184a6 plan/cascades: generate logical property for Group (#8833) Kenan Yao 2018-12-28 15:45:36 +08:00
  • eaeaca74ae ddl: fix cancel drop column ddl error (#8545) ciscoxll 2018-12-28 11:28:26 +08:00
  • fe01b1674e planner: privilege check ANALYZE TABLE stmt (#8486) Morgan Tocker 2018-12-27 20:10:35 -07:00
  • 71088815e7 executor: refine HashAgg.Close when unparallelExec (#8810) HuaiyuXu 2018-12-27 17:14:04 +08:00
  • 0840a5e478 ddl: new only one delRange and sessionPool in ddl (#8522) winkyao 2018-12-27 14:57:47 +08:00
  • e45e6999cb check null flag when eliminating count aggregation (#8664) Wenlu Wang 2018-12-27 14:12:19 +08:00
  • ffd9ba6659 gc_worker: Remove timezone name from the times that are saved in mysql.tidb (#8745) MyonKeminta 2018-12-27 12:16:18 +08:00
  • 93e91b6a37 executor/test: fix data race of executor unit tests (#8807) Kenan Yao 2018-12-27 11:28:55 +08:00
  • 0c8e967858 *: provide virtual table facilities (#8657) tiancaiamao 2018-12-26 21:15:37 +08:00
  • eedc6af305 server: compatible to old handshake protocol (#8812) Lingyu Song 2018-12-26 20:55:27 +08:00
  • 889b121b29 planner/core: fix panic when generate index join (#8831) Haibin Xie 2018-12-26 18:28:06 +08:00
  • 123aba282c planner: support building data source from View (#8757) Andrew 2018-12-26 14:22:26 +08:00
  • 7ffdbcad6c executor: add test case for execute prepare_stmt using binary protocol (#8825) HuaiyuXu 2018-12-26 13:49:04 +08:00
  • ffa375fdc2 ddl: fix cancel drop table/database ddl job bug. (#8537) crazycs 2018-12-26 10:34:07 +08:00
  • 2bde340b77 ddl: fix test of partition add index fail (#8789) crazycs 2018-12-26 10:10:23 +08:00
  • a1a4e8197d Revert "executor/show: show create table return utf8mb4 charset. (#8604) (#8782) crazycs 2018-12-26 09:54:50 +08:00
  • d18662001d CHANGELOG: add changelog for v2.1.2 (#8767) (#8773) winkyao 2018-12-26 00:56:51 +08:00
  • b74d0283a2 statistics: fix pseudo estimation for correlated column (#8734) Yiding Cui 2018-12-25 22:40:38 +08:00
  • 90b619a452 planner/core: add support for nested virtual generated columns (#8659) bb7133 2018-12-25 21:59:04 +08:00
  • 4ded4f68ef planner/core: refactor deriveStats for LogicalPlan (#8753) Kenan Yao 2018-12-25 21:41:49 +08:00
  • 351c4a5568 *: refine commit txn slow log (#8731) lysu 2018-12-25 20:49:50 +08:00
  • 61a8699c47 server: fix noise log for wait_timeout (#8813) lysu 2018-12-25 20:26:28 +08:00
  • b6c05126e3 session: add gofail test for (#8743) (#8801) crazycs 2018-12-25 19:19:09 +08:00
  • 3040788655 *: make errcheck work again (#8795) tiancaiamao 2018-12-25 17:16:52 +08:00
  • c385cbdcca parser: fix subquery hint panic (#8781) lysu 2018-12-25 14:27:13 +08:00
  • 04677c6001 doc: add some example to http api doc (#8785) crazycs 2018-12-25 11:40:26 +08:00
  • bd69b15e79 *: add the error check (#8770) Lynn 2018-12-24 22:22:00 +08:00
  • 98b96cc769 executor: speedup unit tests by spliting them into separate suites (#8618) Kenan Yao 2018-12-24 21:37:12 +08:00
  • eeab17d612 *: update the package of check (#8778) Lynn 2018-12-24 21:25:46 +08:00
  • 0021af671f *: remove retool from Makefile (#8769) tiancaiamao 2018-12-24 20:28:45 +08:00
  • d20bf28519 ddl: dynamic adjust add index worker number. (#8295) crazycs 2018-12-24 11:00:36 +08:00
  • ef7082da1c ddl, executor: fix rename table compatibility (#8709) Lynn 2018-12-22 22:19:41 +08:00
  • 20a468d558 store/tikv: Add endKey support for RawScan (#8602) MyonKeminta 2018-12-21 19:27:58 +08:00
  • 7bf23e8c47 server: add hot region table/index api (#7890) lysu 2018-12-21 18:18:36 +08:00
  • b818fb2f01 expression,util/encrypt:add support for AES CFB mode (#8760) Kejie Zhang 2018-12-21 17:10:58 +08:00
  • 94df8d1e30 *: ignore unknown hint and return warning instead of return a parser error (#8685) lysu 2018-12-21 13:44:54 +08:00
  • 44f2c2c381 Makefile: make 'make check' faster (#8755) tiancaiamao 2018-12-21 11:12:18 +08:00
  • a7907ede7a *: remove fail field from TxnState (#8712) tiancaiamao 2018-12-20 16:36:12 +08:00
  • 29c17a1eb9 planner/core: correct column name with unary plus sign (#8702) zyguan 2018-12-19 23:35:43 +08:00
  • 1c4d2d9890 table: check non-BMP characters and return error when the charset is utf8 and sql mode is strict mode (#8738) winkyao 2018-12-19 17:52:47 +08:00
  • 18b2a7884b admin: only check public index (#8748) crazycs 2018-12-19 17:05:07 +08:00
  • 7528a059cf executor/server/session: add extra info message sent to mysql client (#8285) bb7133 2018-12-19 15:32:49 +08:00
  • f4f8b3db01 util/chunk: fix incorrect result when set duration to MutRow (#8725) Yiding Cui 2018-12-19 14:58:08 +08:00
  • 2f54639f14 add binlog socket config for compatible with kafka version pump (#8732) WangXiangUSTC 2018-12-19 13:23:14 +08:00
  • 9c087d13ee *: replace github.com/etcd-io/gofail with the forked one (#8693) tiancaiamao 2018-12-19 11:30:48 +08:00
  • 431c884721 cmd/explaintest: tiny change to make it stable (#8740) Yiding Cui 2018-12-19 10:40:15 +08:00
  • 7056bb0d32 executor, session: refine insert unsigned bigint autoIncreID (#8181) HuaiyuXu 2018-12-18 23:01:10 +08:00
  • df55d3815d executor,planner: fix 'show master status' output (#8737) tiancaiamao 2018-12-18 22:13:14 +08:00
  • 4e8c424718 *: basic support for CREATE_VIEW (#8571) Andrew 2018-12-18 20:17:27 +08:00
  • 0738f5f288 planner: specify order for every property column (#8715) Haibin Xie 2018-12-18 15:50:26 +08:00
  • 4899ce5e92 ddl: add error check in ddlCtx.buildDescTableScan (#8726) winkyao 2018-12-18 14:47:23 +08:00
  • 198971f4b3 ddl: fix data race in unit test TestChangeColumn (#8724) tiancaiamao 2018-12-18 14:27:49 +08:00
  • 8a6b965a8b executor: accelerate unit test TestTSOFail (#8717) tiancaiamao 2018-12-18 14:15:47 +08:00
  • 1d3ecdf664 *: fix misspelled words (#8722) 崔宁 2018-12-18 11:48:38 +08:00
  • 355a6290a1 ddl: fix a data race in unit test TestTableSplit (#8719) tiancaiamao 2018-12-18 11:40:00 +08:00
  • ab88f0b1c3 proposal: update Support restoring SQL text from an AST tree proposal for new interface (#8694) leoppro 2018-12-17 20:08:05 +08:00
  • e5b9fc079a server: close all connection directly when terminate tidb (#8692) crazycs 2018-12-17 15:51:08 +08:00
  • 096bb68e6b types: implement new Restore func of ValueExpr (#8679) leoppro 2018-12-17 15:07:41 +08:00
  • 808eab1911 session: support system variable interactive_timeout (#8487) (#8573) H 2018-12-14 22:22:25 +08:00
  • 39c0306d5e session: add error log to catch bug stack in Commit (#8687) tiancaiamao 2018-12-14 16:48:04 +08:00
  • 4cbd50101c ddl: reduce the time to run unit tests (#8585) Lynn 2018-12-14 16:12:50 +08:00
  • 2088cafaca types: restore the field length of a string typed parameter value to the original one (#8656) Jun-Seok Heo 2018-12-14 16:39:38 +09:00
  • 5cf535329d Makefile: move 'go mod tidy' check to makefile (#8690) tiancaiamao 2018-12-14 15:09:03 +08:00
  • 4ccd7456fc doc: add the change log for release 2.1.1 (#8666) (#8668) Jack Yu 2018-12-13 17:52:39 +08:00
  • 2e95ee2804 planner/core: make join reorder solver stateless (#8680) Yiding Cui 2018-12-13 16:31:32 +08:00
  • db2127a0dd ddl: split tests to speed up tests (#8612) Lynn 2018-12-13 15:06:04 +08:00
  • 7af338c338 ranger: some code clean up (#8663) Yiding Cui 2018-12-13 14:01:43 +08:00
  • 9f51a626e6 planner/cascades: reorg package layouts (#8672) Zhang Jian 2018-12-13 13:17:24 +08:00
  • 7f7cfbf373 docs/design: add proposal for sql plan management (#8651) Haibin Xie 2018-12-12 19:25:01 +08:00
  • 63e7dacf8d expression: do not set ParseToJSONFlag to a JSON column (#8564) HuaiyuXu 2018-12-12 13:36:44 +08:00
  • 9bd1fb8a8d kvencoder: accelerate kvencoder test executing time (#8595) winkyao 2018-12-12 13:04:22 +08:00
  • 0a8c2f9620 planner/core: speed up unit-test (#8598) Yiding Cui 2018-12-12 10:47:53 +08:00
  • 64cd9b246f planner,types: refactor the PR #8619 by using parser/types/FieldType.Clone() (#8641) Jun-Seok Heo 2018-12-12 11:23:57 +09:00
  • f545f624a6 planner/core: use stable sort to make CI stable (#8650) Yiding Cui 2018-12-12 08:14:53 +08:00