Commit Graph

14 Commits

Author SHA1 Message Date
a13671a02e server: fix format for select constant (#9689) 2019-07-31 13:52:39 +08:00
8c20289c7d server: don't interrupt when nodelay executed (#11135) 2019-07-10 19:28:19 +08:00
54bd043d35 server: tiny update ConnTestSuite (#10941) 2019-06-26 14:37:27 +08:00
a57b6e60a6 *: Add support for MAX_EXECUTION_TIME. (#10541) 2019-06-25 01:18:11 +08:00
29b872c6aa server: increase test coverage (#10830)
* fixed a potential panic in conn.go
* added more tests in conn_test.go/util_test.go
* added column_test.go/packetio_test.go
2019-06-24 20:30:04 +08:00
4188ae19c0 log,server: add contextual log util & test it in conn.go (#9548) 2019-03-09 11:23:45 +08:00
eedc6af305 server: compatible to old handshake protocol (#8812) 2018-12-26 20:55:27 +08:00
H
bb7bb14fc3 support system variable wait_timeout. (#8245) (#8346) 2018-11-28 11:53:07 +08:00
89dda9d9a8 *: move parser to a separate repository (#8036) 2018-10-25 11:12:10 +08:00
31a48f8d75 server: SSL/TLS support (#3716) 2017-09-07 13:36:28 +08:00
365e4ab491 conn: Send auth plugin name (#4177) 2017-08-16 21:24:00 +08:00
f4b78e44da server: speed up unit test (#2010)
run many test cases parallel
split databases in server package for parallel
2016-11-23 10:46:43 +08:00
e472f5aa3b server: handle ClientPluginAuthLenencClientData capability properly (#1772)
fix issue https://github.com/pingcap/tidb/issues/1768
2016-09-29 10:38:50 +08:00
5755249263 server: support mysql CLIENT_CONNECT_ATTRS capability (#1684) 2016-09-06 18:28:15 +08:00