|
|
b4eee287af
|
*: extract topn out of histogram correctly (#21007)
Co-authored-by: Yuanjia Zhang <zhangyuanjia@pingcap.com>
|
2020-12-10 17:05:39 +08:00 |
|
|
|
bc41e47360
|
store/tikv: support fallback from async commit (take 2) (#21531)
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
|
2020-12-10 12:16:21 +08:00 |
|
|
|
0f9d77b07f
|
ddl: Support adding a middle state in altering placement policies (#21356)
|
2020-12-07 15:12:58 +08:00 |
|
|
|
90c7987763
|
executor: add SHOW STATS_TOPN (#21403)
|
2020-12-01 17:02:51 +08:00 |
|
|
|
026305eb02
|
*: update go.mod for sysutil (#21373)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-11-30 15:49:05 +08:00 |
|
|
|
76427cbd09
|
*: update the tools dependence (#21370)
|
2020-11-30 15:13:58 +08:00 |
|
|
|
67f9a24341
|
store/tikv: retry the same scan request when there is a response-level lock (#21348)
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
|
2020-11-30 14:59:59 +08:00 |
|
|
|
b3f8be7d3c
|
*: update pingcap/errors (#21352)
|
2020-11-30 11:58:29 +08:00 |
|
|
|
051dc83bf9
|
store/tikv: reduce BatchGet pending keys only when there is no response-level error (#21157)
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
|
2020-11-26 16:20:51 +08:00 |
|
|
|
6676126fa6
|
Update the PD client to fix the tso process freeze bug (#21268)
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-11-25 15:59:13 +08:00 |
|
|
|
07ff41d0c4
|
coprocessor: Update KvProto (#20966)
Signed-off-by: Breezewish <me@breeswish.org>
|
2020-11-25 11:06:55 +08:00 |
|
|
|
2901bb47f5
|
go.mod, bindinfo: update parser to fix binding doesn't work for prepared stmt with LIMIT (#21214)
|
2020-11-24 16:05:48 +08:00 |
|
|
|
95adbe1a72
|
parser: Update (#21212)
|
2020-11-23 21:54:54 +08:00 |
|
|
|
93c3e6becd
|
*: fix default decimal precision (#21162)
|
2020-11-21 21:07:54 +08:00 |
|
|
|
91cd12f83f
|
store: update the PD client to support the Global/Local TSO (#20980)
|
2020-11-19 15:30:43 +08:00 |
|
|
|
c23394e954
|
test: migrate tiflash mock test from mocktikv to unistore (#21038)
|
2020-11-17 16:05:58 +08:00 |
|
|
|
9c3b93750a
|
pd: rename GetMemberInfo to GetAllMembers (#20218)
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com>
|
2020-11-17 11:18:56 +08:00 |
|
|
|
e136429d8d
|
*: refactor parser initialize method and add tidb_enable_strict_double_type_check variable (#20967)
|
2020-11-16 19:58:27 +08:00 |
|
|
|
f0bef40d6b
|
dep: update etcd and other dependencies for lightning and CDC (#21076)
|
2020-11-16 17:25:27 +08:00 |
|
|
|
d1bc99547d
|
unistore: remove remaining juju/errors dependencies (#20744)
|
2020-11-13 17:26:05 +08:00 |
|
|
|
1804f4c53a
|
planner: generate proper hint for IndexHashJoin / IndexMergeJoin (#20992)
|
2020-11-12 17:28:54 +08:00 |
|
|
|
8d35f17c17
|
Update the errors dependence to the latest version (#20917)
|
2020-11-10 09:50:39 +08:00 |
|
|
|
abc8f1665f
|
*: optimize for encoding huge plan (#20811)
|
2020-11-06 10:46:16 +08:00 |
|
|
|
6e1aa0d765
|
*: restrict the length of enum/set value (#19109)
|
2020-11-04 19:10:02 +08:00 |
|
|
|
3b4ba35e28
|
DDL: create table should not allow explicit empty name index (#20617)
|
2020-11-03 12:52:44 +08:00 |
|
|
|
f1c464a86a
|
collation: add utf8mb4_zh_pinyin_tidb_as_cs collation interface (#20504)
|
2020-11-03 11:35:39 +08:00 |
|
|
|
3d536a6e7e
|
executor: add diagnosis rule to check Transparent Huge Pages(THP) enabled (#20611)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-10-29 16:57:04 +08:00 |
|
|
|
91db54ef8e
|
ddl: Support multiple table rename (#19962)
|
2020-10-28 11:36:03 +08:00 |
|
|
|
e3c3668a27
|
*: fix not precedence in generated column (#20612)
|
2020-10-27 17:59:35 +08:00 |
|
|
|
0d613a2dfa
|
[executor, store/tikv]: implement a prototype for MPP framework. (#19954)
|
2020-10-26 14:46:47 +08:00 |
|
|
|
f750afb321
|
*: introduce errors documentation generator to generate errors.toml (#20516)
Signed-off-by: Lonng <heng@lonng.org>
|
2020-10-21 15:54:38 +08:00 |
|
|
|
2f067c0542
|
*: redact arguments for Error (#20436)
|
2020-10-21 14:44:08 +08:00 |
|
|
|
4745e1586e
|
go.mod: update br version to resolve cyclic dependency (#20455)
|
2020-10-15 12:00:36 +08:00 |
|
|
|
79711ad6b8
|
ddl: support alter sequence (#20405)
|
2020-10-14 17:06:11 +08:00 |
|
|
|
2f19c5ba15
|
tikvclient: add gzip compression type support for tidb grpc channel (#20438)
|
2020-10-14 11:02:25 +08:00 |
|
|
|
931323463f
|
txn: Add some more unit tests for async commit (#20073)
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
|
2020-10-12 16:59:39 +08:00 |
|
|
|
03c6b5ab9e
|
go.mod: update parser to support TABLES and VALUES statement (#20314)
|
2020-09-30 14:14:20 +08:00 |
|
|
|
713c2378f6
|
planner: let SQL BINDING support UNION ALL/INTERSECT/EXCEPT (#20010)
|
2020-09-27 13:58:37 +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 |
|
|
|
1741f94dc3
|
*: update errors lib version (#20087)
|
2020-09-21 16:07:24 +08:00 |
|
|
|
f6d445c7af
|
store: update unistore version (#20106)
|
2020-09-21 14:39:09 +08:00 |
|
|
|
4ec101d7e3
|
planner: support parentheses change precedence for set operators (#18968)
|
2020-09-21 13:06:10 +08:00 |
|
|
|
463bb2a3a1
|
go.mod: update BR version (#20115)
|
2020-09-21 12:31:38 +08:00 |
|
|
|
e880cae491
|
planner: reimplement DEFAULT function to make the behavior consistent with MySQL when looking up the corresponding column (#19709)
|
2020-09-18 19:40:12 +08:00 |
|
|
|
0e4b809cad
|
*: remove expression index out of the experiment feature (#19998)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
|
2020-09-18 13:25:37 +08:00 |
|
|
|
e4b1c48bf1
|
*: update badger to the latest master (#20070)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-09-18 10:47:33 +08:00 |
|
|
|
31bd7d8b3d
|
planner: rename optimizer hint TOPN_TO_COP() to LIMIT_TO_COP() (#20022)
|
2020-09-17 14:23:23 +08:00 |
|
|
|
8446ec9e08
|
tikv: support scatter region with option api (#19844)
|
2020-09-11 14:02:34 +08:00 |
|
|
|
0c36203f1d
|
expression: add new scalar function IsTruthWithNull (#19621)
|
2020-09-09 16:03:10 +08:00 |
|
|
|
449587a085
|
*: using standard error to replace terror (#19425)
|
2020-09-08 20:15:51 +08:00 |
|