Commit Graph

2600 Commits

Author SHA1 Message Date
2ca2c8e61b Update readme links 2016-01-15 20:23:54 +08:00
6ca6984dd9 move CONTRIBUTING to root 2016-01-15 20:03:31 +08:00
14c5c67bb0 Merge pull request #843 from pingcap/shenli/issue-841
*: Change TypeVarchar to TypeVarString
2016-01-15 17:06:59 +08:00
0c0803a25d Merge pull request #844 from pingcap/coocood/fix-case-expr
optimiser/evaluator: fix case expression evaluation.
2016-01-15 17:06:06 +08:00
b6a0f5b170 optimiser/evaluator: fix case expression evaluation. 2016-01-15 13:37:49 +08:00
fda1fefa26 *: Change TypeVarchar to TypeVarString 2016-01-15 11:49:03 +08:00
70bfab8b30 Merge pull request #840 from pingcap/shenli/new-plan-groupby
Shenli/new plan groupby
2016-01-14 18:23:29 +08:00
7da9b268e5 *: Address comment 2016-01-14 16:00:08 +08:00
9a997f4b93 *: Add HasAggFlag function 2016-01-14 13:32:36 +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
dacbca82ab Merge pull request #839 from pingcap/qiuyesuifeng/cleanup
optimizer: tiny clean up.
2016-01-13 10:57:13 +08:00
c1e8a31028 optimizer: tiny clean up. 2016-01-12 17:47:26 +08:00
61a4ce5ad2 Merge pull request #838 from pingcap/qiuyesuifeng/cleanup
Tiny clean up.
2016-01-12 13:06:11 +08:00
eb5dbcfcd5 optimizer: address comment. 2016-01-12 12:42:11 +08:00
e904cd90d7 optimizer: tiny clean up. 2016-01-12 12:11:40 +08:00
6894ffab77 executor: tiny clean up. 2016-01-12 12:09:43 +08:00
2134e23a6e Merge pull request #837 from pingcap/shenli/refactor-distinct
Shenli/refactor distinct
2016-01-12 11:31:57 +08:00
bf455855fc ast: Replace memkv with a map for checking distinct 2016-01-12 11:02:26 +08:00
8eb866f476 distinct: Add a new distinct checker 2016-01-12 00:03:45 +08:00
4bb35f1ae4 *: clean up executorBuilder.build and fix typo. 2016-01-12 00:01:08 +08:00
129dcf892d Merge pull request #836 from pingcap/qiuyesuifeng/tiny-clean-up
Make better code review.
2016-01-11 22:27:39 +08:00
c0b22d334f ast: flag setter sort. 2016-01-11 21:46:16 +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
6de43ef9a7 Merge pull request #833 from pingcap/shenli/dev-agg-count
*: Support count aggregate function in new plan and add unit tests.
2016-01-11 18:10:40 +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
5d676e0505 Merge pull request #811 from pingcap/zimuxia/inspectkv-sql
*: Support inspectkv
2016-01-11 12:11:44 +08:00
a437d44690 ast: Address comments 2016-01-11 11:52:38 +08:00
18ff43a511 *: Address comments 2016-01-11 11:25:16 +08:00
xia
42e6fe0077 Merge branch 'master' into zimuxia/inspectkv-sql
Conflicts:
	parser/parser.y
2016-01-11 11:18:42 +08:00
f71da4c73c Merge pull request #834 from AkihiroSuda/builtin-version-function
builtin: add version()
2016-01-11 10:53:57 +08:00
xia
807531c256 table: address comments 2016-01-11 09:55:38 +08:00
2c5bfaebb0 builtin: add version() 2016-01-10 14:46:47 +00:00
760eb79a1a ast: Address comments 2016-01-10 22:17:30 +08:00
f996a0ce9c *: Support count aggregate function in new plan and add unit tests. 2016-01-09 11:26:35 +08:00
xia
7066bb4ea4 executor: update log 2016-01-07 13:08:07 +08:00
59ecc2a58d Merge pull request #823 from pingcap/zimuxia/unify-del-idx
ddl: Unify drop table index and tiny clean up
2016-01-07 13:03:18 +08:00
xia
acd1ccfdac executor: address comments 2016-01-07 11:26:05 +08:00
xia
e39a0fd28a Merge branch 'master' into zimuxia/inspectkv-sql
Conflicts:
	parser/parser.y
2016-01-07 11:02:58 +08:00
xia
f6bb202aae parser: address comments 2016-01-07 10:54:20 +08:00
d86639cd1b Merge pull request #830 from hhkbp2/add-time-function-dayname
builtin: add time function dayname()
2016-01-07 09:54:15 +08:00
b607c8504b builtin: add time function dayname()
add builtin time function dayname()
2016-01-06 20:11:31 +08:00
xia
d7fecbdbea *: address comments 2016-01-06 17:34:08 +08:00
xia
f4dece1cab table: update RowWithCols and add test 2016-01-06 15:09:45 +08:00
xia
6e895bc997 executor: add test 2016-01-06 15:09:14 +08:00
xia
aba44d445c Merge branch 'master' into zimuxia/inspectkv-sql 2016-01-06 12:46:32 +08:00
xia
896ee778a2 *: address comments 2016-01-06 12:40:10 +08:00