Commit Graph

33 Commits

Author SHA1 Message Date
382e498e2f server: return binary string for bit type 2015-09-30 08:05:13 +08:00
3054c77689 *: support set type 2015-09-25 16:25:23 +08:00
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
44d2404fc5 Merge pull request #259 from pingcap/siddontang/dev-enum-type
support enum type
2015-09-25 10:02:42 +08:00
16996cf912 server: tide-server support enum type 2015-09-25 08:49:59 +08:00
2762c4fd10 tidb-server: Address comment 2015-09-24 17:52:19 +08:00
7090091e1a tidb-server: Remove useless error 2015-09-24 16:15:05 +08:00
e3b25651e6 tidb-server: Remove debug logs 2015-09-24 16:08:57 +08:00
4deb591fbd tidb-server: Limit salt to ascii chars
Fix JDBC auth fail bug.
2015-09-24 16:03:48 +08:00
302d4fc565 tidb-server: Remove user/password from config 2015-09-22 11:33:14 +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
25126e946a *: Address comments
1. Address comments
2. Set ci hosts
2015-09-22 10:30:56 +08:00
59af4ac591 *: Support basic auth for tidb-server
Use password to auth user.
2015-09-22 00:24:43 +08:00
92e40e29b8 *: WIP add Auth interface for Session 2015-09-21 18:31:26 +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
c36b66b6d4 tidb-server: Address comment 2015-09-18 23:59:43 +08:00
2921451e46 tidb-server: Address comment 2015-09-18 17:34:17 +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
b425ea1adb tidb-server: return EOF instead of Close connection on ComQuit 2015-09-17 15:13:37 +08:00
9dffae1f98 tidb-server: fix license comment 2015-09-17 13:38:22 +08:00
4c36798e14 tidb-server: add license comment. 2015-09-17 13:33:55 +08:00
29b341307f tidb-server: address comments. 2015-09-17 13:12:33 +08:00
6e248baea0 tidb-server: fmt comment 2015-09-17 12:53:30 +08:00
37690f68fb tidb-server: add license header 2015-09-17 12:51:20 +08:00
5473db849d tidb-server: address comments. 2015-09-17 11:46:12 +08:00
0a68a3f4c1 tidb-server: address comment 2015-09-16 20:21:57 +08:00
a78a36a748 tidb-server: Use Recordset.Next interface 2015-09-16 17:22:06 +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
bbcea724c2 tidb-server:fix import of errors2 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