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
2dc472fc98
infoschema: add tidb_servers_info memory table ( #12580 )
2019-10-14 10:58:19 +08:00
52647f0861
domain: move infoSyncer to util to avoid cycle import ( #12544 )
2019-10-08 22:52:28 +08:00
db1eb1cf4a
*: enhance the table regions HTTP API ( #12357 )
2019-09-26 21:13:01 +08:00
1c1faab678
*: convert key to hex for logs ( #11781 )
2019-08-20 11:10:16 +08:00
d2b5387183
infoschema: fix load drop database schema bug and refine db-table api error. ( #11573 )
2019-08-02 15:03:24 +08:00
7b63293180
http: add region-id when getting mvcc by handle ( #11436 )
2019-08-01 13:10:39 +08:00
d135ff161f
server: handle partitioned table in some http APIs ( #11463 )
2019-07-26 20:07:43 +08:00
99e4dd4c3c
fix a coding mistake ( #11393 )
2019-07-24 11:34:28 +08:00
651632e792
fix scatter range ( #11281 )
...
Signed-off-by: Ryan Leung <rleungx@gmail.com >
2019-07-17 20:49:36 +08:00
eae30ebbcb
*: reduce tikvrpc resp struct size ( #11056 )
2019-07-16 13:21:00 +08:00
d420a1f212
*: reduce tikvrpc request size ( #11055 )
2019-07-15 16:11:14 +08:00
5664dd2abc
infochema, server: export region_id in hot_region table ( #10982 )
2019-07-11 12:44:55 +08:00
c8d1ff7ca6
*: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' ( #10866 )
2019-06-21 19:13:31 +08:00
990e256fe7
server: fix panic in api regions/meta ( #10222 )
2019-05-09 17:45:11 +08:00
478990451c
server, statistics: support dump history stats ( #10291 )
2019-05-07 14:59:38 +08:00
69b02a3736
*: make config items Performance.*, OOMAction and MemQuotaQuery support hot-reloading ( #10295 )
2019-04-29 16:38:46 +08:00
76e0a91694
infoschema: add mem table to show hot region ( #10106 )
2019-04-18 17:41:53 +08:00
3ad3b3d00b
server: change db-table/{table_partition_id} http api ( #10026 )
2019-04-12 11:19:53 +08:00
7acbe520f4
server: move out some code from http_handler.go ( #10071 )
2019-04-09 13:46:15 +08:00
9f282f7b00
server: return mvcc key and value for mvcc http api ( #9932 )
2019-04-02 17:29:38 +08:00
e31e8f1560
*: reduce runtime.growslice by preallocation ( #9946 )
2019-03-31 10:31:06 +08:00
c451f00814
*: fix utf8 charset upgrade compatibility ( #9820 )
2019-03-25 18:06:32 +08:00
5ffa06b6c3
*: unify and normalize the format of the log in the pkg of server ( #9878 )
2019-03-25 16:10:36 +08:00
a8664ef00b
table: add a http api to control whether tidb check inserting 4 bytes in utf8 charset column ( #9024 )
2019-02-18 16:57:03 +08:00
6136ab14cf
*: start replacing logger with zap logger ( #9279 )
2019-02-15 16:43:47 +08:00
5f8265a8f9
server: adjust the result of curl * ( #9104 )
2019-01-17 20:13:24 +08:00
ec833bc4d2
*: fix some lints produced by golangci-lint ( #8999 )
2019-01-16 16:44:49 +08:00
7bf23e8c47
server: add hot region table/index api ( #7890 )
2018-12-21 18:18:36 +08:00
c137cada68
*: change golang.org/x/net/context to standard context ( #8579 )
2018-12-05 13:54:00 +08:00
1e0876fe81
server/http: fix scatter table API and add document ( #8424 )
2018-11-23 19:47:36 +08:00
bb1f239516
http: add http api for get db and table info that is related to the tableID ( #8256 )
...
* http: add http api for get db and table info that is related to the tableID
2018-11-22 21:52:05 +08:00
32b1dbd8d5
*: rename "github.com/pkg/errors" to "github.com/pingcap/errors" ( #8136 )
...
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
f497444389
server: support resigning ddl owner, use http method ddl/owner/resign ( #7649 )
2018-09-11 15:18:17 +08:00
e7409e38ee
*: correct comment mistakes. ( #7661 )
2018-09-11 09:41:30 +08:00
0f7bc02700
docs: remove not worked MVCC api ( #7400 )
2018-08-17 18:31:32 +08:00
9fc67b9a9f
store TiDB server info to PD and add http api handle ( #7082 )
2018-08-15 12:51:00 +08:00
43f0c1ee70
ddl: add slow operations log to add indices, make trouble shooting easier. ( #7060 )
2018-07-17 09:42:58 +08:00