Commit Graph

15 Commits

Author SHA1 Message Date
5408833b9a ddl: improve ddl test (#1387) 2016-07-05 11:21:50 +08:00
d3cb90559b *: change Context method FinishTxn to CommitTxn and RollbackTxn. (#1253)
Makes it easier to read.
2016-05-24 13:17:01 +08:00
08034540f0 *: Add leak test
* *: add leak test and tiny clean up

* *: unify test format and add leak test

Conflicts:
	store/localstore/compactor_test.go
	mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +08:00
xia
c4d97a7976 ddl: rename startDDLJob to doDDLJob 2016-03-31 16:20:51 +08:00
d5941446c2 table: replace interface{} with Datum in table. 2016-03-02 21:01:20 +08:00
xia
79aaefbbc0 *: rename job to ddlJob, rename task to bgJob 2016-01-20 12:19:54 +08:00
xia
7d66ae58ac *: update drop database/table operation 2016-01-19 11:43:31 +08:00
c3bdfb1fed stmt/stmts: insert use primary key value as record ID 2015-12-25 21:02:52 +08:00
7336360a59 *: return error instead of log.Fatal for TableFromMeta 2015-12-09 14:30:38 +08:00
75352d81a4 Merge branch 'master' into disksing/refactor-lasetinsertid
Conflicts:
	ddl/ddl_test.go
	plan/plans/from_test.go
	session_test.go
	stmt/stmts/insert.go
	stmt/stmts/replace.go
2015-11-27 13:29:51 +08:00
c4fb85e42b ddl: add drop-column schema test. 2015-11-06 00:34:53 +08:00
c0a03d8e8b ddl: add basic column test and bug fix. 2015-11-05 17:12:57 +08:00
9af7818fc3 ddl: fix compile error. 2015-10-30 21:05:26 +08:00
6399bdd46c ddl: add create/drop index test. 2015-10-30 20:49:16 +08:00
f5d1854186 ddl: update and add table test. 2015-10-30 11:32:48 +08:00