d8911de360
Merge pull request #665 from pingcap/qiuyesuifeng/update-roadmap
...
Update ROADMAP.md
2015-12-01 14:51:38 +08:00
53400f789e
Update ROADMAP.md
...
Update.
2015-12-01 14:42:44 +08:00
3146dc1142
Merge pull request #664 from pingcap/morefreeze/update_readme
...
update quickstart document
2015-12-01 14:37:18 +08:00
04e33b819b
Update QUICKSTART.md
...
use the right command.
2015-12-01 14:34:13 +08:00
2788940ea8
QUICKSTART: make command clearer
2015-12-01 13:41:15 +08:00
9935d0a8e6
README: update new docker image usage
2015-12-01 13:36:40 +08:00
669e63d653
Merge pull request #663 from pingcap/open-store-retry
...
add open store retry
2015-12-01 12:31:34 +08:00
ebe3ba92f5
store: address review comments
2015-12-01 12:25:42 +08:00
971d8dfcf1
Merge pull request #662 from pingcap/shenli/auth-host
...
*: Support user with any host(%)
2015-12-01 12:22:59 +08:00
632810efcf
*: Address comment
2015-12-01 12:17:45 +08:00
7fa3f25266
Merge remote-tracking branch 'origin/master'
2015-12-01 12:11:14 +08:00
da226e57a6
store: add open store retry
2015-12-01 11:59:52 +08:00
281216bfcf
*: Support user with anyhost(%)
2015-12-01 11:54:03 +08:00
d2eccb18d7
Merge pull request #658 from pingcap/shenli/retry-backoff
...
tidb: Add full jitter backoff when retry
2015-12-01 10:37:51 +08:00
f1044308b0
*: Add test case for BackOff
2015-12-01 10:24:48 +08:00
cf3f19f1bb
Merge pull request #661 from pingcap/update-readme
...
Update README.md
2015-11-30 19:42:54 +08:00
97e328bf44
Merge pull request #636 from pingcap/shenli/index-id
...
*: Add ID to IndexInfo and use IndexID in prefix instead of IndexName
2015-11-30 19:39:59 +08:00
98b28b4cd4
Readme: Add description for HBase
2015-11-30 18:26:28 +08:00
df797437ad
Readme: typo
2015-11-30 18:19:22 +08:00
1d4fcf555b
Update README.md
2015-11-30 18:13:21 +08:00
2993a8f587
Merge pull request #657 from pingcap/siddontang/update-ddl-lease
...
update default schema lease time.
2015-11-30 15:54:59 +08:00
4dc26ddfd8
Merge pull request #659 from pingcap/siddontang/reduce-test-time
...
reduce test time.
2015-11-30 15:53:35 +08:00
2c137e3e02
*: Address comment
2015-11-30 14:48:16 +08:00
c987db1a9f
*: reduce test time.
2015-11-30 13:49:32 +08:00
cc1af7573b
ddl: creating database/table uses public state directly.
2015-11-30 12:40:58 +08:00
638d330909
*: use default 1s for schema lease.
2015-11-30 12:37:39 +08:00
64af15bf7c
*: Support backoff and retry limit in RunInNewTxn
2015-11-30 12:20:48 +08:00
fb6561306d
Merge pull request #656 from pingcap/siddontang/upate-local-ts
...
localstore: check valid timestamp if time is reset.
2015-11-30 11:48:27 +08:00
731117c8df
tidb: Add full jitter backoff when retry
2015-11-30 11:31:58 +08:00
206a6072f7
localstore: Address comment.
2015-11-30 10:56:57 +08:00
d93fda2fc0
localstore: check valid timestamp if time is reset.
2015-11-30 10:43:09 +08:00
151e8b1fdd
Merge pull request #653 from pingcap/disksing/interpreter-commit-error
...
interpreter: print error when commit failed
2015-11-28 17:59:04 +08:00
173aad00bb
Merge pull request #647 from pingcap/go-vet-happy
...
*: Make go vet --shadow happy
2015-11-28 17:55:23 +08:00
88047a0efc
interpreter: print error when commit failed
2015-11-28 13:02:30 +08:00
7f75a57e45
Merge pull request #652 from pingcap/siddontang/cleanup-prefix
...
cleanup prefix 'z'
2015-11-28 11:48:03 +08:00
dcb5b50b3c
Merge pull request #650 from pingcap/siddontang/fix-domain-load
...
domain: lock reload and fix version check.
2015-11-28 11:47:57 +08:00
582354fb75
*: Address comment.
2015-11-28 08:22:19 +08:00
f6714853c7
tables: use 't' for table record and index prefix.
2015-11-27 20:30:29 +08:00
29420a9589
meta: use 'm' for meta prefix
2015-11-27 20:30:08 +08:00
e6d441e104
kv: remove prefix z
2015-11-27 20:05:54 +08:00
b66afe8443
*: cleanup prefix 'z'
2015-11-27 20:03:54 +08:00
2300e26fd7
Merge pull request #622 from pingcap/disksing/refactor-lasetinsertid
...
refactor insert
2015-11-27 19:14:19 +08:00
0de45f2866
Merge branch 'master' into disksing/refactor-lasetinsertid
2015-11-27 19:09:33 +08:00
cf798eae9f
Merge pull request #648 from pingcap/siddontang/ddl-test-flag
...
add test flag to skip long time DDL test.
2015-11-27 19:08:35 +08:00
f241e4f8cb
Merge pull request #649 from pingcap/siddontang/update-server-lease
...
tidb_server: some tests should use 0 for fast DDL.
2015-11-27 19:04:32 +08:00
7c1fc586f2
domain: lock reload and fix version check.
...
In mysql test , sometimes the domain’s schema version may be changed
lesser because of another slow transaction.
So we must use lock to guarantee reload once at same time and update
the version check way.
It is very hard to write a test for this, so if we can pass mysql test
using HBase with no error, I think it is fixed.
2015-11-27 17:43:27 +08:00
137ee79f49
tidb_server: some tests should use 0 for fast DDL.
2015-11-27 16:38:51 +08:00
8c0a4d50ae
*: add test flag to skip long time DDL test.
2015-11-27 16:20:18 +08:00
9426554819
*: Address comment
2015-11-27 15:57:32 +08:00
f024f02dbd
*: Make go vet --shadow happy
...
Also do some clean up.
2015-11-27 15:47:05 +08:00