|
|
2bcf7865c1
|
Merge pull request #917 from nieyy/master
performance_schema: add initial support for statement instruments
|
2016-02-24 09:52:58 +08:00 |
|
|
|
b16875f250
|
performance_schema: Add initial support for statement instruments
|
2016-02-23 20:38:44 +08:00 |
|
|
|
77bedd0794
|
Merge pull request #914 from pingcap/zimuxia/show-ddl
*: Support show background DDL info
|
2016-02-22 11:40:01 +08:00 |
|
|
|
79eb12187b
|
*: rename GetDDLBgInfo to GetBgDDLInfo
|
2016-02-22 11:27:19 +08:00 |
|
|
|
060833e906
|
Merge pull request #912 from pingcap/coocood/table-seek
*: add `Table.Seek` method and use handle for RowKeyEntry.
|
2016-02-21 21:59:40 +08:00 |
|
|
|
9df628be49
|
executor: check error first then check found.
|
2016-02-20 12:28:09 +08:00 |
|
|
|
6bb3ce2e4c
|
Merge pull request #915 from pingcap/coocood/plan-accept
optimizer/plan: fix Accept method for plans.
|
2016-02-20 11:57:45 +08:00 |
|
|
|
6188d96f33
|
optimizer/plan: fix Accept method for plans.
|
2016-02-19 19:40:22 +08:00 |
|
|
|
5d92bac8a5
|
*: support show ddl background info
|
2016-02-19 18:12:46 +08:00 |
|
|
|
3eeae36277
|
Merge pull request #913 from pingcap/coocood/fix-build
*:fix build after Table interface change.
|
2016-02-19 17:36:12 +08:00 |
|
|
|
314fea7954
|
*:fix build after Table interface change.
|
2016-02-19 17:27:49 +08:00 |
|
|
|
37585a0022
|
Merge pull request #909 from pingcap/coocood/show
executor: support Show statement.
|
2016-02-19 17:17:06 +08:00 |
|
|
|
2c66123d72
|
executor: use struct{} for map value.
|
2016-02-19 16:24:43 +08:00 |
|
|
|
b47cf737c8
|
*: add Table.Seek method and use handle for RowKeyEntry.
Avoid calling `table/tables` methods in `executor`, makes `Table` interface independent.
|
2016-02-19 14:31:04 +08:00 |
|
|
|
c818e51be8
|
Merge pull request #911 from pingcap/coocood/fix-ddltest
optimizer: only create public result fields for table.
|
2016-02-19 12:17:23 +08:00 |
|
|
|
b9d8a0a0a0
|
Merge pull request #910 from pingcap/coocood/refactor-table
*: simplify 'table.Table` interface.
|
2016-02-19 12:05:36 +08:00 |
|
|
|
501c876459
|
optimizer: only create public result fields for table.
Fix `make ddl_test`.
|
2016-02-19 11:22:30 +08:00 |
|
|
|
871679be04
|
Merge pull request #889 from pingcap/zimuxia/bg-job-stats
*: Support show current background job info
|
2016-02-19 10:09:12 +08:00 |
|
|
|
011162b8fb
|
ddl: update stats tests and background worker tests
|
2016-02-19 10:02:06 +08:00 |
|
|
|
4b82c15cf3
|
ddl: support get background job info
|
2016-02-19 10:01:59 +08:00 |
|
|
|
ec475aae5f
|
*: simplify 'table.Table` interface.
Makes it easier to implement a in-memory table.
|
2016-02-18 20:58:53 +08:00 |
|
|
|
58e667fb5f
|
executor: support Show statement.
|
2016-02-18 15:49:19 +08:00 |
|
|
|
83955b9ce5
|
Merge pull request #908 from pingcap/coocood/ddl
executor: support DDL statements.
|
2016-02-17 21:50:52 +08:00 |
|
|
|
4f2f242fdf
|
executor: support DDL statements.
|
2016-02-17 16:36:26 +08:00 |
|
|
|
2173c8d82e
|
Merge pull request #907 from pingcap/shenli/del-grant
*: Remove stmts/grant.go stmts/grant_test.go
|
2016-02-17 15:37:15 +08:00 |
|
|
|
5d3b81ac7a
|
*: Remove stmts/grant.go stmts/grant_test.go
|
2016-02-17 15:31:05 +08:00 |
|
|
|
0ff85e73ac
|
Merge pull request #905 from pingcap/shenli/grant
*: Support grant stmt in new plan.
|
2016-02-17 15:27:56 +08:00 |
|
|
|
91d8f6c151
|
Merge pull request #906 from pingcap/coocood/coldef
parser/coldef: remove dependency on `expression`.
|
2016-02-17 14:57:56 +08:00 |
|
|
|
138a40eca7
|
*: Support grant stmt in new plan.
|
2016-02-17 14:51:07 +08:00 |
|
|
|
f0326086aa
|
parser/coldef: remove dependency on expression.
|
2016-02-17 14:12:08 +08:00 |
|
|
|
24050da3bd
|
Merge pull request #904 from pingcap/shenli/replace
*: Support replace stmt in new plan
|
2016-02-17 10:52:32 +08:00 |
|
|
|
a60199f5cd
|
*: Support replace stmt in new plan
|
2016-02-17 10:43:21 +08:00 |
|
|
|
f57c558c10
|
Merge pull request #902 from pingcap/shenli/newplan-insert
Support InsertStmt in new plan
|
2016-02-16 19:12:32 +08:00 |
|
|
|
5461e6256b
|
*: Support InsertStmt in new plan.
|
2016-02-16 17:50:33 +08:00 |
|
|
|
29cf5784ef
|
Merge pull request #903 from pingcap/coocood/simple
executor: support more simple statements
|
2016-02-16 17:25:20 +08:00 |
|
|
|
237c4f6be6
|
executor: support CreateUserStmt, SetPwdStmt.
|
2016-02-16 16:13:09 +08:00 |
|
|
|
194bdc4788
|
Merge pull request #900 from nieyy/master
performance_schema: support insert operation
|
2016-02-16 15:02:42 +08:00 |
|
|
|
0b14ae4c3e
|
executor: support DO, BEGIN, COMMIT, ROLLBACK.
|
2016-02-16 11:30:18 +08:00 |
|
|
|
4e90674b39
|
performance_schema: revised according to cuiqiu's comments
|
2016-02-16 10:59:52 +08:00 |
|
|
|
8c7d7d2680
|
Merge pull request #901 from pingcap/coocood/simple
executor, optimizer: add simple plan and executor, implement UseStmt.
|
2016-02-16 10:09:34 +08:00 |
|
|
|
fa7e3da5d5
|
Merge pull request #896 from steffengy/master
driver: imitate mysql driver, allow access to time.Time directly
|
2016-02-15 21:29:32 +08:00 |
|
|
|
544e47be12
|
driver: imitate mysql driver's ?parseTime=true, direct access to time.Time
|
2016-02-15 13:41:44 +01:00 |
|
|
|
db2328b821
|
executor: split test file.
|
2016-02-15 19:45:24 +08:00 |
|
|
|
e0fac78a96
|
executor: support SetStmt and SetCharsetStmt.
|
2016-02-15 19:30:20 +08:00 |
|
|
|
3ba53a31b1
|
executor, optimizer: add simple plan and executor, implement UseStmt.
|
2016-02-15 17:32:00 +08:00 |
|
|
|
7efb4d1732
|
performance_schema: revised according to shenli&cuiqiu's comments
|
2016-02-15 17:13:54 +08:00 |
|
|
|
432b66d063
|
performance_schema: support insert operation
|
2016-02-15 15:24:42 +08:00 |
|
|
|
b02b07fc94
|
Merge pull request #899 from pingcap/coocood/union
optimizer, executor: support Union statement and Select Distinct.
|
2016-02-15 14:53:35 +08:00 |
|
|
|
49f231cdeb
|
optimizer: tiny clean up, remove useless code.
|
2016-02-15 14:43:09 +08:00 |
|
|
|
a29743ac9e
|
executor: replace memkv.Temp with *distinct.Checker in DistinctExec
|
2016-02-15 13:56:10 +08:00 |
|