Commit Graph

187 Commits

Author SHA1 Message Date
b0a09e0525 ddl: just test if owner before to run reorganization. 2015-11-13 15:52:19 +08:00
30f1fe0771 *: Address comment. 2015-11-12 21:04:14 +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
f5ff835c11 Merge pull request #578 from pingcap/qiuyesuifeng/dev-schema-change
Add/Drop column exist check.
2015-11-12 13:43:27 +08:00
840249541f ddl: address comment. 2015-11-12 12:42:31 +08:00
cbf4732a54 ddl: drop column exist check. 2015-11-12 12:28:34 +08:00
03614232ff ddl: update schema lease for db test. 2015-11-12 12:19:24 +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
542bfebd36 *: merge master and fix conflict. 2015-11-12 10:21:50 +08:00
1fccd95733 ddl: verify data in kv storage for test. 2015-11-12 09:54:51 +08:00
4230f79995 ddl: add reorg state schema change test and fix a drop index bug. 2015-11-11 17:09:42 +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
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
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
a882fb52d7 ddl: add index/column must lock row 2015-11-11 12:51:10 +08:00
e42be28f4e ddl: add more tests. 2015-11-11 11:16:20 +08:00
8be5a05033 ddl: add reorg test. 2015-11-11 09:33:24 +08:00
15cc894c04 ddl: add find index test for index schema change. 2015-11-10 19:17:13 +08:00
297c49b7b5 ddl: add find col test for column schema change. 2015-11-10 18:05:47 +08:00
930729a058 Merge branch 'master' into qiuyesuifeng/more-schema-test and fix
conflict.
2015-11-10 17:44:18 +08:00
5fd9e78a99 Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/more-schema-test 2015-11-10 17:37:41 +08:00
c210aafc9f ddl: address comment. 2015-11-10 17:21:46 +08:00
d169c08b6f *: Move privilege checking from ddl to stmts
Make ddl.go clean
2015-11-10 17:20:28 +08:00
8a86194ecd ddl: refactor index schema change test. 2015-11-10 16:47:46 +08:00
f4c1311801 ddl: tiny clean up and update. 2015-11-10 14:24:30 +08:00
0f744899c5 Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/fix-column-value-exist-backfill 2015-11-10 13:52:48 +08:00
3256ce2827 ddl: address comment. 2015-11-10 13:41:41 +08:00
7819e22067 ddl: Address comment. 2015-11-10 12:51:13 +08:00
d6e4850559 ddl: fix column value exist backfill bug. 2015-11-10 12:21:53 +08:00
8a48dfbb21 ddl: remove reorg handle when finished 2015-11-10 11:53:44 +08:00
2d28c93b3e *: Merge branch 'siddontang/dev-schema-change' into siddontang/update-reorg 2015-11-10 11:12:09 +08:00
d0caf9d166 *: save reorganization processed handle in meta. 2015-11-10 11:12:03 +08:00
bf7fbd420c ddl: add state none check for drop column. 2015-11-10 10:58:02 +08:00
85126b0942 ddl: OnJobRunAfter -> OnJobUpdated 2015-11-10 09:34:43 +08:00
8d6d727d27 ddl: update column test. 2015-11-10 08:44:06 +08:00
aff1496da7 ddl: fix column test panic. 2015-11-10 08:40:24 +08:00
937b499433 ddl: adjust job callback place 2015-11-10 08:40:09 +08:00
132960e9c8 ddl: use callback to refactor column schema test. 2015-11-09 21:00:24 +08:00
efaeeff945 *: add ddl callback interface
we can customize the callback for better test.
2015-11-09 17:38:07 +08:00
0fee0d5a55 ddl: update test. 2015-11-09 17:10:10 +08:00
33cbce9cd1 ddl: update test. 2015-11-09 15:26:28 +08:00
dbd4ba0aed *: remove schema state check test. 2015-11-09 15:06:10 +08:00
7baf772477 Merge pull request #533 from pingcap/qiuyesuifeng/column-schema-check-test
Add add/drop column schema error check test.
2015-11-06 17:43:39 +08:00
415b2a7fc5 ddl: test run multi schema changes. 2015-11-06 17:30:43 +08:00