|
|
5445e17fac
|
*: fix in-compatible behavior when modify value from Navicat GUI (#6105)
|
2018-03-22 15:38:27 +08:00 |
|
|
|
27dc8f3550
|
expression/agg: add ResetContext() for stream aggregation. (#6097)
|
2018-03-22 13:52:02 +08:00 |
|
|
|
d68bf86896
|
*: remove useless code (#5343)
|
2018-03-21 10:59:23 +08:00 |
|
|
|
f287451eed
|
tidb: move tidb/*.go to session directory (#6062)
This change makes our top level directory clean.
|
2018-03-20 09:06:11 -05:00 |
|
|
|
ec78f8bea3
|
expression/agg: add unit-test. (#6074)
|
2018-03-19 18:57:28 +08:00 |
|
|
|
eec1c524dc
|
util: refine Row.GetDatum when tp is MyDecimal (#6087)
|
2018-03-19 17:11:07 +08:00 |
|
|
|
11616c46c0
|
types,expression: make 'invalid time format' error log more friendly (#6069)
|
2018-03-17 06:40:37 -05:00 |
|
|
|
e77da7a1a7
|
expression: add unsigned flag when convert uintPBConstant to Expression (#6071)
|
2018-03-16 13:04:01 +08:00 |
|
|
|
9dcab918b6
|
expression/agg: remove useless code. (#6075)
|
2018-03-16 12:54:54 +08:00 |
|
|
|
8510bb7671
|
store/tikv: support retry and timeout for coprocessor streaming API (#5965)
|
2018-03-15 22:18:44 -05:00 |
|
|
|
0553deeb42
|
*:improve code readability and unified aliases (#5997)
|
2018-03-15 10:52:36 +08:00 |
|
|
|
337a45b961
|
expression: fix comparation between uint and int (#6028)
|
2018-03-13 14:38:04 +08:00 |
|
|
|
ae4300d03b
|
expression: Add deprecation warning for builtin function PASSWORD (#6000)
|
2018-03-13 12:37:04 +08:00 |
|
|
|
a239b772ba
|
expression: fix test cases in TestWrapWithCastAsTime and TestCompareBuiltin (#6024)
Those test cases use wrong timezone, they will fail when TimeZone set to Tokyo
and time.Now() is 01:04
|
2018-03-12 13:33:07 +08:00 |
|
|
|
9a3463fd81
|
distsql, mocktikv: handle warnings returned from tikv/mocktikv (#5906)
|
2018-03-06 13:20:27 +08:00 |
|
|
|
dc2bbc8c4f
|
expression: correct the behavior of bit aggregate function. (#5954)
|
2018-03-05 21:44:01 +08:00 |
|
|
|
45dc066401
|
codec: improve the performance of decoding decimal (#5921)
|
2018-02-28 20:21:31 +08:00 |
|
|
|
c16855d3ec
|
expression: avoid using datum in HashCode(). (#5911)
|
2018-02-27 18:58:45 +08:00 |
|
|
|
cd63332ebf
|
expression, plan: extract the same part from DNF's leaves. (#5831)
|
2018-02-26 16:03:05 +08:00 |
|
|
|
ba04a342c5
|
*:fix some ineffassign to improve GoReport Result (#5901)
|
2018-02-25 14:32:20 +08:00 |
|
|
|
e1121814d2
|
*: don't import golang.org/x/net/context as goctx alias (#5895)
Now that there is no conflict with sessionctx.Context, this can be
import directly
|
2018-02-24 03:40:56 -06:00 |
|
|
|
12c87929b8
|
*:fix some golint && ineffassign && misspell to improve GoReport Result (#5867)
|
2018-02-23 19:31:05 +08:00 |
|
|
|
4e1a114e68
|
*: move package context to sessionctx (#5890)
|
2018-02-22 18:03:38 +08:00 |
|
|
|
d9e16e104f
|
*: Cleanup code (#5852)
|
2018-02-12 23:17:03 +08:00 |
|
|
|
0dc2d902ce
|
expression: fix a test case that use inconsistent time zone (#5872)
In TestCastFuncSig function, the test use Local time zone,
but the result expect UTC
|
2018-02-12 13:15:53 +08:00 |
|
|
|
de9c192cba
|
*: move mocktikv from tikv pkg (#5834)
|
2018-02-08 23:31:29 +08:00 |
|
|
|
f6c9f43b4c
|
expression: add benchmarks about expression executor (#5760)
|
2018-02-08 14:57:05 +08:00 |
|
|
|
51c47a4ddc
|
plan: The stats of some table is outdated, we use pseudo to estimate. (#5802)
|
2018-02-08 11:22:21 +08:00 |
|
|
|
5be134e38f
|
plan, expression: refine explain count info (#5810)
|
2018-02-07 14:45:08 +08:00 |
|
|
|
26d4887c55
|
plan: fix a bug when alter table drop column meets insert (#5790)
|
2018-02-06 18:35:31 +08:00 |
|
|
|
4e554703fb
|
plan: fix bug of stats count (#5775)
|
2018-02-06 13:16:50 +08:00 |
|
|
|
469b246965
|
types,expression: make ConvertToTime unaffected by location (#5741)
|
2018-02-01 06:22:59 -06:00 |
|
|
|
d95f96505a
|
*: refine join result generator to return MaxChunkSize chunk (#5715)
|
2018-01-31 20:00:59 +08:00 |
|
|
|
24333b3b29
|
*: don't record binlog when statement rollback (#5699)
|
2018-01-25 06:50:57 -06:00 |
|
|
|
f763e878a8
|
plan: push down binaryliterals as varstring. (#5665)
|
2018-01-25 16:17:19 +08:00 |
|
|
|
47cbc0bfce
|
*: remove varsutil package, make Systems a private member of SessionVars (#5544)
|
2018-01-25 01:43:07 -06:00 |
|
|
|
88b8740724
|
*: avoid the generation of mysql.TypeNewDate (#5705)
|
2018-01-23 21:41:02 +08:00 |
|
|
|
888bc2a602
|
*: uniform the way to iterate rows within a Chunk (#5674)
|
2018-01-22 11:34:04 +08:00 |
|
|
|
fc6376981d
|
*: remove GetSessionVars() in expression evaluation (#5683)
|
2018-01-22 11:04:32 +08:00 |
|
|
|
5bf8972460
|
aggregation: "group_concat" should not modify the argument during execution (#5664)
|
2018-01-17 22:01:36 +08:00 |
|
|
|
9f2ff293dd
|
*: make MVMap.Get() be able to reuse the value buffer pre-allocated (#5644)
|
2018-01-16 15:15:25 +08:00 |
|
|
|
2550969cae
|
aggregation, plan: split the presentation and evaluation layers of aggregation functions (#5635)
|
2018-01-15 15:48:03 +08:00 |
|
|
|
3ce567630b
|
executor: store column's fieldType in executor (#5619)
|
2018-01-12 16:57:31 +08:00 |
|
|
|
4dd1fc208d
|
codec, expression: support encoding a Chunk row (#5578)
|
2018-01-11 20:29:31 +08:00 |
|
|
|
f4fa60d306
|
executor, expression: support chunk for HashJoinExec (#5439)
|
2018-01-10 22:06:58 +08:00 |
|
|
|
4136b81c23
|
*: merge IntColumnRange with NewRange. (#5591)
|
2018-01-10 15:50:58 +08:00 |
|
|
|
5db9ac2506
|
types,util/chunk: refactor Time for Chunk. (#5571)
|
2018-01-09 10:12:27 +08:00 |
|
|
|
5692f459af
|
expression: refine the type infer of group_concat (#5573)
|
2018-01-08 16:21:44 +08:00 |
|
|
|
ecbd60c3ff
|
*: add arguement StatementContext to Encode functions. (#5566)
|
2018-01-06 17:31:08 +08:00 |
|
|
|
de992eb570
|
expression: only do a shallow copy when evaluating a "Column" expression (#5542)
|
2018-01-06 12:24:30 +08:00 |
|