Commit Graph

26 Commits

Author SHA1 Message Date
dcb1954a01 tidb: Tiny cleanup
Remove a few useless TODO comments.
2015-10-23 14:51:39 +08:00
29369dba8f *: Rename mysqldef to mysql 2015-10-19 16:26:43 +08:00
eb8206ab46 *: tiny clean up. 2015-10-10 19:37:26 +08:00
3054c77689 *: support set type 2015-09-25 16:25:23 +08:00
4a6cf4d7b8 tidb: support enum type for driver 2015-09-24 10:57:39 +08:00
188dc1e9b1 tidb: driver support hex and bit type 2015-09-19 15:00:02 +08:00
4f8e58f7da plan: fix tests and clean up code 2015-09-15 21:08:12 +08:00
54d04df744 driver: add Next method for Recordset and use it in driver
So we can implement `driver.Rows.Next` without a goroutine.
2015-09-15 18:37:55 +08:00
4cddb25555 *: Address comments and Update USAGE.md 2015-09-10 17:15:21 +08:00
62b73d29c7 tidb: Split datasource name to uri and dbName
The DBName may be different from data path name.
2015-09-10 16:41:12 +08:00
bed459a3c0 Merge pull request #79 from pingcap/ngaut/txn-retry
Retry transaction without for update
2015-09-09 22:12:13 +08:00
ccef9934ab Fix auto import 2015-09-09 18:33:02 +08:00
0cb3800178 Address comment 2015-09-09 12:24:16 +08:00
7c24e9d7e8 session: Experimental transaction retry
Support query like: set a=a+1
2015-09-09 12:15:09 +08:00
533e26357b tidb: add comment 2015-09-09 12:01:12 +08:00
7e5045674c tidb: try to fix the panic #57 2015-09-09 09:25:11 +08:00
1e4cdb813f *: update QL-LICENSE and STRUTIL-LICENSE. 2015-09-08 19:25:50 +08:00
2e61a852b5 tidb: Fix golint error
Pass ci
2015-09-08 16:33:10 +08:00
ff96c10571 Merge pull request #63 from pingcap/shenli/fix-delete-panic
tidb: Fix panic in driverStmt.Query
2015-09-08 16:14:06 +08:00
663e95821a tidb: Address comment 2015-09-08 15:58:23 +08:00
35fd2d1822 tidb: Add test case for empty rows
Address comment
2015-09-08 15:18:13 +08:00
a71acae4bd tidb: Return empty rows for exec statement
Address comment
2015-09-08 15:02:12 +08:00
67d64d6301 tidb: Fix panic in driverStmt.Query
The prepared statement maybe not query, so the resultset maybe nil.
2015-09-08 14:44:45 +08:00
4ca7ca7e5b tidb, column, table, table/tables: fix-copyright-infringement. 2015-09-07 09:15:16 -04:00
xia
626952c46b *: pass go vet
check for shadowed variables
2015-09-07 11:00:18 +08:00
0d6f270068 Add files 2015-09-06 12:08:47 +08:00