|
|
533fac12b8
|
*: support create table with range type table partition. (#6251)
|
2018-04-12 21:56:27 +08:00 |
|
|
|
ccf6da1a46
|
*: rename NextChunk to Next (#6214)
|
2018-04-03 20:00:30 +08:00 |
|
|
|
ab47fc387f
|
executor: remove Next for DDLExec (#6013)
|
2018-03-12 14:58:19 +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 |
|
|
|
47cbc0bfce
|
*: remove varsutil package, make Systems a private member of SessionVars (#5544)
|
2018-01-25 01:43:07 -06:00 |
|
|
|
e9c6cc6154
|
executor: support Chunk for DDLExec (#5417)
|
2017-12-15 20:40:58 +08:00 |
|
|
|
fb610e6429
|
*: change executor Next() interface to Next(goctx.Context) (#5223)
|
2017-11-26 21:17:33 -06:00 |
|
|
|
02f6bb27c7
|
*: remove goCtx from session struct (#5174)
1. go context should not be stored
2. change Executor interface to Open(goctx.Context)
3. many other changes forced by this refactor
|
2017-11-22 02:17:38 -06:00 |
|
|
|
f828016e9f
|
*: move sessionctx/domainctx.go to domain package (#5168)
|
2017-11-22 13:41:58 +08:00 |
|
|
|
cd5c665c8c
|
executor: use baseExecutor for all Executors (#5087)
Makes it easy to add new method on Executor interface.
|
2017-11-13 21:06:31 +08:00 |
|
|
|
62433663e5
|
util/types: change types path (#5007)
* util/types: change types path
|
2017-11-04 10:37:14 -05:00 |
|
|
|
f5fd467f46
|
*: change terror.ErrorEqual to Error.Equal, which is more effetive (#4217)
|
2017-08-17 20:06:48 +08:00 |
|
|
|
c7c248eb91
|
executor: change struct row to []types.Datum (#4072)
|
2017-08-09 18:37:57 +08:00 |
|
|
|
e94996addf
|
*: add parser support for multiple tables renaming (#3892)
|
2017-07-27 20:01:24 +08:00 |
|
|
|
a19ad3f480
|
ddl: support create index with type and comment (#3814)
|
2017-07-20 19:01:14 +08:00 |
|
|
|
62450b9024
|
Use etcd to speed up DDL process
Add the mock owner-manager and schema-syncer and enable using etcd to speed up DDL process by default.
|
2017-06-04 10:00:41 +08:00 |
|
|
|
ad52a2462c
|
executor: add open inteferce for Executor. (#3221)
|
2017-05-09 21:13:22 +08:00 |
|
|
|
eba4e7138b
|
privilege: clean up some old code (#3005)
|
2017-04-06 22:43:46 +08:00 |
|
|
|
b9deb5e7aa
|
privilege: rename interface name from Checker to Manager (#2969)
|
2017-03-31 10:55:38 +08:00 |
|
|
|
61868f44dc
|
*: Support the statement of "create table ... like" (#2707)
|
2017-02-22 23:57:04 +08:00 |
|
|
|
7965666bce
|
executor: ajust some code. (#2574)
|
2017-01-30 09:45:50 +08:00 |
|