Commit Graph

28 Commits

Author SHA1 Message Date
1a28ff83a0 Merge remote-tracking branch 'origin/master' into shenli/index-id
Conflicts:
	ddl/ddl.go
	kv/index_iter.go
2015-11-27 14:28:59 +08:00
b9135eadb4 *: Add ID to IndexInfo and use IndexID in prefix instead of IndexName 2015-11-24 21:58:26 +08:00
3d6378092d model: add helper job function and update test. 2015-11-20 09:30:12 +08:00
9c6b27877d *: must wait 2 * lease schema lease time when running job. 2015-11-18 09:53:14 +08:00
b230d4b3dc *: remove no need DDL action. 2015-11-12 10:46:09 +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
d0caf9d166 *: save reorganization processed handle in meta. 2015-11-10 11:12:03 +08:00
fbed93ca52 *: support simple statistics
we will use show status to show DDL statistics later.
2015-11-05 22:52:49 +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
ce74a843bd ddl: rename reOrg 2015-11-04 13:03:08 +08:00
aeb57cd7bd *: add ReOrgHandle to support resume reorg job. 2015-11-04 11:09:35 +08:00
cfb8d0a635 *: Update job's last update time stamp 2015-10-30 19:47:17 +08:00
32fe0db38b *: add create/drop index 2015-10-28 22:00:30 +08:00
b3fc6db760 *: Job adds SchemaState to log more information 2015-10-28 09:35:05 +08:00
c8bbf7879d *: support create table and drop table. 2015-10-27 15:05:33 +08:00
a815babeaa ddl: typo and clean up a bit 2015-10-27 10:56:17 +08:00
d0c80f6a0d *: add drop schema 2015-10-27 10:09:57 +08:00
2cb3e2add9 *: first commit and support create schema. 2015-10-26 21:54:54 +08:00
c906fea41b model: Address comment. 2015-10-26 17:37:21 +08:00
26bf34c9da *: Address comment 2015-10-24 11:57:35 +08:00
4fac573382 *: simplify DDL meta function 2015-10-23 16:34:21 +08:00
500f5c7cde *: add base ddl job worker framework 2015-10-23 15:01:18 +08:00
b647f8fba4 *: add schema lease feature 2015-10-23 09:50:54 +08:00
925bc792f5 *: fix make check 2015-10-22 10:41:56 +08:00
791f0d6f78 *: refactor with meta API. 2015-10-21 14:46:58 +08:00
55c452221c model: tiny clean up. 2015-10-07 13:02:03 +08:00
0d6f270068 Add files 2015-09-06 12:08:47 +08:00