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
f0e98c75b5
ddl: add callback log ( #6549 )
2018-05-14 17:19:44 +08:00
28c21c9125
ddl: update the column's offset when we do modify column ( #6274 )
...
* ddl: fix modify column bug
2018-04-12 18:50:44 +08:00
7de583383c
ddl: make testleak be more stable. ( #6224 )
2018-04-04 20:33:48 +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
5943198358
*: Add the two states test ( #3804 )
...
* ddl: add different state tests
* ddl: update
* ddl: clean up
* ddl: add a comment
* ddl: make more readable
* ddl: add a comment
* ddl: add the error check
* ddl: address comments
2017-07-26 00:24:56 +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
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
f4c1311801
ddl: tiny clean up and update.
2015-11-10 14:24:30 +08:00
85126b0942
ddl: OnJobRunAfter -> OnJobUpdated
2015-11-10 09:34:43 +08:00