407d99967e
*: Refactor some code to support global system variable.
2015-10-26 14:35:06 +08:00
73fe94095b
*: Add index to global_variables table.
2015-10-23 17:20:37 +08:00
5993b6cd18
plans: Remove useless getInternalData
2015-10-21 14:36:45 +08:00
de767ac317
*: Fix failed cases in sqllogictest-expr
2015-10-21 13:15:17 +08:00
45f155b16e
Merge pull request #349 from pingcap/shenli/wrap-data
...
Shenli/wrap data
2015-10-20 21:54:28 +08:00
16c67665bf
*: Address comment
2015-10-20 17:13:37 +08:00
4aeaeada1d
*: clean up
2015-10-20 12:19:06 +08:00
c14b723d6a
*: Address comments
2015-10-19 20:51:44 +08:00
5ff8eb3877
kv: remove useless keyCmpFn from Seek/Next iterface.
2015-10-19 20:02:10 +08:00
3442b777ca
Merge remote-tracking branch 'origin/master' into shenli/wrap-data
2015-10-19 19:17:01 +08:00
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
365e957538
Merge remote-tracking branch 'origin/master' into shenli/wrap-data
2015-10-19 15:34:18 +08:00
fb3a51d834
*: checkIdent -> checkIdentAmbiguous
2015-10-19 12:51:53 +08:00
7976510b79
*: CheckReferAmbiguous -> GetIndex and update
2015-10-18 16:09:08 +08:00
9ef6a5357a
*: Address comment.
2015-10-18 09:52:43 +08:00
c464ae765a
*: on support ident refer
2015-10-18 08:55:31 +08:00
a260bbb6c8
*: add more clause type
2015-10-17 22:57:51 +08:00
9e091caef6
*: support ident refer in having.
2015-10-17 18:28:46 +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
9e73c8d4a8
*: use Ident refer for order by.
2015-10-17 14:20:19 +08:00
e280bc9b75
plan: address comment.
2015-10-17 12:23:19 +08:00
51e040c537
*: use visitor to update where field eval.
2015-10-17 11:50:09 +08:00
ef5c0141d8
*: merge master and fix conflict.
2015-10-17 11:31:05 +08:00
16c11ea4d0
rsets: fix select fields ident reference.
2015-10-17 10:47:37 +08:00
347b82a9ae
plans: use ExprEvalIdentReferFunc to get group key data.
2015-10-17 00:10:29 +08:00
20449b5d3f
plans: return indices after checking ambiguous.
2015-10-17 00:08:44 +08:00
a686daf0b4
Merge pull request #402 from pingcap/siddontang/check-ambiguous
...
update ambiguous check
2015-10-16 19:28:00 +08:00
3a97fa2f19
plans: Address comment
2015-10-16 19:23:43 +08:00
7c05c9d969
*: use IsQualifiedName
2015-10-16 19:07:53 +08:00
02f4a0a3b5
plans: fix comment typo
2015-10-16 15:51:23 +08:00
7c17ad0e52
*: cleanup.
2015-10-16 13:33:59 +08:00
b21bd114f8
*: fix ambiguous check
2015-10-16 13:25:09 +08:00
46b6b5f691
*: fix update arg field bug.
2015-10-16 13:14:01 +08:00
239fcabdf7
plans: add check ambiguous helper function
2015-10-16 11:29:29 +08:00
08e0491b5a
*: having adds SelectList field.
2015-10-16 10:13:21 +08:00
7716e6024d
plans: must use a new index plan for filter.
2015-10-15 09:48:41 +08:00
2ddd70898d
plans: return mysql error to pass sqlalchemy test
2015-10-14 21:39:10 +08:00
8e76265b30
Merge pull request #377 from pingcap/shenli/fix-hibernate-bug
...
Shenli/fix hibernate bug
2015-10-14 16:35:09 +08:00
e9ac43faf3
Merge pull request #381 from pingcap/siddontang/show-fake-table
...
check error for show plan.
2015-10-14 14:36:10 +08:00
284219a641
plans: check error for show plan.
2015-10-14 14:30:56 +08:00
c1f168673f
*: Address comment
2015-10-14 11:30:36 +08:00
d01821579e
*: Address comment
2015-10-14 11:06:09 +08:00
3a7e3ed2d0
*: Address comment
2015-10-14 10:38:18 +08:00
910f283381
*: Fix bug for info.go and add test case
2015-10-13 23:05:49 +08:00
12d5ea7f7d
plans: clone row data to prevent outer modification.
2015-10-13 21:39:08 +08:00
d50b6c5fcc
*: Fix hibernate bug about col.Flen/Decimal
2015-10-13 18:11:11 +08:00
647997a7e5
plans: join filter must use origin result fields
...
Fix #363
e,g, `select * from t as a`
The plan phase in from is table plan -> join plan, and we can only get
the alias name in join plan, so if we return origin table plan directly
in join Filter, we may get wrong result fields.
2015-10-13 10:04:49 +08:00
d594fd83d4
Merge pull request #354 from pingcap/siddontang/update-field-name
...
update field name
2015-10-12 21:49:22 +08:00
df24051cbf
*: Merge branch 'master' into siddontang/update-field-name
2015-10-12 10:09:09 +08:00