|
|
0d563f1e2d
|
stats: fix unstable test (#10953)
|
2019-06-27 13:51:16 +08:00 |
|
|
|
98274ccbf2
|
plugin: setup connection info in session when audit plugin be enabled (#10923)
|
2019-06-27 11:29:40 +08:00 |
|
|
|
d244723a5e
|
executor: remove unused structure RecordBatch (#10891)
|
2019-06-26 15:26:16 +08:00 |
|
|
|
54bd043d35
|
server: tiny update ConnTestSuite (#10941)
|
2019-06-26 14:37:27 +08:00 |
|
|
|
a57b6e60a6
|
*: Add support for MAX_EXECUTION_TIME. (#10541)
|
2019-06-25 01:18:11 +08:00 |
|
|
|
29b872c6aa
|
server: increase test coverage (#10830)
* fixed a potential panic in conn.go
* added more tests in conn_test.go/util_test.go
* added column_test.go/packetio_test.go
|
2019-06-24 20:30:04 +08:00 |
|
|
|
91ab534be3
|
server: add http api to get some info of sub-optimal query (#10717)
|
2019-06-24 16:59:52 +08:00 |
|
|
|
c8d1ff7ca6
|
*: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' (#10866)
|
2019-06-21 19:13:31 +08:00 |
|
|
|
421de5ef20
|
executor,server: re-implement the kill statement by checking the Next() function (#10841)
|
2019-06-20 11:03:21 +08:00 |
|
|
|
b0d6c5b35b
|
*: print an expensive query log when a query is out of memQuota (#10799)
|
2019-06-18 16:18:48 +08:00 |
|
|
|
0550bacd2b
|
store: improve ut coverage for store (#10525)
|
2019-06-18 13:51:00 +08:00 |
|
|
|
f67352d238
|
*: print an expensive log when a query exceeds time threshold (#10350)
|
2019-06-05 20:38:11 +08:00 |
|
|
|
183648f44f
|
statistics: support dump/load correlation of histogram (#10573)
|
2019-05-23 11:24:44 +08:00 |
|
|
|
31773287be
|
*: remove useless defer and setReadTimeout (#10441)
|
2019-05-14 16:35:40 +08:00 |
|
|
|
990e256fe7
|
server: fix panic in api regions/meta (#10222)
|
2019-05-09 17:45:11 +08:00 |
|
|
|
d8589df2f3
|
*: add a variable to control the back off time and disable txn auto retry by default (#10266)
|
2019-05-08 10:23:49 +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 |
|
|
|
c2b975b217
|
server: fix TestTLS when use RSA-PSS (#10274)
|
2019-04-26 10:12:45 +08:00 |
|
|
|
154fc6013c
|
server: force TestTLS use tls1.2 before support it (#10253)
|
2019-04-24 23:08:12 +08:00 |
|
|
|
6ba69f2aad
|
plan, executor: pre with labels for metrics in conn/session (#10232)
|
2019-04-22 20:51:46 +08:00 |
|
|
|
76e0a91694
|
infoschema: add mem table to show hot region (#10106)
|
2019-04-18 17:41:53 +08:00 |
|
|
|
abeddab5ba
|
privilege, executor: support SET DEFAULT ROLE (#9949)
|
2019-04-17 14:25:49 +08:00 |
|
|
|
e5f734e54c
|
*: move the Handle of stats to single package. (#10149)
|
2019-04-17 13:42:34 +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 |
|
|
|
278c3e81b4
|
*: support EXPLAIN FOR CONNECTION (#10030)
|
2019-04-09 10:45:22 +08:00 |
|
|
|
e48b258f92
|
driver_tidb.go: Optimize convertColumnInfo (#9824)
|
2019-04-04 22:44:10 +08:00 |
|
|
|
e9653675dd
|
*: remove errors.Trace in main handle path (#10033)
|
2019-04-04 14:27:15 +08:00 |
|
|
|
c04bda6b76
|
server: improve error message (#10034)
|
2019-04-03 13:47:32 -06:00 |
|
|
|
9f282f7b00
|
server: return mvcc key and value for mvcc http api (#9932)
|
2019-04-02 17:29:38 +08:00 |
|
|
|
2ee8f42c49
|
server: Change runTestConcurrentUpdate to use runTestsOnNewDB (#9906)
|
2019-04-01 21:13:54 +08:00 |
|
|
|
77e91d1327
|
executor: kill tidb [session id] can't stop executors and release resources quickly (#9844)
|
2019-04-01 16:51:24 +08:00 |
|
|
|
e31e8f1560
|
*: reduce runtime.growslice by preallocation (#9946)
|
2019-03-31 10:31:06 +08:00 |
|
|
|
8e0cfc290b
|
config, server: Add http status host (#9814)
|
2019-03-30 10:50:05 +08:00 |
|
|
|
1f018576bc
|
server: ConnectionEvent error from plugins should not make TiDB exit (#9889)
|
2019-03-27 15:15:11 +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 |
|
|
|
0313cbbbde
|
plugin: add audit plugin extension point (#9136)
|
2019-03-25 15:18:34 +08:00 |
|
|
|
490d405e30
|
server: add /debug/zip api to get useful debuginfo at once (#9651)
|
2019-03-20 13:35:41 +08:00 |
|
|
|
a2d4bd1df0
|
log: temporary remove recvTs from context log (#9673)
|
2019-03-12 17:20:42 +08:00 |
|
|
|
22af193369
|
Allocate slice from memory pool (#9643)
|
2019-03-11 18:32:56 +08:00 |
|
|
|
4188ae19c0
|
log,server: add contextual log util & test it in conn.go (#9548)
|
2019-03-09 11:23:45 +08:00 |
|
|
|
2c90855cb7
|
*: add rollback for load data statement (#9444)
|
2019-02-28 21:03:01 +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 |
|
|
|
c3f64b2629
|
*: tiny update for the whitelist plugin (#9271)
|
2019-02-12 15:54:45 +08:00 |
|
|
|
c190de3d04
|
server: add test for OPTIONALLY keyword (#9200)
|
2019-02-12 15:37:44 +08:00 |
|
|
|
469fa877d6
|
util/hack: define a MutableString type for function hack.String (#9230)
|
2019-02-12 12:30:40 +08:00 |
|
|
|
2ea6e1bff5
|
session,server: remove error for RollbackTxn (#9202)
|
2019-02-11 09:53:12 +08:00 |
|