Commit Graph

200 Commits

Author SHA1 Message Date
06e7e891af Merge pull request #414 from pingcap/goroutine/rename
*: Rename mysqldef to mysql
2015-10-19 16:35:29 +08:00
29369dba8f *: Rename mysqldef to mysql 2015-10-19 16:26:43 +08:00
d9ad324f1b Merge pull request #409 from pingcap/siddontang/refactor-ident
refactor ident
2015-10-19 16:03:23 +08:00
dac7b00e9e Merge branch 'master' into qiuyesuifeng/date_add_func 2015-10-19 14:35:23 +08:00
cee3cec506 expression: Address comment. 2015-10-19 14:21:45 +08:00
83086b57a7 *: Address comment. 2015-10-19 14:11:41 +08:00
16836344a5 *: fix aggregate arg check panic. 2015-10-18 14:33:50 +08:00
9ef6a5357a *: Address comment. 2015-10-18 09:52:43 +08:00
4fa9744359 Merge pull request #404 from pingcap/qiuyesuifeng/refactor-on-where-ident
Refactor where field eval by using fromIdentVisitor.
2015-10-17 15:02:20 +08:00
ef5c0141d8 *: merge master and fix conflict. 2015-10-17 11:31:05 +08:00
894a009f40 expression: tiny clean up. 2015-10-17 11:05:20 +08:00
859f2d5ffc expression: update Ident evaluation. 2015-10-17 00:08:57 +08:00
80a3c14e61 expression: aggregate function can't have agg in arg 2015-10-16 21:43:39 +08:00
8faca5e3f9 expression: add refer field for Ident 2015-10-16 19:09:28 +08:00
7c05c9d969 *: use IsQualifiedName 2015-10-16 19:07:53 +08:00
1d7a14f355 *: address comments. 2015-10-15 23:14:36 +08:00
019ea8c77d expression: add more test. 2015-10-14 16:18:38 +08:00
9f2bb45e3a expression: add date_add function test. 2015-10-14 15:15:56 +08:00
a1a274142b expression: update date_add time output. 2015-10-14 15:14:52 +08:00
d049936db3 *: move extract functions to time.go 2015-10-14 15:14:22 +08:00
fe6f12f9e5 expression: complete date add function. 2015-10-13 20:35:55 +08:00
9855c89e5b expression: add date_add func skeleton. 2015-10-13 15:52:51 +08:00
9e8ce41f33 expression: fix escape string format. 2015-10-12 17:41:11 +08:00
001a9f923d *: merge master and fix conflict 2015-10-12 17:36:31 +08:00
5c185e807f Merge pull request #358 from fuxiaohei/master
use int64 instead int type, for x86 compilation
2015-10-12 14:10:37 +08:00
fud
8f4e2b93de use int64 instead int type,for x32 compilation 2015-10-12 13:33:44 +08:00
3c98e2f359 Merge remote-tracking branch 'origin/master' into shenli/trim
Conflicts:
	parser/parser_test.go
2015-10-12 11:43:12 +08:00
d32e4f5153 *: support like escape 2015-10-12 09:56:52 +08:00
38abb35769 *: Support trim function
See: https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_trim
2015-10-10 14:57:40 +08:00
a3f17ab8f7 *: merge master and fix conflict. 2015-10-10 10:53:08 +08:00
8b13dfc4f8 Merge pull request #327 from pingcap/siddontang/fix-issue-324
expression: create a new aggregate distinct if not.
2015-10-10 10:44:55 +08:00
e92e66265c expression: Address comment. 2015-10-10 10:29:48 +08:00
bf01d51662 Merge pull request #330 from pingcap/shenli/locate
*: Support locate function
2015-10-10 09:53:11 +08:00
8b6121931e Merge pull request #262 from pingcap/coocood/fix-index-plan
plans:fix a bug in index plan
2015-10-10 09:13:52 +08:00
ebe12aa2da Merge remote-tracking branch 'origin/master' into shenli/locate 2015-10-09 23:19:42 +08:00
d96d5fc759 expression: Address comments 2015-10-09 23:16:03 +08:00
ccb7f12677 plan: move IdentEvalVisitor to plans package and use Getcdentvalue function. 2015-10-09 19:23:35 +08:00
af042795cf expression: Address comment. 2015-10-09 17:55:20 +08:00
38f95c0d0a builtin: remove extract implement 2015-10-09 11:29:29 +08:00
3514b33fc3 *: use Extract expression 2015-10-09 11:29:09 +08:00
2cb8da73b1 expression: add test for distinct with multi eval args. 2015-10-09 10:25:46 +08:00
698c0dd8d0 builtin: support time extract 2015-10-09 09:40:52 +08:00
0bc684868f *: Support locate function
See: https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_locate
2015-10-08 16:26:15 +08:00
dd8116a4b3 builtin: add current date function 2015-10-08 15:59:31 +08:00
23a8c928e6 expression: Address comment 2015-10-08 15:13:09 +08:00
7162697523 expression: create a new aggregate distinct if not.
Fix #324
2015-10-08 15:03:28 +08:00
21793f225a Merge pull request #316 from pingcap/qiuyesuifeng/fix-294
Fix #294.
2015-10-08 12:03:31 +08:00
039bbc6c44 builtin: Address comment 2015-10-07 12:14:21 +08:00
a18c3ddb99 builtin: support lower and upper string function 2015-10-07 12:02:54 +08:00
e8baa91cc5 builtin: update string length 2015-10-07 11:46:56 +08:00