Commit Graph

1459 Commits

Author SHA1 Message Date
f389bec23b *: fix reorg and reorganization typo. 2015-11-04 16:18:12 +08:00
0d633e38fd Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/schema-change-add-column 2015-11-04 16:10:39 +08:00
5182cb8bc1 Merge pull request #512 from pingcap/zimuxia/rename-reorganization
*: rename reorgnization to reorganization
2015-11-04 16:05:23 +08:00
xia
01213eb729 model: rename meas to means 2015-11-04 15:47:28 +08:00
xia
87e7c0a2a6 *: rename reorgnization to reorganization 2015-11-04 14:40:36 +08:00
23a771177d Merge pull request #511 from pingcap/goroutine/rename-reorg
ddl: rename reOrg
2015-11-04 14:30:34 +08:00
83e5fd2056 ddl: add ReOrgHandle to support resume column ddl reorg job. 2015-11-04 13:13:31 +08:00
ce74a843bd ddl: rename reOrg 2015-11-04 13:03:08 +08:00
45371af43c Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/schema-change-add-column 2015-11-04 12:48:44 +08:00
8076a0cdb9 ddl: update test schema name for single test. 2015-11-04 11:50:09 +08:00
aeb57cd7bd *: add ReOrgHandle to support resume reorg job. 2015-11-04 11:09:35 +08:00
695dd29ab4 table: address comment. 2015-11-04 10:33:49 +08:00
184b9bc497 table: typo. 2015-11-04 10:31:13 +08:00
2fcd8982fc *: address comments. 2015-11-04 10:28:29 +08:00
ba04f4457f *: address comments. 2015-11-03 19:35:18 +08:00
6cdbf785c1 *: tiny refacotr tables.UpdateRecord. 2015-11-03 18:01:45 +08:00
7b7f69eedf *: tiny refactor tables.AddRecord. 2015-11-03 17:06:56 +08:00
3b12473d44 *: use offset arg instead of temp offset. 2015-11-03 14:34:02 +08:00
34e3d2b35c ddl: batch backfill column datas. 2015-11-03 13:33:22 +08:00
95ac33b9b5 *: address comment. 2015-11-03 13:13:00 +08:00
5fd01e9745 *: drop schema/table/index supports batch delete. 2015-11-03 12:17:47 +08:00
b7943fbcec Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/schema-change-add-column 2015-11-03 12:02:22 +08:00
a32acc9a44 *: Merge branch 'master' and fix conflict 2015-11-03 11:53:21 +08:00
39e2db4d74 Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/schema-change-add-column 2015-11-03 11:52:07 +08:00
d787071dbd *: adjust column offset. 2015-11-03 11:33:28 +08:00
653f71de84 *: update update stmt and tiny clean up. 2015-11-02 22:04:02 +08:00
afdc869ef2 ddl: batch to add index. 2015-11-02 22:02:03 +08:00
98160fc8ae ddl: table Truncate can also remove all indices data. 2015-11-02 14:36:27 +08:00
5b4ad54525 *: update insert and replace stmt. 2015-11-02 14:24:37 +08:00
d36e07d092 *: use WriteableCols to tiny refactor and fix test. 2015-11-02 13:31:31 +08:00
529b02748f ddl: update column flag for add/drop index in public state. 2015-11-02 12:00:59 +08:00
6ca3acf630 ddl: update DropIndex and support index in constraint. 2015-11-02 12:00:40 +08:00
f526657273 ddl: skip column ddl test. 2015-11-01 14:15:10 +08:00
6eb02834aa *: add column state check support. 2015-11-01 12:45:37 +08:00
c2785fe573 ddl: tiny clean up. 2015-10-31 16:39:27 +08:00
43965527a6 Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/schema-change-add-column 2015-10-31 16:09:02 +08:00
0ae1dc021c ddl: fix make check. 2015-10-31 15:59:55 +08:00
8ac3f6d3d7 ddl: reorg support for adding column and remove useless code. 2015-10-31 15:56:32 +08:00
35681e646f ddl: simplify adding index and add more test. 2015-10-31 15:50:04 +08:00
2f149f005a ddl: add column ddl missing file. 2015-10-31 14:22:09 +08:00
6515263315 *: add add column ddl skeleton. 2015-10-31 14:21:24 +08:00
ad280e26ed Merge pull request #490 from pingcap/qiuyesuifeng/use-index-exist
Tiny clean up check index exists.
2015-10-31 10:16:53 +08:00
8fc1747f35 Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/use-index-exist 2015-10-30 21:52:18 +08:00
9c932a9c6b ddl: using index exist for check. 2015-10-30 21:19:10 +08:00
e6514db97b *: tiny clean up. 2015-10-30 21:06:49 +08:00
9af7818fc3 ddl: fix compile error. 2015-10-30 21:05:26 +08:00
dd2a84985c *: Merge branch 'master' into siddontang/dev-schema-change 2015-10-30 20:59:34 +08:00
5037c8194f Merge pull request #481 from pingcap/qiuyesuifeng/index-exist
*: add check index exist.
2015-10-30 20:49:43 +08:00
6399bdd46c ddl: add create/drop index test. 2015-10-30 20:49:16 +08:00
dd20b230eb Merge pull request #489 from pingcap/goroutine/clean-up-ddl
ddl: Tiny clean up
2015-10-30 20:48:26 +08:00