Commit Graph

9 Commits

Author SHA1 Message Date
c137cada68 *: change golang.org/x/net/context to standard context (#8579) 2018-12-05 13:54:00 +08:00
89dda9d9a8 *: move parser to a separate repository (#8036) 2018-10-25 11:12:10 +08:00
e28a81813c *: check the schema-validity when the DDL fails (#6797) 2018-07-09 17:35:04 +08:00
e1121814d2 *: don't import golang.org/x/net/context as goctx alias (#5895)
Now that there is no conflict with sessionctx.Context, this can be
import directly
2018-02-24 03:40:56 -06:00
1eebb87156 ddl: remove backgroud worker, use delete-range to speed up something. (#3993) 2017-08-09 16:59:25 +08:00
ff18bbf871 ddl: Use etcd to elect the owner (#3158) 2017-05-18 01:31:52 +08:00
5df5085e33 *: Add row count field in a job, fix a drop schema bug and pass race (#1759) 2016-09-28 18:11:40 +08:00
85126b0942 ddl: OnJobRunAfter -> OnJobUpdated 2015-11-10 09:34:43 +08:00
efaeeff945 *: add ddl callback interface
we can customize the callback for better test.
2015-11-09 17:38:07 +08:00