|
|
58ffe22390
|
hbase: update for new tso
|
2015-12-28 17:06:51 +08:00 |
|
|
|
123bbe0fb0
|
*: address comments
|
2015-12-21 18:56:03 +08:00 |
|
|
|
db377aab21
|
*: address comment, renames
|
2015-12-21 13:31:25 +08:00 |
|
|
|
792e5a28a5
|
*: address comments
|
2015-12-21 11:10:14 +08:00 |
|
|
|
d4a2d205a1
|
*: address comments, add tests
|
2015-12-21 10:26:08 +08:00 |
|
|
|
deec6660f8
|
*: use a more readable URL format for dataSourceName
|
2015-12-18 12:57:27 +08:00 |
|
|
|
5e52c60240
|
*: Fix bug for select @@character_set_database
1. Add charset info when create schema
2. Set charset variable when run use statement
Fix: https://github.com/pingcap/tidb/issues/706
|
2015-12-11 14:29:32 +08:00 |
|
|
|
18ce6b604c
|
*: Fix bug in session.Retry()
Miss commit after retry
|
2015-11-12 15:00:24 +08:00 |
|
|
|
b00955f4e4
|
tidb: Fix bug for stmt retry and add unit test case
|
2015-11-12 12:26:19 +08:00 |
|
|
|
dff8503ca1
|
tidb: Retry for FinishTxn without rollback
|
2015-11-11 14:40:24 +08:00 |
|
|
|
38726769b4
|
terror: new implementation.
|
2015-11-05 19:15:49 +08:00 |
|
|
|
0943aa598e
|
terror: unify util/errors and util/errors2 in terror.
|
2015-11-05 12:05:16 +08:00 |
|
|
|
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 |
|
|
|
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 |
|