|
|
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 |
|
|
|
74eaf327e9
|
*: log each com_stmt_fetch separately (#11987)
|
2019-09-25 17:57:16 +08:00 |
|
|
|
06629d6ac4
|
*: check privilege when reusing the cached plan (#12211)
|
2019-09-23 20:36:45 +08:00 |
|
|
|
582076b5cc
|
*: wrap the previous statement for performance (#12283)
|
2019-09-23 15:09:15 +08:00 |
|
|
|
d438e103be
|
executor: load data statement, separate data preparing routine and commit routine (#11533)
|
2019-09-16 19:46:12 +08:00 |
|
|
|
57735957a2
|
server: add sql to com_exec/com_fetch dispatch error log (#12174)
|
2019-09-16 10:47:45 +08:00 |
|
|
|
1ef81a8620
|
*: replace word error in warning, info, debug logs (#12050)
|
2019-09-09 18:51:12 +08:00 |
|
|
|
161ff3c9ab
|
store: implement MVCCDebugger Interface for MVCCLevelDB (#11754)
|
2019-09-05 17:17:24 +08:00 |
|
|
|
728ed194c0
|
fix load data rowCount should added first before call colsToRow(). (#11980)
|
2019-09-02 05:58:28 -05:00 |
|
|
|
1c1faab678
|
*: convert key to hex for logs (#11781)
|
2019-08-20 11:10:16 +08:00 |
|
|
|
2813178979
|
server: improving test coverage for /debug/zip api (#11760)
|
2019-08-19 11:21:46 +08:00 |
|
|
|
adb3071c90
|
*: refine the attribute definition of types.Time and types.Dur… (#11672)
|
2019-08-14 11:30:40 +08:00 |
|
|
|
44292d01e9
|
server/conn: log more detailed errors (#11731)
|
2019-08-13 21:04:11 +08:00 |
|
|
|
6d51ad33fd
|
*: Optimize struct memory usage by adjust field order (#11629)
|
2019-08-13 17:20:53 +08:00 |
|
|
|
a08918ab74
|
fixup (#11688)
|
2019-08-12 11:53:03 +08:00 |
|
|
|
036e7e207d
|
*: support new 'log' format for trace (#11681)
|
2019-08-09 12:43:33 +08:00 |
|
|
|
3f3ead2d59
|
executor: fix #10513, alias identifier maximum length compatible with MySQL (#10597)
|
2019-08-05 19:14:11 +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 |
|
|
|
7715341cb7
|
server: tiny refactor, more go style (#11478)
|
2019-08-01 17:36:05 +08:00 |
|
|
|
7b63293180
|
http: add region-id when getting mvcc by handle (#11436)
|
2019-08-01 13:10:39 +08:00 |
|
|
|
8f51214533
|
server: move log operation out of lock scope (#11536)
It's a bad style to print log under a lock, tiny refactor to make the code better.
Lock() is also changed to RLock() to reduce lock contend
|
2019-07-31 17:24:44 +08:00 |
|
|
|
730e1408cf
|
server: remove the error stack in logs when connection reset by client (#11542)
All tests passed, auto merged by Bot
|
2019-07-31 16:54:15 +08:00 |
|