Commit Graph

8026 Commits

Author SHA1 Message Date
18b2a7884b admin: only check public index (#8748) 2018-12-19 17:05:07 +08:00
7528a059cf executor/server/session: add extra info message sent to mysql client (#8285) 2018-12-19 15:32:49 +08:00
f4f8b3db01 util/chunk: fix incorrect result when set duration to MutRow (#8725) 2018-12-19 14:58:08 +08:00
2f54639f14 add binlog socket config for compatible with kafka version pump (#8732) 2018-12-19 13:23:14 +08:00
9c087d13ee *: replace github.com/etcd-io/gofail with the forked one (#8693)
With the adoption of Go module, GOPATH is not need any more
But github.com/etcd-io/gofail doesn't support packages outside the GOPATH
To overcome the drawback, this commit replace it with our forked one
2018-12-19 11:30:48 +08:00
431c884721 cmd/explaintest: tiny change to make it stable (#8740) 2018-12-19 10:40:15 +08:00
7056bb0d32 executor, session: refine insert unsigned bigint autoIncreID (#8181) 2018-12-18 23:01:10 +08:00
df55d3815d executor,planner: fix 'show master status' output (#8737) 2018-12-18 22:13:14 +08:00
4e8c424718 *: basic support for CREATE_VIEW (#8571) 2018-12-18 20:17:27 +08:00
0738f5f288 planner: specify order for every property column (#8715) 2018-12-18 15:50:26 +08:00
4899ce5e92 ddl: add error check in ddlCtx.buildDescTableScan (#8726) 2018-12-18 14:47:23 +08:00
198971f4b3 ddl: fix data race in unit test TestChangeColumn (#8724) 2018-12-18 14:27:49 +08:00
8a6b965a8b executor: accelerate unit test TestTSOFail (#8717) 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) 2018-12-18 11:40:00 +08:00
ab88f0b1c3 proposal: update Support restoring SQL text from an AST tree proposal for new interface (#8694) 2018-12-17 20:08:05 +08:00
e5b9fc079a server: close all connection directly when terminate tidb (#8692) 2018-12-17 15:51:08 +08:00
096bb68e6b types: implement new Restore func of ValueExpr (#8679) 2018-12-17 15:07:41 +08:00
H
808eab1911 session: support system variable interactive_timeout (#8487) (#8573) 2018-12-14 22:22:25 +08:00
39c0306d5e session: add error log to catch bug stack in Commit (#8687) 2018-12-14 16:48:04 +08:00
4cbd50101c ddl: reduce the time to run unit tests (#8585) 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) 2018-12-14 15:39:38 +08:00
5cf535329d Makefile: move 'go mod tidy' check to makefile (#8690) 2018-12-14 15:09:03 +08:00
4ccd7456fc doc: add the change log for release 2.1.1 (#8666) (#8668) 2018-12-13 17:52:39 +08:00
2e95ee2804 planner/core: make join reorder solver stateless (#8680) 2018-12-13 16:31:32 +08:00
db2127a0dd ddl: split tests to speed up tests (#8612)
* ddl: add the db_partition_test
2018-12-13 15:06:04 +08:00
7af338c338 ranger: some code clean up (#8663) 2018-12-13 14:01:43 +08:00
9f51a626e6 planner/cascades: reorg package layouts (#8672) 2018-12-13 13:17:24 +08:00
7f7cfbf373 docs/design: add proposal for sql plan management (#8651) 2018-12-12 19:25:01 +08:00
63e7dacf8d expression: do not set ParseToJSONFlag to a JSON column (#8564) 2018-12-12 13:36:44 +08:00
9bd1fb8a8d kvencoder: accelerate kvencoder test executing time (#8595) 2018-12-12 13:04:22 +08:00
0a8c2f9620 planner/core: speed up unit-test (#8598) 2018-12-12 10:47:53 +08:00
64cd9b246f planner,types: refactor the PR #8619 by using parser/types/FieldType.Clone() (#8641) 2018-12-12 10:23:57 +08:00
f545f624a6 planner/core: use stable sort to make CI stable (#8650) 2018-12-12 08:14:53 +08:00
d69490b77e executor/show: show create table return utf8mb4 charset. (#8604) 2018-12-11 19:14:37 +08:00
d3b92e0288 ddl: fix panic when add index of generated column. (#8620) 2018-12-11 18:08:18 +08:00
080768ddda plan: not build dual for AntiSemiJoin when condition is constant false (#8648) 2018-12-11 17:18:53 +08:00
e2b3912296 reset bound arguments when it is executed by execute command (#8645) 2018-12-11 16:42:03 +08:00
e03ef6099c ddl: support alter table .. truncate partition (#8624) 2018-12-11 13:52:57 +08:00
ef0ad26da8 executor,table: remove redundant if condition and fix comment typos (#8627) 2018-12-10 23:48:53 +08:00
30427927f6 *: move session.NewStore to store.New to achieve semantic accuracy (#8617) 2018-12-10 20:53:15 +08:00
18b33fb425 expression,planner: fix to preserve the precision information of a timestamp-typed column in the plan cache (#8619) 2018-12-10 20:12:24 +08:00
e3f3ac24f6 session: add a batch commit session variable for the large transaction (#8293) 2018-12-10 18:29:39 +08:00
97b569ca4b plan: build separate required physical property for children (#8635)
For logical operator which passes the required physical property
down to its children, make a copy for it instead of direct assignment
using the original pointer.
2018-12-10 17:45:38 +08:00
ce622ec6d8 session: move more session vars to stmt context for retrying (#8034) 2018-12-10 16:39:43 +08:00
f597d1884d go mod: update the parser version (#8632) 2018-12-10 16:11:58 +08:00
c27705ad75 sessionctx: Error/warning on unsupported isolation levels (#8625) 2018-12-10 14:14:59 +08:00
ac16ad5a9b server: tweak error info(consistent with the previous handleLoadData) (#8626) 2018-12-10 13:47:57 +08:00
1d7d01cfe8 ddl: support altering the other charset to utf8 or utf8mb4 (#8037) 2018-12-10 12:58:18 +08:00
353861fe8f expression: fix abs push down sign bug (#8622) 2018-12-10 10:48:49 +08:00