|
|
3f7df9702f
|
*: support stream when read cluster memory table. (#14344)
|
2020-01-09 15:54:58 +08:00 |
|
|
|
5a9f2fa5ab
|
server, tikv: enable unit test run parallel and add parallel f… (#14296)
|
2020-01-09 15:12:45 +08:00 |
|
|
|
c48d5635f9
|
*: replace conf item pprof_sql_cpu with srv var tidb_pprof_sql_cpu (#14385)
|
2020-01-09 13:23:09 +08:00 |
|
|
|
b398ef4d2e
|
session: print txn_mode in the general log (#12244)
|
2020-01-06 21:31:39 +08:00 |
|
|
|
297e453a61
|
server: add test for /debug/sub-optimal-plan HTTP API (#14302)
|
2020-01-06 21:25:39 +08:00 |
|
|
|
0bab73adf5
|
*: use new row-format in tidb (#12634)
|
2020-01-02 22:34:39 +08:00 |
|
|
|
5d76de903a
|
server: support tag sql in pprof result (#14312)
|
2020-01-02 15:51:39 +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 |
|
|
|
d006443194
|
type: encapsulate Time API (#14288)
|
2019-12-31 12:41:09 +08:00 |
|
|
|
1d2377f520
|
server: fix static check issues (#13878)
|
2019-12-28 21:02:39 +08:00 |
|
|
|
e8c198d235
|
*: implement the INSPECTION_SCHEMA to provide snapshot of inspection tables (#14147)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-12-24 11:24:14 +08:00 |
|
|
|
cd07c4550d
|
*: support certificate based authentication (#13955)
|
2019-12-23 11:37:29 +08:00 |
|
|
|
4d4678a4dd
|
types: Fix potential timezone related bugs caused by gotime.Local (#13833)
|
2019-12-20 22:38:25 +08:00 |
|
|
|
933715f4a2
|
infoschema: add metric database/table to query cluster metric via SQL. (#13757)
|
2019-12-20 16:13:28 +08:00 |
|
|
|
7262383c88
|
infoschema,planner: implement the CLUSTER_LOG memory table predicate push down (#14018)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-12-16 21:53:45 +08:00 |
|
|
|
f35be4a989
|
executor: support index advisor, complete input preparation part (#13968)
|
2019-12-13 15:46:44 +08:00 |
|
|
|
5da10ffecc
|
*: refine some error code (#14002)
|
2019-12-12 11:09:58 +08:00 |
|
|
|
795c630dbc
|
Makefile: Replace Gometalinter to Golangci-lint (#13405)
|
2019-12-09 15:08:40 +08:00 |
|
|
|
41c7d7e943
|
server: set system_time_zone from systemTZ (#13934)
|
2019-12-09 12:11:19 +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 |
|
|
|
5b6422df58
|
*: support read remote TiDB memory table of cluster (#13065)
|
2019-12-04 13:05:36 +08:00 |
|
|
|
826e1d712b
|
*: cleanup error code (#13874)
|
2019-12-03 20:29:09 +08:00 |
|
|
|
da414efbbc
|
*: wait for binlog recovering when using HTTP API (#13740)
|
2019-12-03 17:28:09 +08:00 |
|
|
|
744c5c1d67
|
planner, executor: fix error code (#13733)
|
2019-12-03 13:14:49 +08:00 |
|
|
|
3d3580e2a0
|
server: improve test coverage for /mvcc/key API (#13818)
|
2019-11-29 19:17:51 +08:00 |
|
|
|
9fd3e92318
|
server: add rpcserver to get other tidb server info for diagnostics (#13693)
|
2019-11-26 17:46:19 +08:00 |
|
|
|
74bb0d5bb4
|
server: improve test coverage of server/conn.go (#13712)
|
2019-11-25 14:21:17 +08:00 |
|
|
|
4b830aa7f6
|
*: Remove unused code (#13674)
|
2019-11-22 11:37:07 +08:00 |
|
|
|
06fd934e17
|
server: improve test coverage of /debug/zip api (#13486)
|
2019-11-22 11:25:34 +08:00 |
|
|
|
a08ead1576
|
server: fix memory leak after cursor running fetch finished (#13623)
|
2019-11-20 16:33:31 +08:00 |
|
|
|
9a7e382bc5
|
*: remove unused code (#13547)
|
2019-11-19 00:36:23 +08:00 |
|
|
|
6b9703bc5f
|
expression: panic in test mode if builtin function's PbCode unspecified (#13334)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-11-12 15:31:12 +08:00 |
|
|
|
b3bf319b1e
|
domain: refine error code for package domain (#13033)
|
2019-11-09 22:21:51 +08:00 |
|
|
|
f9be8ebf85
|
*: make log_level working for gotest (#13258)
|
2019-11-08 14:44:39 +08:00 |
|
|
|
d81c131ddb
|
*: upgrade etcd to v3.4.3 (#13213)
* *: upgrade etcd to v3.4.3
Signed-off-by: Neil Shen <overvenus@gmail.com>
* fix benchkv build
Signed-off-by: Neil Shen <overvenus@gmail.com>
|
2019-11-07 19:25:35 +08:00 |
|
|
|
3696bc5097
|
infoschema: add TIDB_CLUSTER_CONFIG virtual table to retrieve all instance config (#13063)
|
2019-11-07 10:55:11 +08:00 |
|
|
|
c01006acb0
|
expression: fix incorrect proto fields and add missing overflow handling for arithmatic functions (#12858)
Signed-off-by: H-ZeX <hzx20112012@gmail.com>
|
2019-11-06 17:39:14 +08:00 |
|
|
|
07eed7bd45
|
server: fix potential goroutine leak when kill connection (#13051)
|
2019-11-01 16:18:04 +08:00 |
|
|
|
a8ed9501ee
|
*: support the TiFlash replica of table (#12453)
|
2019-10-30 00:07:51 +08:00 |
|
|
|
72c5d26966
|
server: log last executed prepared stmt when panic (#12905)
|
2019-10-25 14:32:29 +08:00 |
|
|
|
b67246614f
|
server: fix typo (#12923)
|
2019-10-25 11:58:29 +08:00 |
|
|
|
2dc472fc98
|
infoschema: add tidb_servers_info memory table (#12580)
|
2019-10-14 10:58:19 +08:00 |
|
|
|
fbf0d90c06
|
executor: error processing refactor for load data (#12465)
|
2019-10-11 13:01:32 +08:00 |
|
|
|
4642b54de4
|
log: move autocommit varable value into connection info (#12310)
|
2019-10-09 14:01:20 +08:00 |
|
|
|
52647f0861
|
domain: move infoSyncer to util to avoid cycle import (#12544)
|
2019-10-08 22:52:28 +08:00 |
|
|
|
a3d4f898c5
|
server: fix wrong deletion introduced by #12454 (#12495)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-09-30 15:06:06 +08:00 |
|
|
|
044766f9ae
|
server: improve the addMetrics method performance (#12454)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-09-29 12:40:44 +08:00 |
|
|
|
2d3dfac071
|
executor: cache column info for prepare statement (#12388)
|
2019-09-29 11:21:02 +08:00 |
|
|
|
db1eb1cf4a
|
*: enhance the table regions HTTP API (#12357)
|
2019-09-26 21:13:01 +08:00 |
|