|
|
29369dba8f
|
*: Rename mysqldef to mysql
|
2015-10-19 16:26:43 +08:00 |
|
|
|
61f21b37f3
|
Merge pull request #374 from pingcap/zimuxia/issue371
tidb-server: Fix issue #371
|
2015-10-17 17:18:39 +08:00 |
|
|
|
af9aae2c71
|
tidb_server: use DeepEquals instead of Equals
|
2015-10-16 14:08:38 +08:00 |
|
|
|
8127ce1423
|
tidb-server: remove tests
|
2015-10-14 23:41:51 +08:00 |
|
|
|
a53c05b6f4
|
*: simplify generating mysql error function
|
2015-10-14 19:14:17 +08:00 |
|
|
|
e49c123632
|
Merge pull request #383 from pingcap/siddontang/update-mysql-error
rename mysql err to common format
|
2015-10-14 17:56:17 +08:00 |
|
|
|
ac3650e16b
|
*: Address comment
|
2015-10-14 17:08:15 +08:00 |
|
|
|
8e76265b30
|
Merge pull request #377 from pingcap/shenli/fix-hibernate-bug
Shenli/fix hibernate bug
|
2015-10-14 16:35:09 +08:00 |
|
|
|
ed13467c7f
|
*: rename mysql err to common format
|
2015-10-14 16:26:22 +08:00 |
|
|
|
641aeabd42
|
*: Address comment
|
2015-10-14 13:23:12 +08:00 |
|
|
|
910f283381
|
*: Fix bug for info.go and add test case
|
2015-10-13 23:05:49 +08:00 |
|
|
|
86d05814e2
|
tidb_server: add the "zero" value of time conversion
|
2015-10-13 20:14:03 +08:00 |
|
|
|
c28ae28b99
|
tidb_test: add DumpBinaryTime test
|
2015-10-13 20:13:51 +08:00 |
|
|
|
d50b6c5fcc
|
*: Fix hibernate bug about col.Flen/Decimal
|
2015-10-13 18:11:11 +08:00 |
|
|
|
c0cd6b21f4
|
user 0x15 filler.
|
2015-10-13 15:23:49 +08:00 |
|
|
|
2b8286a210
|
Update conn.go
not enable CLIENT_PLUGIN_AUTH(https://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::Handshake),
0x00 is filler.
|
2015-10-13 02:22:49 +08:00 |
|
|
|
b8b918b250
|
server: fix invalid condition check
|
2015-10-10 11:09:42 +08:00 |
|
|
|
53efcdfab1
|
server: float32 should be appended with 32 bit size
|
2015-10-07 10:45:19 +08:00 |
|
|
|
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 |
|
|
|
295f5ed576
|
tidb-server: Remove tidb-server binary file from repo
|
2015-09-18 10:36:19 +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 |
|
|
|
3390fab8c8
|
tidb-server: change flag name 'store_path' to 'path'
|
2015-09-17 12:59:17 +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 |
|