Commit Graph

11839 Commits

Author SHA1 Message Date
a30be605cd ddl : table meta may hold wrong information if checkPartitionByRange panic (#19814) 2020-09-28 15:11:42 +08:00
0cdd24d36b tikv: support secondaries key size limit for async commit (#20167)
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
2020-09-28 12:03:12 +08:00
353e87cf76 grafana: update kv duration filter condition (#20023) 2020-09-28 11:12:12 +08:00
17b7b5e815 *: add executor runtime info for explain for connection statement (#19183) 2020-09-27 20:44:11 +08:00
4b98dbaa0a http: add /debug/gogc to set GOGC on the fly (#20247) 2020-09-27 19:54:12 +08:00
fd0a18a90c types: fix FLOAT data overflow check (#20067) (#20158) 2020-09-27 18:57:42 +08:00
0017a1717e *: fix the bug about the insertRuntimeStat.String() (#20190)
Signed-off-by: jyz0309 <45495947@qq.com>
2020-09-27 18:48:43 +08:00
7e534d98ae executor: fix unstable TestCoprocessorOOMAction (#20238) 2020-09-27 18:43:27 +08:00
421e87c5f1 planner: improve index merge row count estimation (#19040) 2020-09-27 18:06:36 +08:00
1047fd7671 planner: fix wrong message when group by a window or agg func with an as (#17572) 2020-09-27 17:37:36 +08:00
f1f72d5001 store/tikv: add sanity check for snapshot version and forUpdateTS (#20159)
Signed-off-by: you06 <you1474600@gmail.com>
2020-09-27 15:29:38 +08:00
486e473a86 session: fix panic when storing outdated plans from plan cache (#19296) 2020-09-27 14:56:02 +08:00
713c2378f6 planner: let SQL BINDING support UNION ALL/INTERSECT/EXCEPT (#20010) 2020-09-27 13:58:37 +08:00
5eaaa5c649 expression: fix a bug that from_unixtime + union all returns truncated result (#20225)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
2020-09-27 12:39:38 +08:00
4ff2f926e2 executor, expression: set the evalType of hybrid type as ETInt in VecEvalBool (#20221) 2020-09-27 11:31:16 +08:00
0528a1f12f *: handle the to-do item of rebuilding ReorgInfo key when executing modify/change column (#19866) 2020-09-27 08:34:36 +08:00
xhe
856c44eb88 ddl: fix placement test (#20230)
Signed-off-by: xhe <xw897002528@gmail.com>
2020-09-27 07:30:07 +08:00
e0c32b6f0e 2pc: iterator and collector of new streaming committer (#20173) 2020-09-26 19:33:37 +08:00
32d86e26c2 *: fix message for duplicate entry error (#20203)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-09-25 16:10:56 +08:00
47a182f76a executor: fix a bug that the generated column doesn't handle bad null value (#20193)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
2020-09-25 15:57:36 +08:00
0843f32c09 DDL: check table-level check constraint when create table (#20202)
Signed-off-by: AilinKid <314806019@qq.com>
2020-09-25 14:35:40 +08:00
09feccb529 store/tikv: Add a test that checks prewrites properly set secondaries for async commit transactions (#20178)
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
2020-09-25 13:27:38 +08:00
e4f7bd7cd2 tikv: fix panic in RegionStore.accessStore (#20204) 2020-09-25 12:52:10 +08:00
4d1fe2062a planner,explaintest: partition pruning for YEAR function (#20064) 2020-09-25 11:55:21 +08:00
xhe
0673f3376f ddl: make use of the new rule cache api[1/3] (#20166)
Signed-off-by: xhe <xw897002528@gmail.com>
2020-09-25 10:27:38 +08:00
10fd834463 executor: fix sort result for batch-point-get by unsigned pk (#20108) 2020-09-24 22:00:08 +08:00
0b7c7167d1 planner,executor: support global index for IndexScan and IndexLookUpReader (#19821) 2020-09-24 20:50:28 +08:00
877d871a03 ddl: fix clean dead table lock panic (#20198)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
2020-09-24 17:19:42 +08:00
aceecf0732 executor: support new aggregate funtion APPROX_PERCENTILE (#19799)
Signed-off-by: leiysky <leiysky@outlook.com>
2020-09-24 15:59:38 +08:00
1b0763260c go.mod: update br (#20162)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-09-24 15:12:15 +08:00
c3821173db store/mockstore/mocktikv: Add No Lock version of GetRegionByKey to avoid double-lock (#16826) 2020-09-24 14:04:09 +08:00
xhe
a8b06778c4 ddl: add verification for placement rule request (#20191)
Signed-off-by: xhe <xw897002528@gmail.com>
2020-09-24 10:44:37 +08:00
bb354b0c30 *:Record the time consuming of memory operation of Insert Executor in Runtime Information (#19574) 2020-09-23 20:57:40 +08:00
92a04ef024 trace: tee logs to runtime/trace output (#19994) 2020-09-23 18:45:38 +08:00
592b244e51 tikv: set undetermined error when async commit prewrite rpc fails (#20150)
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
2020-09-23 18:06:08 +08:00
6271bd472e expression: fix inaccurate error info for year column out of range (#18871) 2020-09-23 15:52:30 +08:00
d72adf893a DDL: Reduce the impact on DML when executing partition DDL (#19991) 2020-09-23 14:56:38 +08:00
xhe
934ecf2db1 ddl: add a framework for placement rules cache (#20086) 2020-09-23 14:40:58 +08:00
fd0299f58e *: remove simple rewriter (#19828) 2020-09-23 12:17:53 +08:00
462927bf31 types: fix datetime lower part overflow check (#19822) 2020-09-22 19:30:08 +08:00
151ef8492b statistics: prioritize low selectivity indexes in the greedy search procedure of Selectivity() (#20038) 2020-09-22 19:17:42 +08:00
c303b05760 statistics: support dump/load/gc extended statistics (#19260) 2020-09-22 19:13:38 +08:00
6a10e21292 ddl: stablize testSerialSuite.TestCancelAddIndexPanic (#19761) 2020-09-22 16:05:00 +08:00
640cb42f54 executor: do not reorder handles when building requests for IndexMergeJoin (#20138) 2020-09-22 15:11:59 +08:00
650515a420 executor: fix data race in test (#20142) 2020-09-22 14:58:38 +08:00
8d798bbee1 ddl: generate a unique name for changing column and changing indexes (#19774) 2020-09-22 14:49:24 +08:00
205f02125f executor: add an OOMAction for copIterator to adaptive control the memory usage (#19246) 2020-09-22 14:27:55 +08:00
1d5b724e82 executor: implement meldata for jsonobjectagg funcs to track memUsage (#19819) 2020-09-22 10:42:08 +08:00
91b6d9eedc executor: fix unexpected 'invalid auto-id' error in pessimistic txn retry (#20123) 2020-09-22 10:21:41 +08:00
501466fb69 2pc: Add counter metrics for async commit transactions (#20107)
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
2020-09-21 16:24:09 +08:00