|
|
0b14ae4c3e
|
executor: support DO, BEGIN, COMMIT, ROLLBACK.
|
2016-02-16 11:30:18 +08: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 |
|
|
|
a29743ac9e
|
executor: replace memkv.Temp with *distinct.Checker in DistinctExec
|
2016-02-15 13:56:10 +08:00 |
|
|
|
3b30b67518
|
optimizer, executor: support Union statement and Select Distinct.
|
2016-02-15 13:30:08 +08:00 |
|
|
|
f164aa5f1e
|
*: Support delete in new plan
Move DeleteStmt from old plan to new plan.
|
2016-02-15 11:41:52 +08:00 |
|
|
|
7751cce4d4
|
Merge branch 'master' into coocood/new-update
Conflicts:
optimizer/plan/plans.go
|
2016-02-05 17:54:18 +08:00 |
|
|
|
12c40d67c4
|
Merge pull request #890 from pingcap/shenli/from-subquery
*: Support subselect in from clasue in new plan.
|
2016-02-04 15:58:19 +08:00 |
|
|
|
178c8d5b43
|
executor: address comment.
|
2016-02-04 15:44:39 +08:00 |
|
|
|
b3d70cc8d7
|
*: Fix bug in AggregateExec.Close()
Pass sqllogic test select
|
2016-02-04 14:41:31 +08:00 |
|
|
|
51a3148866
|
executor: support 'UPDATE' statement.
A test case is Skipped, which will be fixed in following PR.
|
2016-02-04 14:21:54 +08:00 |
|
|
|
502e810489
|
*: Support subselect in from clasue in new plan.
|
2016-02-04 00:11:10 +08:00 |
|
|
|
43a6bf20d5
|
Merge pull request #884 from pingcap/shenli/dev-subquery
Support subquery in new plan framework
|
2016-02-02 10:39:27 +08:00 |
|
|
|
a4503d3514
|
*: Address comment
|
2016-02-02 10:19:47 +08:00 |
|
|
|
0b60991c7c
|
*: Address comment
|
2016-02-01 17:40:52 +08:00 |
|
|
|
cb57f7a4a2
|
executor: Close executor in join
|
2016-02-01 15:28:32 +08:00 |
|
|
|
16bbb37382
|
Merge remote-tracking branch 'origin/master' into shenli/dev-subquery
Conflicts:
optimizer/plan/planbuilder_join.go
|
2016-02-01 14:41:35 +08:00 |
|
|
|
f7aab91490
|
Merge remote-tracking branch 'origin/master' into shenli/dev-subquery
Conflicts:
optimizer/optimizer.go
optimizer/plan/planbuilder.go
optimizer/resolver.go
|
2016-02-01 14:32:49 +08:00 |
|
|
|
7dc4196837
|
*: Support subquery in new plan
|
2016-02-01 08:47:23 +08:00 |
|
|
|
00771a5320
|
optimizer/plan: fix a bug
on condition should not attach to outer path.
|
2016-01-29 14:21:17 +08:00 |
|
|
|
0b04a20174
|
optimizer, executor: address comment.
|
2016-01-28 20:19:09 +08:00 |
|
|
|
8acdba3223
|
optimizer: address comment, fix null reject algorithm.
|
2016-01-27 17:35:44 +08:00 |
|
|
|
b61dbb569d
|
Merge branch 'master' into coocood/join
Conflicts:
optimizer/optimizer.go
|
2016-01-26 14:30:36 +08:00 |
|
|
|
e1122c2cf0
|
optimizer/plan: implements join
|
2016-01-26 13:22:31 +08:00 |
|
|
|
b63b4d47fc
|
*: Support having clause in new plan
|
2016-01-20 15:42:28 +08:00 |
|
|
|
69a6b619ce
|
Merge pull request #853 from pingcap/iamxy/fix-phpmyadmin
Fix bugs for running phpmyadmin
|
2016-01-19 20:33:10 +08:00 |
|
|
|
17d3fdbca2
|
executor: extract buildFilter method.
|
2016-01-19 12:37:13 +08:00 |
|
|
|
b52bd36000
|
optimizer: remove filter plan.
|
2016-01-18 16:22:53 +08:00 |
|
|
|
fa5283e0d9
|
optmizer: refactor optimizer.
|
2016-01-18 14:49:19 +08:00 |
|
|
|
5266298560
|
executor/converter,ast: Fix bugs for running phpmyadmin
1. Add ShowGrants to oldShow convert, phpmyadmin can run up now.
2. Fix a bug in Accept of FuncLocateExpr, handling the Pos arg of LOCATE() not given.
|
2016-01-18 12:17:18 +08:00 |
|
|
|
207c7673b9
|
*: update error code.
|
2016-01-16 13:21:06 +08:00 |
|
|
|
f22b98a641
|
*: Address comment
|
2016-01-14 12:32:35 +08:00 |
|
|
|
df975640f8
|
Merge remote-tracking branch 'origin/master' into shenli/group-by
|
2016-01-14 10:45:28 +08:00 |
|
|
|
f1d114a331
|
*: Support GroupByClause in new plan.
|
2016-01-14 10:25:06 +08:00 |
|
|
|
6894ffab77
|
executor: tiny clean up.
|
2016-01-12 12:09:43 +08:00 |
|
|
|
4bb35f1ae4
|
*: clean up executorBuilder.build and fix typo.
|
2016-01-12 00:01:08 +08:00 |
|
|
|
cab079d18d
|
executor/converter: sort statements in Convert function.
|
2016-01-11 20:18:46 +08:00 |
|
|
|
c1f44b9881
|
Merge pull request #835 from pingcap/shenli/new-plan-reorg
*: Refactor new plan work flow
|
2016-01-11 18:31:43 +08:00 |
|
|
|
dd5e520157
|
*: Refactor new plan work flow
|
2016-01-11 17:22:51 +08:00 |
|
|
|
4f0e90a95f
|
Merge remote-tracking branch 'origin/master' into shenli/dev-agg-count
Conflicts:
executor/executor.go
|
2016-01-11 14:00:53 +08:00 |
|
|
|
18ff43a511
|
*: Address comments
|
2016-01-11 11:25:16 +08:00 |
|
|
|
f996a0ce9c
|
*: Support count aggregate function in new plan and add unit tests.
|
2016-01-09 11:26:35 +08:00 |
|
|
|
7066bb4ea4
|
executor: update log
|
2016-01-07 13:08:07 +08:00 |
|
|
|
acd1ccfdac
|
executor: address comments
|
2016-01-07 11:26:05 +08:00 |
|
|
|
d7fecbdbea
|
*: address comments
|
2016-01-06 17:34:08 +08:00 |
|
|
|
6e895bc997
|
executor: add test
|
2016-01-06 15:09:14 +08:00 |
|
|
|
aba44d445c
|
Merge branch 'master' into zimuxia/inspectkv-sql
|
2016-01-06 12:46:32 +08:00 |
|
|
|
896ee778a2
|
*: address comments
|
2016-01-06 12:40:10 +08:00 |
|
|
|
0d3070a720
|
Merge branch 'master' into coocood/pk-handle2
Conflicts:
executor/executor.go
|
2016-01-04 11:48:10 +08:00 |
|