-
bf1b4e27b5
server: log the actual error before return "mysql.ErrBadConn" (#5786)
Jian Zhang
2018-02-05 21:23:55 +08:00
-
5373be2ae7
tidb: fix benchmark go test -test.bench=. -test.run=^XXX (#5791)
tiancaiamao
2018-02-05 06:25:12 -06:00
-
a04b2f9a8d
*: support show stats_healthy. (#5769)
Han Fei
2018-02-05 19:30:05 +08:00
-
fc699c9b0d
importer: initialize EvalAstExpr (#5789)
flipped
2018-02-05 15:44:55 +08:00
-
6f4ef27baa
metrics, store/tikv: refine tikv client metrics (#5780)
Ewan Chou
2018-02-05 11:06:42 +08:00
-
2f113b1573
metrics: fix inconsistent label for panic counter (#5783)
Ewan Chou
2018-02-05 10:53:19 +08:00
-
4d954e23d8
ddl, metrics: Move DDL metrics from ddl package to metrics package (#5781)
Shen Li
2018-02-05 10:14:03 +08:00
-
23bff274a0
distsql, metrics: refine distsql metrics. (#5774)
Ewan Chou
2018-02-02 21:53:22 +08:00
-
4db4b45e4a
meta: Add metrics for meta package (#5770)
Shen Li
2018-02-02 14:27:55 +08:00
-
17ee60030c
ddl: add metrics for ddl syncer (#5765)
Lynn
2018-02-02 14:09:52 +08:00
-
96b60291ad
model:use map instead of switch statment (#5735)
Zhexuan Yang
2018-02-02 11:45:51 +08:00
-
1f1e5f53eb
importer: support load stats by path. (#5768)
Han Fei
2018-02-01 23:32:44 +08:00
-
c5ca3a950a
tidb, metrics: update metrics for session. (#5762)
Ewan Chou
2018-02-01 21:44:05 +08:00
-
469b246965
types,expression: make ConvertToTime unaffected by location (#5741)
tiancaiamao
2018-02-01 06:22:59 -06:00
-
2a2e8c4775
executor: join don't need any inner filter. (#5767)
Yiding Cui
2018-02-01 19:48:18 +08:00
-
14a9a3df76
server, metrics: move and refine server metrics (#5766)
Ewan Chou
2018-02-01 19:04:31 +08:00
-
afd49aad23
ddl: support mock table info. (#5759)
Han Fei
2018-02-01 18:27:55 +08:00
-
ddca655fcb
server: forget to add
StmtCommit when loading data (#5758)
Lynn
2018-02-01 14:22:13 +08:00
-
d95f96505a
*: refine join result generator to return MaxChunkSize chunk (#5715)
HuaiyuXu
2018-01-31 20:00:59 +08:00
-
059f618717
session: don't retry in BatchInsert mode (#5745)
tiancaiamao
2018-01-31 04:57:05 -06:00
-
775dcf4503
stats: support 'load stats' command (#5724)
flipped
2018-01-31 17:25:27 +08:00
-
d8fb5dd487
cmd/importer: specify the config file (#5757)
Han Fei
2018-01-31 16:43:02 +08:00
-
f1eefc147b
*: handle dirty table in StmtTxn (#5711)
tiancaiamao
2018-01-31 02:30:06 -06:00
-
7fc27940f7
ddl: improve an error handling (#5748)
tiancaiamao
2018-01-31 02:05:43 -06:00
-
ac4229aed0
plan, ranger: index range calculation enhancement. (#5611)
Yiding Cui
2018-01-31 15:35:59 +08:00
-
7079f3f0fc
domain: refine ddl reload warning log (#5746)
winkyao
2018-01-31 13:52:54 +08:00
-
9e67bd8cbe
*: add metrics package and recover panic of workers. (#5733)
Ewan Chou
2018-01-31 12:16:01 +08:00
-
d520b0bdcc
model: remove iota (#5753)
Lynn
2018-01-31 09:46:50 +08:00
-
b380e8b702
ast: do statement is read only (#5752)
tiancaiamao
2018-01-30 02:47:00 -06:00
-
b5b2db5644
plan: reduce memory allocation in buildDataSource (#5747)
Jack Yu
2018-01-30 15:57:42 +08:00
-
d978c83cd1
plan: remove unneeded lines of code (#5749)
Boik
2018-01-30 15:43:54 +08:00
-
fdd0e6d78b
stats, executor: fix drop stats not working (#5739)
Haibin Xie
2018-01-30 11:19:04 +08:00
-
b3a514947d
executor: set correct collate in show create table (#5744)
Jack Yu
2018-01-29 22:16:31 +08:00
-
1ec74d2d76
owner: Add error check in NewSession (#5731)
Lynn
2018-01-29 21:16:37 +08:00
-
cfe44e869a
Cleanup vendor (#5726)
Evgeniy Kulikov
2018-01-29 15:59:23 +03:00
-
93a042bc95
plan, executor: make explain more clear. (#5742)
Yiding Cui
2018-01-29 19:12:45 +08:00
-
3c99bb3c2c
fix: scala -> scalar (#5740)
Boik
2018-01-29 15:33:38 +08:00
-
f2d9722d16
limit lock count for scan lock request (#5606)
XuWentao
2018-01-29 15:03:24 +08:00
-
04960d4fe9
log_util:let slow query entry keep order (#5732)
winkyao
2018-01-28 17:26:38 +08:00
-
99eaee7117
util: make list.MemoryUsage() be more efficient (#5723)
HuaiyuXu
2018-01-26 20:07:00 +08:00
-
96bd4e1162
executor: refine plan.EvalSubquery to support NextChunk (#5717)
HuaiyuXu
2018-01-26 19:07:18 +08:00
-
7c5ea170a9
parser: fix Text() in SubSelect parse (#5718)
xiaojian cai
2018-01-26 14:05:32 +08:00
-
e09aa114b1
executor: fix MaxOneRow.NextChunk (#5716)
HuaiyuXu
2018-01-26 11:37:48 +08:00
-
56903136a7
fix comment typo (#5721)
xiaojian cai
2018-01-26 10:25:41 +08:00
-
24333b3b29
*: don't record binlog when statement rollback (#5699)
tiancaiamao
2018-01-25 06:50:57 -06:00
-
f763e878a8
plan: push down binaryliterals as varstring. (#5665)
Yiding Cui
2018-01-25 16:17:19 +08:00
-
a443eea786
Fix typo of parser (#5713)
yuananf
2018-01-25 15:59:34 +08:00
-
47cbc0bfce
*: remove varsutil package, make Systems a private member of SessionVars (#5544)
tiancaiamao
2018-01-25 01:43:07 -06:00
-
41de47cb2a
add metrics for gc failure count (#5694)
XuWentao
2018-01-25 14:55:06 +08:00
-
b5c717a4ea
store/tikv: Add metrics for async secondary lock cleanup (#5575)
XuWentao
2018-01-25 14:35:14 +08:00
-
2cdb9d513b
chunk:add more benchmarks (#5710)
Zhexuan Yang
2018-01-25 13:32:36 +08:00
-
147ca6adcf
tidb,config: limit statement count in a transaction (#5704)
tiancaiamao
2018-01-24 23:05:24 -06:00
-
88b8740724
*: avoid the generation of mysql.TypeNewDate (#5705)
HuaiyuXu
2018-01-23 21:41:02 +08:00
-
307e642565
store/tikv: remove
WithCancel in copIterator. (#5701)
Ewan Chou
2018-01-23 17:56:13 +08:00
-
225d69053e
executor: avoid unnecessary log format in slow query log (#5696)
Jack Yu
2018-01-23 11:28:21 +08:00
-
dffc8c974d
executor, parser: treat tx_isolation, transaction_isolation or tx_read_only, transaction_read_only as synonyms variable (#5700)
winkyao
2018-01-22 23:15:17 +08:00
-
807dc791d4
cmd: add importer tool. (#5695)
Han Fei
2018-01-22 18:48:18 +08:00
-
0b23ff48a6
*: execute statement meets error should make no side effect (#5678)
tiancaiamao
2018-01-21 23:49:29 -06:00
-
1d07320c66
*: support create time in information_schema (#5590)
Lynn
2018-01-22 13:33:20 +08:00
-
c6e1466971
plan: remove the rest useless type assertion. (#5693)
Han Fei
2018-01-22 12:43:05 +08:00
-
236e50a493
format error message when meet datum conv failure (#5689)
Zhexuan Yang
2018-01-22 12:18:54 +08:00
-
888bc2a602
*: uniform the way to iterate rows within a Chunk (#5674)
Jian Zhang
2018-01-22 11:34:04 +08:00
-
fc6376981d
*: remove GetSessionVars() in expression evaluation (#5683)
Jian Zhang
2018-01-22 11:04:32 +08:00
-
c30309acec
server: Add metrics for tidb-server panic (#5692)
Shen Li
2018-01-22 10:15:48 +08:00
-
a2a48b3085
executor: use batch get to speed up LOAD DATA (#5632)
Jack Yu
2018-01-19 15:58:00 +08:00
-
6e772d3963
variable: Enlarge default distsql_scan_concurrency (#5670)
Shen Li
2018-01-19 13:28:50 +08:00
-
384a1080e7
stats: fix estimation in between row count (#5682)
Haibin Xie
2018-01-19 11:35:30 +08:00
-
45d916b445
tables: Rename a variable (#5673)
Shen Li
2018-01-18 23:09:31 +08:00
-
8069afd38c
server: optimize com_field_list, make use database faster. (#5677)
winkyao
2018-01-18 22:17:39 +08:00
-
b020c7c564
executor: improve the sort efficiency on "lookupTableTask.rows" (#5675)
Jian Zhang
2018-01-18 20:32:13 +08:00
-
e29e35839a
plan: no need to pass the ctx to logicalOptRule (#5671)
Yiding Cui
2018-01-18 17:33:17 +08:00
-
e1c927b416
*: fix information schema data race. (#5672)
Ewan Chou
2018-01-18 17:22:06 +08:00
-
c5c0714cde
executor, sessionctx, util: log a warning when memory usage of HashJoinExec exceed threshhold (#5658)
HuaiyuXu
2018-01-18 11:14:25 +08:00
-
8f1f0af39d
executor: close the children of HashJoinExec and UnionExec after close goroutine finish (#5669)
HuaiyuXu
2018-01-17 23:09:25 +08:00
-
da08b56a42
vendor: bump etcd to 3.2.14 (#5646)
Zhexuan Yang
2018-01-17 22:33:24 +08:00
-
5bf8972460
aggregation: "group_concat" should not modify the argument during execution (#5664)
Jian Zhang
2018-01-17 22:01:36 +08:00
-
bdf15d5ec7
table: refine utf8 error message. (#5667)
Ewan Chou
2018-01-17 20:20:28 +08:00
-
f57b8438bc
table: index.addindices reuse temp buffer (#5600)
winkyao
2018-01-17 19:32:30 +08:00
-
74e8c13051
kv_ecndoer: add some test cases about rebase allocator id. (#5668)
winkyao
2018-01-17 19:24:34 +08:00
-
90d653c8ca
tidb: do not add history for read-only statements. (#5660)
Ewan Chou
2018-01-16 23:44:34 +08:00
-
4345458d14
stats: refine the behavior when updating stats delta (#5647)
Haibin Xie
2018-01-16 18:43:26 +08:00
-
6fb97e8f25
executor: correct the unsigned pk's behavior. (#5641)
Yiding Cui
2018-01-16 18:21:10 +08:00
-
253add2299
plan: update index lookup join cost (#5655)
Ewan Chou
2018-01-16 17:26:09 +08:00
-
0e61c85918
store/tikv: call Next() after copIterator closed lead to goroutine leak (#5624) (#5654)
tiancaiamao
2018-01-16 01:32:58 -06:00
-
9f2ff293dd
*: make MVMap.Get() be able to reuse the value buffer pre-allocated (#5644)
Jian Zhang
2018-01-16 15:15:25 +08:00
-
45f00fe55a
server: close result set for FieldList (#5650)
Ewan Chou
2018-01-16 15:01:12 +08:00
-
4f9815d8e4
stats: fix resource leak (#5653)
Haibin Xie
2018-01-16 14:55:50 +08:00
-
a374fd2c80
gcworker: fix resource leak. (#5651)
disksing
2018-01-16 14:36:35 +08:00
-
9b1d26e795
executor: rename "new_index_lookup_join.go" to "index_lookup_join.go" (#5652)
Jian Zhang
2018-01-16 13:59:32 +08:00
-
d6d9419cb6
executor: remove old, never used "IndexLookUpJoin" (#5649)
Jian Zhang
2018-01-16 13:39:06 +08:00
-
096190775e
session: add session variable to log query string. (#5633)
Ewan Chou
2018-01-16 10:12:51 +08:00
-
4df3a04023
executor: fillDefaultValues store casted default values (#5586)
winkyao
2018-01-15 20:24:50 +08:00
-
67e067a78b
ddl: update the ctx of restart syncer (#5610)
Lynn
2018-01-15 19:16:32 +08:00
-
f8c8697aae
util: add an interface for Chunk to count the memory usage (#5645)
HuaiyuXu
2018-01-15 17:55:21 +08:00
-
2550969cae
aggregation, plan: split the presentation and evaluation layers of aggregation functions (#5635)
Jian Zhang
2018-01-15 15:48:03 +08:00
-
ca97bfffe0
tables: when importing data, table.AddRecord has no needs to use temp BufferStore. (#5617)
winkyao
2018-01-15 15:13:23 +08:00
-
bd5309437e
ddl, model: clean up (#5583)
Lynn
2018-01-15 13:16:01 +08:00
-
d568bf7f7c
executor: refactor the way to compare rows in MergeJoinExec (#5640)
Jian Zhang
2018-01-15 12:41:07 +08:00
-
ea099f281b
*: Add go version in tidb version info (#5636)
Shen Li
2018-01-14 19:48:52 +08:00
-
cc808a51aa
parser: Support the ODBC syntax of time/date/timestamp literal (#5634)
Shen Li
2018-01-14 16:04:29 +08:00