|
|
e2dfc21c25
|
resolve having correctly. (#1552)
|
2016-08-04 14:10:15 +08:00 |
|
|
|
d639c0aa54
|
support single index read. (#1538)
|
2016-08-02 16:13:50 +08:00 |
|
|
|
6499d8aea0
|
store/tikv: mantain lastTS in pd oracle. (#1530)
|
2016-08-02 13:21:52 +08:00 |
|
|
|
08c69c8ffb
|
executor: Fix limit bugs in new xapi executor (#1535)
|
2016-08-02 10:10:43 +08:00 |
|
|
|
9a53a54fe7
|
fix a bug when push down conditions. (#1531)
|
2016-08-01 17:18:09 +08:00 |
|
|
|
9574322317
|
support join reorder. (#1522)
|
2016-08-01 15:57:47 +08:00 |
|
|
|
d2b4ad8814
|
*: Pass make race (#1521)
|
2016-07-29 18:45:55 +08:00 |
|
|
|
b0e4096f3c
|
fix bug of limit. (#1515)
|
2016-07-28 17:58:13 +08:00 |
|
|
|
60d0c97721
|
Hanfei/newplan (#1513)
|
2016-07-28 14:11:57 +08:00 |
|
|
|
9a5809943d
|
*: fix show procedure status resolving error. (#1507)
|
2016-07-27 15:02:44 +08:00 |
|
|
|
2b4acb0caf
|
support cbo (#1498)
|
2016-07-27 11:10:52 +08:00 |
|
|
|
f5a6c962b5
|
*: Change ctx.Value from interface{} to Datum (#1494)
|
2016-07-25 10:42:54 +08:00 |
|
|
|
432df5458b
|
*: aggregate related code cleanup (#1488)
|
2016-07-23 14:29:52 +08:00 |
|
|
|
ba59e7975c
|
executor: Support aggregate push down in new index scan executor (#1485)
|
2016-07-22 18:03:55 +08:00 |
|
|
|
c66576ba05
|
Support aggregate push down in new executor (#1483)
Support aggregate push down for NewXSeelctTableExec.
|
2016-07-22 13:15:41 +08:00 |
|
|
|
b33ab24109
|
*: Support set variable to default value. (#1481)
To set a SESSION variable to the GLOBAL value or a GLOBAL value to the compiled-in MySQL default value, use the DEFAULT keyword.
See http://dev.mysql.com/doc/refman/5.7/en/set-statement.html
|
2016-07-22 10:23:03 +08:00 |
|
|
|
1e6e1ca6f0
|
*: Support binlog stmt (#1479)
Parse and ingore it.
|
2016-07-21 13:39:15 +08:00 |
|
|
|
7282f4283b
|
add not push down during refining. (#1478)
|
2016-07-21 10:31:08 +08:00 |
|
|
|
1a10e4737a
|
fix bug of interpreter. (#1473)
|
2016-07-19 19:26:17 +08:00 |
|
|
|
35133ef397
|
support semijoin without aux column, support semijoin for insubquery. (#1461)
|
2016-07-19 11:36:32 +08:00 |
|
|
|
5896bb9b64
|
fix a panic bug for subquery. (#1468)
|
2016-07-18 18:45:18 +08:00 |
|
|
|
ed8bda4035
|
support select lock. (#1466)
|
2016-07-18 15:50:44 +08:00 |
|
|
|
fea1d3e8ff
|
fix a panic bug about subquery. (#1465)
|
2016-07-18 14:18:58 +08:00 |
|
|
|
11d642520b
|
fix a bug that select null from a index table. (#1464)
|
2016-07-18 12:01:31 +08:00 |
|
|
|
bd10f50e26
|
localstore xapi max/min (#1455)
Support Max and Min for localstore xapi.
|
2016-07-17 17:44:59 +08:00 |
|
|
|
815d2fd6b5
|
*: Add reason log for rollback txn (#1453)
|
2016-07-15 18:05:35 +08:00 |
|
|
|
224fc0596b
|
support semi-join for exists. (#1454)
|
2016-07-15 14:46:03 +08:00 |
|
|
|
04eccb93f0
|
plan: fix like empty pattern panic. (#1449)
|
2016-07-14 17:57:38 +08:00 |
|
|
|
e068bc5c8e
|
refine code (#1447)
|
2016-07-14 14:41:03 +08:00 |
|
|
|
7c3c45a83c
|
*: Support avg for localstore xapi (#1446)
|
2016-07-14 12:34:58 +08:00 |
|
|
|
fda013b080
|
ddl: set default value to zero value when add a not null column. (#1443)
|
2016-07-14 10:57:34 +08:00 |
|
|
|
2f697eb987
|
support index scan. (#1440)
|
2016-07-13 18:16:51 +08:00 |
|
|
|
cf0be8a233
|
executor: remove useless getTable function (#1439)
|
2016-07-13 11:26:43 +08:00 |
|
|
|
13910f108c
|
ddl: fix ddl update join table. (#1426)
|
2016-07-12 12:52:18 +08:00 |
|
|
|
2a24c3adac
|
executor: Fix go vet (#1427)
|
2016-07-11 20:29:08 +08:00 |
|
|
|
cbac6da6ee
|
*: Remove SetCharsetStmt, use SetStmt instead (#1422)
"set @@session.sql_mode=1, names utf8, charset utf8;" is a valid sql statement.
|
2016-07-11 16:22:33 +08:00 |
|
|
|
8c504c4795
|
*: remove splitQualifiedName, joinQualifiedName, and update comments. (#1423)
|
2016-07-11 16:06:53 +08:00 |
|
|
|
e35c7ce6eb
|
support nested subquery and fix bug of setting variable (#1412)
|
2016-07-09 20:25:51 +08:00 |
|
|
|
61ada26dc4
|
Support sum in xapi. (#1409)
|
2016-07-08 19:59:13 +08:00 |
|
|
|
c2d4337c44
|
kv: update goleveldb/memdb repo which remove unnecessary rand.NewSource (#1410)
|
2016-07-07 17:45:00 +08:00 |
|
|
|
257df744bb
|
fix bugs of insert and subquery (#1406)
|
2016-07-07 17:12:14 +08:00 |
|
|
|
db4cdcfaec
|
parser: reduce memory allocation (#1408)
|
2016-07-07 16:42:30 +08:00 |
|
|
|
e687f908d3
|
*: tiny clean up (#1404)
|
2016-07-07 09:50:45 +08:00 |
|
|
|
05353c271a
|
executor: support new table scan executor (#1401)
|
2016-07-06 16:08:38 +08:00 |
|
|
|
6ab4cc5877
|
fix a lot of bugs about agg and having. (#1395)
|
2016-07-06 15:49:53 +08:00 |
|
|
|
452637dccb
|
*: Convert RegexpExpr to ScalarFuntion and check the arguments length of builtin functions (#1388)
* *: convert RegexpExpr to ScalarFuntion and add check arguments length
|
2016-07-05 12:37:23 +08:00 |
|
|
|
5408833b9a
|
ddl: improve ddl test (#1387)
|
2016-07-05 11:21:50 +08:00 |
|
|
|
0450ba0b47
|
*: unify "See url" format (#1391)
* *: unify "See url" format
|
2016-07-05 11:21:10 +08:00 |
|
|
|
5520e266dc
|
*: Convert CaseExpr to ScalarFunction and clean up (#1377)
* *: support CaseExpr to ScalarFunction and tiny clean up
|
2016-07-04 15:15:44 +08:00 |
|
|
|
c72917d6e8
|
support cast and change the name of expression select field. (#1373)
|
2016-07-04 14:27:07 +08:00 |
|