Commit Graph

1735 Commits

Author SHA1 Message Date
dbf676c820 *: update the function call 2015-11-16 09:58:01 +08:00
0ddf6eb415 *: add stat interface and corresponding implememtation 2015-11-16 09:55:17 +08:00
xia
45f91fd417 *: support show status 2015-11-13 21:01:13 +08:00
301ea1c93a *: Merge branch 'master' into siddontang/dev-schema-change 2015-11-13 09:41:12 +08:00
30f1fe0771 *: Address comment. 2015-11-12 21:04:14 +08:00
6d229525ac Merge pull request #576 from pingcap/coocood/index-point-lookup
plan: fix index point lookup.
2015-11-12 19:14:19 +08:00
c1b4921f6a Merge pull request #568 from pingcap/shenli/mysqldump
Add support for mysqldump
2015-11-12 16:03:25 +08:00
c601a25d0b Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into siddontang/dev-schema-change 2015-11-12 15:34:08 +08:00
dd087d40c2 ddl: re-check condition not match error. 2015-11-12 15:34:04 +08:00
b41d64c334 Merge branch 'master' into coocood/index-point-lookup
Conflicts:
	tidb_test.go
2015-11-12 15:33:47 +08:00
62c15881c0 *: Merge branch 'master' into siddontang/dev-schema-change 2015-11-12 15:31:21 +08:00
f49d073b70 Merge pull request #577 from pingcap/shenli/issue-571
fix issue 571
2015-11-12 15:24:56 +08:00
18ce6b604c *: Fix bug in session.Retry()
Miss commit after retry
2015-11-12 15:00:24 +08:00
f5ff835c11 Merge pull request #578 from pingcap/qiuyesuifeng/dev-schema-change
Add/Drop column exist check.
2015-11-12 13:43:27 +08:00
e88ba4c060 Merge pull request #579 from pingcap/coocood/extract-quickstart
docs: extract quick start section to its own file.
2015-11-12 13:03:45 +08:00
840249541f ddl: address comment. 2015-11-12 12:42:31 +08:00
c8ea3068a8 plan: address comment. 2015-11-12 12:28:44 +08:00
cbf4732a54 ddl: drop column exist check. 2015-11-12 12:28:34 +08:00
b00955f4e4 tidb: Fix bug for stmt retry and add unit test case 2015-11-12 12:26:19 +08:00
03614232ff ddl: update schema lease for db test. 2015-11-12 12:19:24 +08:00
7bd318c835 plan: fix index point lookup.
The type converted seek value should be used to as the index key.
2015-11-12 11:53:22 +08:00
fccaf9b1f5 ddl: add column exist check. 2015-11-12 11:49:44 +08:00
c0254d809c ddl: cover error test. 2015-11-12 11:39:45 +08:00
b230d4b3dc *: remove no need DDL action. 2015-11-12 10:46:09 +08:00
e228879484 docs: fix link 2015-11-12 10:31:59 +08:00
973320bc61 docs: extract quick start section to its own file.
The README.md file is too long.
2015-11-12 10:29:38 +08:00
542bfebd36 *: merge master and fix conflict. 2015-11-12 10:21:50 +08:00
4a6348cce7 Merge pull request #566 from netroby/pr/add-introduce-docker
Document add: how to using docker with tidb
2015-11-12 10:08:20 +08:00
1fccd95733 ddl: verify data in kv storage for test. 2015-11-12 09:54:51 +08:00
3b59e0c404 Merge pull request #550 from pingcap/qiuyesuifeng/issue-279
Fix #279
2015-11-12 09:36:22 +08:00
50cec9436e Remove one line doc about replace config
Signed-off-by: ZhiFeng Hu <hufeng1987@gmail.com>
2015-11-12 08:05:13 +08:00
d05b2075b1 Merge branch 'master' into pr/add-introduce-docker 2015-11-11 20:05:55 +08:00
739d770542 Merge pull request #574 from pingcap/coocood/index-point-lookup
plan: call kv.Index Exists for point lookup.
2015-11-11 19:46:12 +08:00
59e1187f18 plan: address comment. 2015-11-11 18:33:43 +08:00
2d36bc727b plan: fix comment. 2015-11-11 18:13:55 +08:00
78f9001f93 plan: call kv.Index Exists for point lookup.
Optimisation for index point lookup.
2015-11-11 18:09:55 +08:00
38b754e858 Merge pull request #573 from pingcap/qiuyesuifeng/dev-schema-change
ddl: add reorg state schema change test and fix a drop index bug.
2015-11-11 17:24:06 +08:00
7daf2e92e2 Merge remote-tracking branch 'origin/master' into shenli/mysqldump
Conflicts:
	parser/scanner.l
2015-11-11 17:19:01 +08:00
741b39ef32 *: Address comment 2015-11-11 17:17:27 +08:00
4230f79995 ddl: add reorg state schema change test and fix a drop index bug. 2015-11-11 17:09:42 +08:00
9c711296c1 Merge pull request #551 from pingcap/zimuxia/issue525
*: Support show status statement
2015-11-11 16:38:12 +08:00
d5cf283f91 *: Address comment 2015-11-11 15:09:26 +08:00
85b31e8cfc Merge pull request #570 from pingcap/siddontang/fix-reorg-bug
distinguish write/delete reorganization state.
2015-11-11 14:57:40 +08:00
dff8503ca1 tidb: Retry for FinishTxn without rollback 2015-11-11 14:40:24 +08:00
ccca7c25aa ddl: re-add drop column test. 2015-11-11 14:29:25 +08:00
0331009013 ddl: fix go vet shadow check. 2015-11-11 13:46:45 +08:00
2815fb1fbb tables: Address comment. 2015-11-11 13:42:49 +08:00
4eb34f69ce *: distinguish write/delete reorganization state.
we must distinguish different reorganization state after write only/
delete only state.
2015-11-11 13:29:06 +08:00
2ddd65d8ad Merge pull request #569 from pingcap/qiuyesuifeng/dev-schema-change
Add some error test.
2015-11-11 13:09:21 +08:00
54e127cf7b ddl: add column index check test. 2015-11-11 12:52:43 +08:00