|
|
cc5e161ac0
|
*: use tikv/client-go/v2 (#25359)
|
2021-06-11 17:24:35 +08:00 |
|
|
|
c44b8d118b
|
config: make deadlock history's max size configuable (#24925)
|
2021-06-03 12:26:26 +08:00 |
|
|
|
bbd5b32c2f
|
*: clean up the logging component (#23534)
|
2021-06-01 10:43:37 +08:00 |
|
|
|
0199b402e4
|
server/http_handler: use func in helper instead of use tikvrpc directly (#24823)
|
2021-05-25 17:23:34 +08:00 |
|
|
|
1c4fbfce50
|
server: close the temporary session in HTTP API to avoid memory leak (#24339)
|
2021-05-13 18:47:39 +08:00 |
|
|
|
4127c6b19a
|
server: add MVCC API for secondary index with common handle (#24436)
|
2021-05-07 20:18:51 +08:00 |
|
|
|
a6bde1e4ef
|
ddl: add http api to set customized ddl hook for remote ticase test (#24198)
|
2021-04-27 14:57:56 +08:00 |
|
|
|
67e63d9ffa
|
variable: merge Bool{On,Off} with {On,Off} (#24218)
|
2021-04-23 13:09:54 +08:00 |
|
|
|
1e2cbf9a22
|
store/tikv: use []byte instead of kv.Key in package store/tikv (#23859)
|
2021-04-13 12:39:52 +08:00 |
|
|
|
24a53c392f
|
tikv/region_cache:use []byte instead of kv.Key in KeyLocation (#23957)
|
2021-04-13 10:53:50 +08:00 |
|
|
|
01be9ce226
|
server: add HTTP API to enable/disable async commit and 1PC (#23115)
|
2021-03-09 11:48:54 +08:00 |
|
|
|
602bcd2e40
|
*: fix some structcheck lint warnings (#22983)
|
2021-03-02 23:12:54 +08:00 |
|
|
|
4e44674615
|
server: support MVCC-get HTTP API for clustered index (#22904)
|
2021-03-01 19:48:54 +08:00 |
|
|
|
8357f809ff
|
*: remove some useless codes and do tiny update (#22972)
|
2021-02-26 19:14:53 +08:00 |
|
|
|
8ea5930ea8
|
*: separate use of kv.Storage and tikv.Storage (#22891)
* *: separate use of kv.Storage and tikv.Storage
Signed-off-by: disksing <i@disksing.com>
* fix compile
Signed-off-by: disksing <i@disksing.com>
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
Co-authored-by: Shirly <wuxuelian@pingcap.com>
|
2021-02-24 17:54:03 +08:00 |
|
|
|
b35e15c8cf
|
store:move tikv/gcworker to store/gcworker (#22678)
Signed-off-by: shirly <AndreMouche@126.com>
|
2021-02-03 15:16:28 +08:00 |
|
|
|
7a275a77bb
|
store/tikv: move EtcdBackend out (#22676)
Signed-off-by: disksing <i@disksing.com>
|
2021-02-03 14:59:57 +08:00 |
|
|
|
d19a21d92a
|
ddl, server, session: make gocritic happy (#21544)
|
2020-12-08 12:09:48 +08:00 |
|
|
|
160cb9b814
|
*: fix set tidb_general_log not work (#20993)
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
|
2020-11-12 13:54:23 +08:00 |
|
|
|
9660283d2d
|
infoschema: Provide a system table to query placement rules (#20616)
|
2020-10-27 14:35:38 +08:00 |
|
|
|
04d38f5a9f
|
server: Add table range api to http status server (#20456)
Signed-off-by: Xiaoguang Sun <sunxiaoguang@zhihu.com>
|
2020-10-21 12:40:57 +08:00 |
|
|
|
3d4016fe46
|
*: change file mode to 0644 (#20443)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-10-14 16:35:31 +08:00 |
|
|
|
4b98dbaa0a
|
http: add /debug/gogc to set GOGC on the fly (#20247)
|
2020-09-27 19:54:12 +08:00 |
|
|
|
c679f847fc
|
*: Bug Fix/CLUSTER_INFO system table may not work after PD is scaled-in (#19355)
|
2020-09-16 11:50:03 +08:00 |
|
|
|
cf0297590e
|
server: fix region table http response (#19437)
Signed-off-by: disksing <i@disksing.com>
|
2020-08-26 20:50:52 +08:00 |
|
|
|
d99830ae4e
|
server: support new frame item for cluster index (#19283)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-08-20 15:45:29 +08:00 |
|
|
|
07ae6078e8
|
*: support clustered index for fast analyze (#18767)
|
2020-08-07 19:22:14 +08:00 |
|
|
|
ceff1fcaf9
|
*: support generates metrics profile by different type (#18972)
|
2020-08-06 21:39:23 +08:00 |
|
|
|
cd3e5ed826
|
*: update kvproto, PD, BR and unistore dependencies (#18938)
|
2020-08-05 13:30:26 +08:00 |
|
|
|
c7c98d7380
|
ddl: add addingDefinition field for adding partition replica check (#18495)
|
2020-07-29 17:08:26 +08:00 |
|
|
|
901d531ec5
|
server: support partitioned table for table scatter (#17624) (#17864)
|
2020-07-28 11:56:46 +08:00 |
|
|
|
9d536c426d
|
*: add HTTP API to generate TiDB metric profile (#18272)
|
2020-07-14 11:10:47 +08:00 |
|
|
|
de33068d26
|
*: refactor NewBackoffer (#18367)
|
2020-07-07 14:28:43 +08:00 |
|
|
|
df6898d524
|
gcworker: export resolveLocks api for test (#18064)
|
2020-06-19 17:55:35 +08:00 |
|
|
|
cfbd754653
|
planner,executor,infoschema: add system table table_storage_stats (#15056)
|
2020-06-02 23:17:46 +08:00 |
|
|
|
d5aaaae1b2
|
tikv: fix region cache do not filter the down peers (#17337)
|
2020-05-21 20:16:54 +08:00 |
|
|
|
6814f8c94b
|
*: refactor Handle in table package (#16807)
|
2020-04-27 10:04:50 +08:00 |
|
|
|
90bfe841ae
|
server: add drop/truncate table tiflash replica info in /tiflash/replica http api (#15699)
|
2020-04-24 16:00:48 +08:00 |
|
|
|
af376db3dc
|
*: refactor Handle in tablecodec and rowcodec (#16705)
Co-authored-by: pingcap-github-bot <sre-bot@pingcap.com>
|
2020-04-23 18:55:59 +08:00 |
|
|
|
c561d5aa99
|
*: remove useless conversions and omit some types (#16262)
|
2020-04-10 00:23:06 +08:00 |
|
|
|
a977875623
|
*: use https protocol between tidb-pd tidb-tidb when cluster-ssl configured (#15342)
|
2020-03-16 11:36:24 +08:00 |
|
|
|
3166ff42f3
|
server: Mute HTTP handler logs (#15015)
|
2020-02-29 10:15:28 +08:00 |
|
|
|
5d4eb4c806
|
config: support to dynamically update some config items read from PD (#14750)
|
2020-02-17 19:30:27 +08:00 |
|
|
|
9ffea356b1
|
*: support partition table in tiflash (#14735)
|
2020-02-13 09:59:47 +08:00 |
|
|
|
7cd8ba3c60
|
*: add tiflash replica sync progress (#14713)
|
2020-02-12 23:16:28 +08:00 |
|
|
|
57c2d76e3c
|
server: support partitioned table for the /mvcc/* HTTP API (#14197)
use the table(partition) name pattern to work on the partitions
|
2019-12-31 17:54:14 +08:00 |
|
|
|
c723b0b5dd
|
domaim/infosync: fix race in test (#13899)
|
2019-12-06 22:30:09 +08:00 |
|
|
|
e0b422591d
|
server: remove unused function NewFrameItemFromRegionKey (#13930)
|
2019-12-06 12:29:24 +08:00 |
|
|
|
da414efbbc
|
*: wait for binlog recovering when using HTTP API (#13740)
|
2019-12-03 17:28:09 +08:00 |
|
|
|
a8ed9501ee
|
*: support the TiFlash replica of table (#12453)
|
2019-10-30 00:07:51 +08:00 |
|