Commit Graph

23 Commits

Author SHA1 Message Date
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
ec833bc4d2 *: fix some lints produced by golangci-lint (#8999) 2019-01-16 16:44:49 +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
89dda9d9a8 *: move parser to a separate repository (#8036) 2018-10-25 11:12:10 +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
d2799801ae test: fix leak test (#6822)
make sure close dom/store in all test.
2018-06-12 17:14:22 +08:00
96a5109ebb types: handle NULL datum if we need convert it to string. (#6761)
* types: handle `NULL` when we need to
2018-06-06 20:15:48 +08:00
13050b4d60 server: fix fail to fetch profile by pprof (#6747) 2018-06-04 22:06:18 +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
8a2a20e181 store/tikv: more friendly error log for WriteConflict (#6457) 2018-05-18 13:47:24 +08: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
d3290b936b HTTP API: support query the DDL history (#6245) 2018-04-16 11:15:48 +08:00
f994f4f987 *: clean up MvccStore in mocktikv (#6256)
* *: clean up MvccStore in mocktikv
2018-04-11 10:30:27 +08:00
c398110154 *: improve performance of DecodeBytes in DecodeOneToChunk (#6135) 2018-03-29 19:11:44 +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