f9c7bbccec
*: authentication using tidb_auth_token plugin ( #38773 )
...
close pingcap/tidb#38504
2022-11-04 02:54:00 +08:00
1eeedacc60
*: remove goleak's ignoring opencensus top function ( #37908 )
2022-09-19 12:29:00 +08:00
bf743a6ca0
*: enable flaky test for all test ( #36385 )
...
close pingcap/tidb#36404
2022-07-22 15:35:09 +08:00
fa00fc5cd5
*: set fine grain timeout and update bazel config ( #36220 )
2022-07-15 11:11:05 +08:00
2b4a4c6d7a
*: support bazel ( #33691 )
...
close pingcap/tidb#34083
2022-06-07 15:22:30 +08:00
2c3f717af6
util/printer: add store to tidb_version() info ( #35055 )
...
close pingcap/tidb#14487
2022-05-31 10:24:26 +08:00
810f8ae12e
*: remove pingcap/check dependency ( #34734 )
...
close pingcap/tidb#28328
2022-05-17 21:38:37 +08:00
6b2e37f18c
gomod: update dependency for golang1.18 ( #33053 )
...
ref pingcap/tidb#32874
2022-03-17 15:10:31 +08:00
3de13842b3
test: control log level with environment variables ( #30871 )
2021-12-24 17:03:48 +08:00
b4df7ca4dc
test: make all the tests run in serial ( #30692 )
2021-12-14 18:06:36 +08:00
94e30df8e2
parser: fix compiling, add unit tests ( #28700 )
2021-10-11 23:15:25 +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
c9777acbba
*: migrate test-infra to testify for util/printer.go ( #27010 )
2021-08-11 15:19:15 +08:00
8a6554a21f
telemetry: disable telemetry by default for non-community edition ( #18524 )
...
Signed-off-by: Zheng Xiangsheng <hundundm@gmail.com >
2020-07-15 11:37:36 +08:00
e2001329d7
*: Show edition information when mysql client login ( #17170 )
2020-05-14 09:49:42 +08:00
04fc7cca98
util/printer: get GoVersion from runtime variable instead of shell ( #13763 )
2019-11-27 11:56:43 +08:00
f0ba5087be
util: update the minimum version of tikv information ( #11608 )
2019-08-05 17:51:40 +08:00
c8d1ff7ca6
*: replace 'logutil.Logger(context.Background())' with 'logutil.BgLogger()' ( #10866 )
2019-06-21 19:13:31 +08:00
32fdf46b1f
util: use uniform log format for util package ( #9668 )
2019-03-22 10:33:03 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
6d0bcf50ac
makefile: add WITH_CHECK os env to make and tidb-server -V print out admin check status. ( #7439 )
2018-08-20 23:09:00 +08:00
5404e2eaae
ddl: add admin check before drop table using building flag. ( #7343 )
2018-08-14 21:44:57 +08:00
48719d2019
stats: refine index row count estimation ( #6869 )
2018-06-22 15:48:36 +08:00
28c80f34fd
plan: change the value of descScanFactor ( #6812 )
...
change the value of descScanFactor to make it compatible with tikv due to pingcap/tikv#3124 .
Now, if each row has only one version, the reverse scan's performance is near the performance of the speed of scan. If there's a lot of version, it will become about 1.8x than scan.
So we decrease the factor from 5 to 2.
2018-06-12 16:33:52 +08:00
3d31de4bdb
printer: update 'TiKVMinVersion' to '2.1.0-alpha.1' ( #6737 )
2018-06-05 14:36:32 +08:00
e97d17d96f
util/printer: add race enabled in TiDBInfo ( #6311 )
...
Makes it easy to check if the binary is build with race.
2018-04-19 21:53:22 -05:00
e2269bed01
*: make query feedback compatiable with tikv ( #6257 )
2018-04-10 21:09:25 +08:00
11023636aa
util: update tikv version ( #5930 )
2018-03-01 19:30:12 +08:00
bf5cae2074
*: support stream agg on TiKV ( #5725 )
...
* *: support stream agg on TiKV
2018-03-01 12:51:01 +08:00
59720b6313
util: add GoVersion info for tidb_version ( #5828 )
2018-02-08 18:27:31 +08:00
8cc9e45f41
variable,printer: add a session variable to show configuration. ( #5784 )
2018-02-05 22:54:41 +08:00
ea099f281b
*: Add go version in tidb version info ( #5636 )
2018-01-14 19:48:52 +08:00
8b149c3323
Prealloc / collides with package name ( #5560 )
2018-01-05 19:15:54 +08:00
f1e89cde19
*: use lower-case of github.com/sirupsen/logrus ( #5400 )
...
*: rename github.com/Sirupsen/logrus to github.com/sirupsen/logrus
* vendor: update pd
* vendor: update github.com/pingcap/tipb/go-mysqlx
2017-12-14 16:25:58 +08:00
88e1666ac6
*: change the log package to logrus ( #4452 )
2017-09-08 00:45:07 -05:00
2e7db3da83
Add release version info ( #4218 )
...
Add version information in tidb-server's log, tidb-server -V output and mysql-client prompt.
So it is easier to get the release information.
2017-08-17 21:19:51 +08:00
0d945aa425
*: Add git branch name in tidb_version and starting log ( #4168 )
2017-08-14 17:15:47 +08:00
bde940f399
Add a tidb_version() function to show tidb-server info ( #3592 )
2017-07-17 17:07:54 +08:00
1c6c145f94
*: Set custom verbose flag to true ( #1956 )
...
* *: set custom verbose flag to true
* *: update .gitignore
2016-11-05 18:00:13 +08:00
96a444a562
bin: add flag to print version information ( #1896 )
2016-10-29 08:44:29 +08:00
6c3bae93a7
printer: Remove 'the' ( #1848 )
2016-10-19 20:10:39 +08:00
0d864a1710
*: Add --log-file flag to set log file path ( #1560 )
2016-08-08 10:52:31 +08:00
08034540f0
*: Add leak test
...
* *: add leak test and tiny clean up
* *: unify test format and add leak test
Conflicts:
store/localstore/compactor_test.go
mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +08:00
0670dd0e34
*: pass gofmt
...
pass gofmt
2015-09-07 11:28:10 +08:00
0d6f270068
Add files
2015-09-06 12:08:47 +08:00