|
|
1255973764
|
tables: make duplicate error in update clearer (#7495)
|
2018-08-28 15:34:39 +08:00 |
|
|
|
bc97e2d616
|
plan, util/admin: fix admin check table error when a column of index is virtual generated (#6817)
|
2018-08-28 12:42:55 +08:00 |
|
|
|
1d0d0a6666
|
distsql: let analyze use RC level and low priority (#7496)
|
2018-08-27 18:46:51 +08:00 |
|
|
|
2d1fae8e56
|
plan: fix insert onduplicate key update (#7406)
|
2018-08-27 18:08:08 +08:00 |
|
|
|
333ead673f
|
ddl: fix admin check bug (#7359)
|
2018-08-21 15:34:17 +08:00 |
|
|
|
4836aa33c3
|
executor: support new aggregate framework for HashAggExec (#7268)
|
2018-08-21 15:17:25 +08:00 |
|
|
|
1dc41d8b79
|
add logs for replace and insert on dup (#7436)
|
2018-08-21 12:43:41 +08:00 |
|
|
|
d4e08853e4
|
executor,statistics: make query feedback work for partitioned table (#7394)
|
2018-08-21 11:43:48 +08:00 |
|
|
|
233660af69
|
Revert "*: add a String method for Datum to make the log more friendly (#7426)" (#7435)
This reverts commit 7773b283907017ccf4835e22091c7a0508cf5383.
|
2018-08-20 15:17:17 +08:00 |
|
|
|
7773b28390
|
*: add a String method for Datum to make the log more friendly (#7426)
|
2018-08-20 14:09:26 +08:00 |
|
|
|
d5ab70cfdf
|
executor,sessionctx: Add correctness for more system variables (#7196)
|
2018-08-19 14:55:15 +08:00 |
|
|
|
1558a9c096
|
executor: fix duplicate row check when chunk size is small (#7393)
|
2018-08-17 16:52:52 +08:00 |
|
|
|
6e7d75299d
|
test: refine test (#7414)
|
2018-08-16 17:05:59 +08:00 |
|
|
|
bbec68304e
|
executor,table: support replace operation for table partition (#7309)
|
2018-08-16 13:28:50 +08:00 |
|
|
|
7f286f5c12
|
types: add one more space to make json pretty (#7389)
|
2018-08-16 11:04:39 +08:00 |
|
|
|
82a6c1085c
|
*: introduce the concept of physical ID, code refactory (#7374)
|
2018-08-16 10:33:24 +08:00 |
|
|
|
1f8710762d
|
execute/insert: refine data truncate error msg (#7401)
|
2018-08-16 00:02:45 +08:00 |
|
|
|
f18176f806
|
util/testkit: make the msg of failed check more readable (#7386)
|
2018-08-15 09:24:58 +08:00 |
|
|
|
5404e2eaae
|
ddl: add admin check before drop table using building flag. (#7343)
|
2018-08-14 21:44:57 +08:00 |
|
|
|
1afd12762d
|
plan: fix admin check index panic when index contains pkIsHandle column. (#7350)
|
2018-08-14 17:29:56 +08:00 |
|
|
|
d1f2587903
|
*: admin check table return tidb specific error code. (#7363)
|
2018-08-14 13:54:16 +08:00 |
|
|
|
7523566bc9
|
executor: CheckIndexRangeExec should set the types of index columns (#7376)
|
2018-08-14 13:33:43 +08:00 |
|
|
|
fc89a6421a
|
expression,ddl: fix fraction part handle of current_timestamp (#7355)
|
2018-08-14 13:20:01 +08:00 |
|
|
|
9667eca8e4
|
executor: MaxOneRow operator should keep its promise (#7375)
|
2018-08-14 12:44:07 +08:00 |
|
|
|
cf5e392b24
|
executor: change joinResultGenerator to joiner (#7323)
|
2018-08-13 19:03:58 +08:00 |
|
|
|
1d567efcca
|
executor: fix group_concat when chunk size is set to 1 (#7328)
|
2018-08-13 15:59:30 +08:00 |
|
|
|
f98ef22ded
|
expression, executor: add a new interface MergePartialResult for the new aggregation framework (#7281)
|
2018-08-13 14:54:06 +08:00 |
|
|
|
87625923e0
|
sessionctx: supports set character_set_results = null (#7353)
|
2018-08-12 00:31:01 +08:00 |
|
|
|
e3952d6eb8
|
*: collect execution details and output them in slow query log (#7302)
|
2018-08-10 21:06:20 +08:00 |
|
|
|
be2c276fe4
|
executor, plan: remove Exists (#7207)
|
2018-08-09 22:45:24 +08:00 |
|
|
|
00839ceeec
|
stats: support loading partition stats (#7305)
|
2018-08-09 20:00:03 +08:00 |
|
|
|
702a116a5e
|
admin: fix admin check table false alarm in the case that index contains pkIsHandle column (#7317)
|
2018-08-09 17:37:47 +08:00 |
|
|
|
22519aefc2
|
*: update import path from coreos/gofail to etcd-io/gofail to fix ci (#7329)
|
2018-08-09 15:48:01 +08:00 |
|
|
|
18aae131bf
|
test: fix data race in executor_test.go/checkRequestClient (#7326)
|
2018-08-09 10:02:13 +08:00 |
|
|
|
cd458038f5
|
infoschema: fix information schema data race (#7318)
|
2018-08-08 21:55:51 +08:00 |
|
|
|
6569264176
|
rewrite CheckHandleExists to refactor partition (#7321)
|
2018-08-08 18:33:09 +08:00 |
|
|
|
359df6ecc2
|
variable, ddl: add session variable 'tidb_ddl_reorg_priority' to set operation priority of ddl reorg (#7116)
|
2018-08-08 17:16:05 +08:00 |
|
|
|
af7fed9b38
|
executor: fix group_concat(a) when a is null (#7287)
|
2018-08-08 15:38:37 +08:00 |
|
|
|
b39b5f579f
|
executor: refactor joinResultGenerator to handle the unmatched outer records (#7288)
|
2018-08-08 15:16:24 +08:00 |
|
|
|
3a3845fb24
|
*: support admin show ddl (#7274)
|
2018-08-07 18:23:41 +08:00 |
|
|
|
f6dbad0f5c
|
*: move the dirty table modification to table package (#7289)
|
2018-08-07 15:38:01 +08:00 |
|
|
|
9813c71498
|
*: support update operation for table partition (#7166)
|
2018-08-07 10:34:20 +08:00 |
|
|
|
44e6c3c2e1
|
plan, stats: fix inconsistent row count estimation (#7233)
|
2018-08-06 17:39:33 +08:00 |
|
|
|
a7fc9c323e
|
distsql: disable read committed isolation level (#7280)
read committed isolation may cause inconsistent read.
Only Analyze request use read committed isolation level.
|
2018-08-06 13:07:06 +08:00 |
|
|
|
88bf9f7ba0
|
admin: support prefix index in admin check table. (#7241)
|
2018-08-06 11:57:46 +08:00 |
|
|
|
7e48ab1284
|
executor: skip inner rows when the join keys contains NULL (#7255)
|
2018-08-06 02:59:23 +08:00 |
|
|
|
6178cfd225
|
*: fixed some typo. (#7277)
|
2018-08-05 13:50:51 +08:00 |
|
|
|
130f53b316
|
*: partitioned table should not use PointGetPlan (#7261)
* *: partitioned table should not use PointGetPlan
|
2018-08-03 12:57:13 +08:00 |
|
|
|
a5af7a0e1f
|
*: remove variable 'tidb_import_data' and rename SessionVars.ImportingData to LightningMode (#7262)
|
2018-08-03 10:00:03 +08:00 |
|
|
|
9eb197f754
|
executor: remove the old evaluate logic of stream agg (#7251)
|
2018-08-03 08:34:28 +08:00 |
|