Commit Graph

12 Commits

Author SHA1 Message Date
60ade2fe47 tidb-server: Fix issue 263
Open tidb connect with dsn which contains unexists schema causes a
panic.
Fix issue #263
2015-09-25 13:05:39 +08:00
8451cf8836 *: Fix bug when client use ipv6 address
IPv6 address maybe like this: [::1]:12345
2015-09-22 11:21:01 +08:00
59af4ac591 *: Support basic auth for tidb-server
Use password to auth user.
2015-09-22 00:24:43 +08:00
e7d2bff9f1 *: Move bootstrap to CreateSession
Bootstrap should be done for both tidb-server and embedded mode.
2015-09-21 15:34:52 +08:00
8d1c563556 tidb-server: Add bootstrap methord to create. user table.
1. Create mysql.user table and add default user.
2. Change tidb-server unittest port to 4001 to prevent conflict with
tidb-server default port.
2015-09-18 13:26:37 +08:00
8f60a606db tidb-server: replace fmt.Errorf with errors.Errorf 2015-09-17 15:46:45 +08:00
29b341307f tidb-server: address comments. 2015-09-17 13:12:33 +08:00
0a68a3f4c1 tidb-server: address comment 2015-09-16 20:21:57 +08:00
477a7e0d39 tidb-server: support session retry 2015-09-16 17:18:18 +08:00
551aa7130f tidb-server: add test for concurrent update 2015-09-16 17:18:18 +08:00
68969c7cde tidb-server: copy dependency code and add license header 2015-09-16 17:18:17 +08:00
47dd05e227 tidb-server: add server layer
MySQL protocol server.
2015-09-16 17:18:17 +08:00