Commit Graph

21 Commits

Author SHA1 Message Date
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
cab079d18d executor/converter: sort statements in Convert function. 2016-01-11 20:18:46 +08:00
e45c31b89d Merge pull request #754 from hhkbp2/complete-adddate,subdate-functions
add ast evaluation for date arith
2015-12-29 14:35:00 +08:00
405e6c57d4 add ast evaluation for date arith 2015-12-29 11:42:02 +08:00
56ae5f3611 Merge pull request #751 from pingcap/coocood/prepare
executor: implement executor for prepared statement.
2015-12-23 18:12:32 +08:00
4ea31357ae *: Support show index from table 2015-12-22 23:05:06 +08:00
cce746ee8a Merge branch 'master' into coocood/prepare
Conflicts:
	session.go
2015-12-22 13:24:57 +08:00
a6a9b13f99 Merge pull request #763 from pingcap/shenli/show-procedure
*: Support show procedure status syntax
2015-12-22 09:33:50 +08:00
eae212ba73 converter: Address comment 2015-12-22 09:01:52 +08:00
25d883da3c *: Address comment 2015-12-22 00:17:12 +08:00
2015287078 *: Fix bug in convert_expr.go that miss SubstringIndexExpr 2015-12-21 22:37:51 +08:00
2fe9938ca0 *: Support show procedure status syntax 2015-12-21 12:15:56 +08:00
dcdb32dbde plan. executor: support prepared statement. 2015-12-18 16:56:08 +08:00
bbb5a5ead6 converter: don's convert to old *expression.Position, convert to value instead.
It will be casted to position expression by `rests.castPosition`
2015-12-15 14:44:47 +08:00
1a17ea014e Merge remote-tracking branch 'origin/master' into shenli/fix-issue-694 2015-12-09 17:53:33 +08:00
429716fc37 optimizer, executor: address comment. 2015-12-07 16:16:34 +08:00
546d9a8ef8 Merge branch 'master' into coocood/new-plan
Conflicts:
	ddl/ddl_test.go
2015-11-27 19:51:11 +08:00
49bc1c8d9c executor: fix bugs, pass more tests. 2015-11-18 17:19:43 +08:00
9af46bbdb6 Merge branch 'master' into coocood/new-plan 2015-11-18 10:06:35 +08:00
c6888526ec executor: pass more tests. 2015-11-17 21:50:00 +08:00
c01af56fc3 executor, optimizer: new executor and optimizer implementation 2015-11-13 23:24:10 +08:00