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
879db103b3
http: support change log level. ( #6604 )
...
So we don't need to restart the server to change the log level, useful for debug.
2018-05-22 22:04:09 +08:00
11e7f5bf97
binloginfo: fix a data race on global.Config() in the unit test ( #6548 )
2018-05-14 22:19:11 -05:00
7f2b3bd899
*: Add an option to stop writting binlog when TiDB meets binlog error ( #6503 )
...
Add an option to stop writting binlog when meets binlog error
Provide http interface to recover binlog service
2018-05-11 09:50:15 -05:00
84b08bf2f6
http: revert log_level change ( #6525 )
...
log level is not accessed atomically in this version, cause race issue.
2018-05-10 16:36:34 +08:00
8e59d40831
sever: add HTTP API to change log level dynamically. ( #6513 )
2018-05-09 19:31:01 +08:00
e5ab00e5e3
http: scatter table API for table handler ( #6378 )
...
* http: scatter table API for table handler
2018-05-03 20:09:14 +08:00
d3290b936b
HTTP API: support query the DDL history ( #6245 )
2018-04-16 11:15:48 +08:00
f287451eed
tidb: move tidb/*.go to session directory ( #6062 )
...
This change makes our top level directory clean.
2018-03-20 09:06:11 -05:00
8fa4980ae0
server, tablecodec: show region key's record id or index values. ( #6030 )
2018-03-20 16:01:46 +08:00
8f4f9b6c90
http: refactor region handler. ( #6051 )
2018-03-15 18:19:14 +08:00
831c93f645
server, docs: change rowBin to request. ( #5983 )
2018-03-09 15:35:52 +08:00
0b7bf3eef5
server: support decode column ( #5927 )
2018-03-07 20:46:31 +08:00
cddc45a7b4
server: add http api for settings ( #5860 )
2018-03-07 10:21:38 +08:00