Commit Graph

1515 Commits

Author SHA1 Message Date
36fcddce98 ddl: add column schema statement check test. 2015-11-06 17:16:48 +08:00
b3a8e8a794 Merge pull request #529 from pingcap/qiuyesuifeng/column-schema-test
Add more column schema change tests.
2015-11-06 10:36:29 +08:00
c4fb85e42b ddl: add drop-column schema test. 2015-11-06 00:34:53 +08:00
944b74ccd1 ddl: add add-column schema test. 2015-11-05 22:41:34 +08:00
c0a03d8e8b ddl: add basic column test and bug fix. 2015-11-05 17:12:57 +08:00
404b5750e6 ddl: tiny cleanup. 2015-11-05 15:19:24 +08:00
293ba7f6a7 ddl: remove lock keys 2015-11-05 15:04:59 +08:00
229ae62876 *: merge master and fix conflict 2015-11-05 15:02:17 +08:00
0556faf0af Merge pull request #514 from pingcap/siddontang/schema-bootstrap
reset lease time after bootstrap
2015-11-05 13:35:53 +08:00
f4d5a5b335 ddl: add base drop column, no test now.
@qiuyesuifeng
2015-11-05 13:24:28 +08:00
6fa3fe3a5c ddl: add alter spec test 2015-11-05 11:16:31 +08:00
96aade7e10 ddl: update add column and add test 2015-11-05 10:59:10 +08:00
3b0f94f8ac Merge pull request #509 from pingcap/coocood/terror
terror: create a new error type that has class and code for comparison.
2015-11-05 10:10:33 +08:00
b029a5fd07 domain: Address comment. 2015-11-05 08:57:36 +08:00
72312b4e0f Merge pull request #508 from pingcap/siddontang/update-boltdb-lock
update boltdb lock
2015-11-04 20:25:40 +08:00
2151fcb4ba localstore: remove comment. 2015-11-04 19:57:17 +08:00
9aeb3b27ec *: reset lease time after bootstrap 2015-11-04 19:16:49 +08:00
0fab139acb terror: address comment. 2015-11-04 19:01:31 +08:00
fe128fb890 Merge pull request #505 from pingcap/qiuyesuifeng/schema-change-add-column
Add column schema change support.
2015-11-04 18:49:23 +08:00
598dfb2154 ddl: address comment. 2015-11-04 18:28:25 +08:00
5051f34c85 ddl: remove unnecessary release 2015-11-04 17:26:29 +08:00
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
e3f9e4cadc Merge pull request #510 from pingcap/goroutine/fix-fmt
meta: Fix format arguments
2015-11-04 16:07:58 +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
29b5a00b92 meta: Fix format arguments 2015-11-04 12:37:32 +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
c9ca685e19 terror: address comment. 2015-11-04 09:59:28 +08:00
322ada426b localstore: update test. 2015-11-03 21:43:31 +08:00
ba04f4457f *: address comments. 2015-11-03 19:35:18 +08:00
2957a4a9e1 terror: create a new error type that has class and code for comparison.
The current error check can only handle errors that has exactly the same message, when error message is not constant.

For example parsing error has the message describe the context of the error.

With this error type, we can includes context information in the message and still able to check the error type.
2015-11-03 18:26:04 +08:00
c59ce33039 localstore: update boltdb Next and Seek. 2015-11-03 18:11:43 +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
d87a097271 Merge pull request #507 from pingcap/goroutine/unify-behavior
*: Unify behavior of both local store and HBase
2015-11-03 16:08:22 +08:00
e85fa46431 localstore: clean up 2015-11-03 16:01:54 +08:00
a2c3ae9e50 structure api: Remove all lock keys. 2015-11-03 15:54:29 +08:00
5b7d18d541 *: Unify behavior of both local store and HBase
Please enter the commit message for your changes. Lines starting

Conflicts:
	kv/index_iter.go
2015-11-03 15:44:35 +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