5f340b88c9
parser: format error message during parsing when meet a big value. ( #28791 )
2021-11-18 00:51:47 +08:00
7f36a07de9
*: fix Temporary Table doesn't work correctly with sequence ( #28946 )
2021-10-20 16:20:41 +08:00
94e30df8e2
parser: fix compiling, add unit tests ( #28700 )
2021-10-11 23:15:25 +08:00
ad9ec4e93c
*: Add https/http depending on config for pdapi ( #27695 )
2021-09-23 13:36:46 +08:00
c85b3e2835
util: Disable 3DES ciphers for TLS connections ( #27690 )
2021-09-03 17:06:58 +08:00
477593e31f
util: Correctly use specificed RSA keysize ( #27701 )
2021-09-01 13:18:13 +08:00
d05660c834
config, server, executor: Reduce RSA keysize in testing ( #27393 )
2021-08-30 14:28:13 +08:00
7755d25aba
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers ( #27198 )
2021-08-16 18:52:00 +08:00
c9ce5cd7bb
config,util: Add setting for TLS version ( #26937 )
2021-08-09 23:05:15 +08:00
73bb7dd2c6
*: Annotations and fixes related to gosec ( #26907 )
2021-08-09 22:27:15 +08:00
af2da8dd55
util: Fix compatibility with JDBC and Automatic TLS ( #26931 )
2021-08-09 12:01:15 +08:00
f0d4257ec0
util: Automatically create TLS certificates ( #24141 )
2021-08-04 15:29:08 +08:00
a8d23fda41
*: optimize query statements summary table by avoid decode plan for each row ( #25892 )
2021-07-06 12:51:28 +08:00
7811bf9a37
*: use pprof profile to collect CPU time group by SQL and plan digest ( #24892 )
2021-06-02 12:51:39 +08:00
39bd181213
*: Upgrade to go 1.16 && remove deprecated io/ioutil ( #24527 )
2021-05-25 12:07:34 +08:00
d5e0ed0aae
ddl: ban the setting replica for tables in system database (MySQL) ( #24745 )
2021-05-24 22:13:33 +08:00
fbcf75acc9
store/tikv: refactor: remove import tidb.config.security in store/tikv ( #22538 )
...
Signed-off-by: shirly <AndreMouche@126.com >
2021-01-27 12:08:24 +08:00
038e7711ab
store/tikv: resolve util dependencies ( #22524 )
...
Signed-off-by: disksing <i@disksing.com >
2021-01-26 14:05:07 +08:00
92c012c449
log: desensitize of dispatching error and parsing error ( #21141 )
2020-11-20 15:39:54 +08:00
7a04d2589c
*:Bug fix/Sign in failed: Failed to connect to TiDB in tiup dashboard ( #20098 )
...
Signed-off-by: jyz0309 <45495947@qq.com >
2020-09-21 12:05:37 +08:00
fd328394d4
executor, ddl: show full tables SYSTEM VIEW info ( #19451 )
...
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-09-02 10:01:40 +08:00
cf0297590e
server: fix region table http response ( #19437 )
...
Signed-off-by: disksing <i@disksing.com >
2020-08-26 20:50:52 +08:00
963b82a0d7
tidb-server: try best to get a meaningful IP ( #18786 )
2020-08-25 16:18:04 +08:00
b12f94b967
executor: fix mislead inconsistent log after Context.Cancel ( #18537 )
2020-07-14 20:21:41 +08:00
9e16c59ef0
privileges: support require SAN ( #17539 )
2020-06-05 11:24:43 +08:00
51015c1c21
*: fix the way to use recover in ddl, and unify using recover in domain and ddl ( #16798 )
2020-05-18 13:23:47 +08:00
aec6143179
*: support require-secure-transport startup option ( #15341 )
2020-03-17 08:46:45 +08:00
a977875623
*: use https protocol between tidb-pd tidb-tidb when cluster-ssl configured ( #15342 )
2020-03-16 11:36:24 +08:00
45d83d1adb
infoschema: remove the inspection_schema ( #15296 )
...
Signed-off-by: Lonng <heng@lonng.org >
2020-03-12 11:51:18 +08:00
5c68d537f4
*: support reload tls used by mysql protocol in place ( #14749 )
2020-03-03 10:01:39 +08:00
8680c8a76b
tables: add sequence binlog support ( #14954 )
2020-02-28 18:46:42 +08:00
05b691805a
util: move ColumnsToProto from parser to util pkg ( #14971 )
2020-02-28 17:23:41 +08:00
27b280dd05
*: specify time range via TIME_RANGE hint for metrics/inspection tables ( #14874 )
...
Signed-off-by: Lonng <heng@lonng.org >
2020-02-21 13:01:52 +08:00
a22ab8f297
expression: support sequence function ( #14731 )
2020-02-17 20:11:18 +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
5d76de903a
server: support tag sql in pprof result ( #14312 )
2020-01-02 15:51: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
933715f4a2
infoschema: add metric database/table to query cluster metric via SQL. ( #13757 )
2019-12-20 16:13:28 +08:00
c8794803b5
*: add admin cleanup table lock syntax support ( #10423 )
2019-07-10 12:54:09 +08:00
c8d1ff7ca6
*: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' ( #10866 )
2019-06-21 19:13:31 +08:00
118a88c860
fix pessimistic txn and run pessimistic test ( #10432 )
2019-05-14 14:57:54 +08:00
373748adf7
*: support pessimistic transaction (experimental feature) ( #10297 )
2019-05-11 09:48:45 +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
37c128b64f
expression: set correct return field type of builtin CONVERT() ( #9305 )
2019-03-31 15:11:20 +08:00
628dff08b7
*: only disable retry for write conflict ( #9827 )
2019-03-29 14:36:07 +08:00
32fdf46b1f
util: use uniform log format for util package ( #9668 )
2019-03-22 10:33:03 +08:00
36176be874
*: improve syntax error code & message compatibility ( #9103 )
2019-01-23 10:46:29 +08:00
ffd9ba6659
gc_worker: Remove timezone name from the times that are saved in mysql.tidb ( #8745 )
...
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com >
2018-12-27 12:16:18 +08:00
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