Commit Graph

776 Commits

Author SHA1 Message Date
b87f9d1768 server: migrate test-infra to testify for tidb_test.go (#29535) 2021-11-23 11:15:50 +08:00
e2e6e5561b encoding: refactor the character encoding (#29935) 2021-11-22 16:59:49 +08:00
5293ea3c0a server: fix unstable test TestDumpStatsAPI (#29835) 2021-11-17 10:37:46 +08:00
52c68908d4 server: fix show problem for kill tidb connection (#24031) (#29212) 2021-11-12 12:45:05 +08:00
2a89d126bc variable: make the default value of wait_timeout the same as MySQL (#29569) 2021-11-11 14:41:05 +08:00
fdfba3e4fa expression: Optimize code if else branch logic (#28969) 2021-11-08 11:13:03 +08:00
b74c13a898 *: run go fmt in go1.17 (#28784) 2021-11-05 12:33:03 +08:00
a696b43bc9 server: migrate test-infra to testify for http_handler_test.go (#29374) 2021-11-04 18:33:02 +08:00
a0cd121f19 copr: do not hide original error for MPP query that will not faillback to TiKV (#29342) 2021-11-03 16:25:01 +08:00
55a38a1c76 *: tiny clean up the RecordSet NewChunk() method (#29232) 2021-11-02 20:02:51 +08:00
4876801e73 server: let plan replayer support forward request (#29299) 2021-11-02 12:34:51 +08:00
72c8e738ef store/driver: update client-go and errors (#29295) 2021-11-02 11:28:52 +08:00
2c69740fde *: support plan replayer load (#29247) 2021-11-01 11:22:51 +08:00
0e16830288 server: add plan replayer dump http api (#29214) 2021-10-29 16:40:51 +08:00
b562dc90e7 executor: refactor plan replayer (#28956) 2021-10-28 15:42:49 +08:00
36bc41ad05 *: reduce object allocation by reuse chunk column (#29064) 2021-10-28 13:14:48 +08:00
1c1cb9db25 *: add the http api and new configuration members for ballast object (#29121) 2021-10-26 21:06:48 +08:00
64167a000f *: Change default for unix socket (#28486) 2021-10-21 00:16:46 +08:00
0e38904a33 server, privilege: Socket authentication (#27561) 2021-10-19 23:44:43 +08:00
9f8c053d06 parser: refactor encode and decode (#28917)
* refactor encoding

* add a simple test case for encoding

Co-authored-by: tangenta <tangenta@126.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2021-10-19 15:50:33 +08:00
cc96f59bdb *: rename RECREATOR to REPLAYER (#28826) 2021-10-15 16:23:27 +08:00
a11bb675a1 *: enable golangci-lint asciicheck and bodyclose (#28756) 2021-10-15 16:03:26 +08:00
9eb58c0f90 *: fix typo and address unfinished comment for plan recreator (#28821) 2021-10-15 11:33:26 +08:00
fd42198c39 server: handle clients without authplugin support (#27931) 2021-10-11 23:39:25 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
62bc4d5b54 cmd, server: support system variable character_set_results (#27875) 2021-10-11 16:17:25 +08:00
e3e1fb9026 server: clean up code for better understanding (#27877) 2021-09-26 10:30:46 +08:00
c01f1a3c5f config: change tidb_top_sql_agent_address to config top-sql.receiver-address (#28135) 2021-09-22 17:48:45 +08:00
680de922ed *: fix license header (#28085) 2021-09-17 22:26:41 +08:00
c891bf3baa server: migrate test-infra to testify for server/statistics_handler_test.go (#28029) 2021-09-16 15:10:43 +08:00
95ccea5296 server: Cleanup UNIX Socket file (#27886) 2021-09-16 11:42:42 +08:00
84ce75d2e8 server, session: Reduce noise from SELECT...FOR UPDATE NOWAIT (#26845) 2021-09-15 03:10:41 +08:00
b013ecba71 server: migrate test-infra to testify for server/driver_tidb_test.go (#27634) 2021-09-13 18:04:41 +08:00
7c6d04ca50 server: fix missing error metrics for some commands (#27963) 2021-09-13 17:28:40 +08:00
7ffe0ac177 server: do not overwrite the log of handshake error (#27962) 2021-09-13 10:24:39 +08:00
93a75d3f93 server: migrate test-infra to testify for server/util_test.go (#27846) 2021-09-13 08:34:39 +08:00
39a1b43666 *: fix some problems related to notNullFlag (#27697) 2021-09-09 11:04:38 +08:00
22c7d8b129 server: migrate test-infra to testify for server/conn_stmt_test.go (#27756) 2021-09-09 09:52:38 +08:00
d5fbf1bf70 server: Fix TestTLSAuto stability (#27744) 2021-09-02 11:54:14 +08:00
a85ed79d84 server: migrate test-infra to testify for server/conn_test.go (#27407) 2021-08-31 13:24:13 +08:00
d05660c834 config, server, executor: Reduce RSA keysize in testing (#27393) 2021-08-30 14:28:13 +08:00
635c46fdf6 server: column_test.go migrate tests to testify (#27362) 2021-08-20 11:24:01 +08:00
5f674e2547 *: Audit plugin should handle errors and stmt start (#27269) 2021-08-20 11:16:01 +08:00
af66129b1e go.mod: update parser (#27339) 2021-08-18 19:30:00 +08:00
8a1e9b93e2 server: migrate packetIO related tests to testify (#27042) 2021-08-18 12:39:59 +08:00
50572f1ab6 server: remove unused status api (master) (#27262) 2021-08-17 12:59:59 +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
da8bb5ea8c server: replace ioutil.TempDir by os.MkdirTemp (#27226) 2021-08-16 09:55:58 +08:00
124b825216 server: Split TestTLS (#27108) 2021-08-13 23:29:58 +08:00
73bb7dd2c6 *: Annotations and fixes related to gosec (#26907) 2021-08-09 22:27:15 +08:00