|
|
d7db368307
|
tidb-server: Change default log level to info (#1508)
|
2016-07-27 17:38:06 +08:00 |
|
|
|
d17c49df80
|
*: update pd-client (#1505)
|
2016-07-27 16:07:41 +08:00 |
|
|
|
9a5809943d
|
*: fix show procedure status resolving error. (#1507)
|
2016-07-27 15:02:44 +08:00 |
|
|
|
8ad34f0ad9
|
parser: use yyLex.Error instead of (*lex).err (#1492)
|
2016-07-27 14:42:40 +08:00 |
|
|
|
b42dae814a
|
parser: move charset/collation/list fields to parser from lexer (#1491)
|
2016-07-27 11:20:31 +08:00 |
|
|
|
2b4acb0caf
|
support cbo (#1498)
|
2016-07-27 11:10:52 +08:00 |
|
|
|
128af2e92a
|
parser: store sql string in parser and move offset related method (#1493)
|
2016-07-27 10:50:06 +08:00 |
|
|
|
c2831f6290
|
*: put goyacc tool into vendor (#1499)
|
2016-07-27 10:30:10 +08:00 |
|
|
|
04da3d2f8b
|
parser: add testcases for lexer (#1503)
|
2016-07-26 13:01:32 +08:00 |
|
|
|
66198e6ce4
|
store/tikv: fix an unlock bug (#1502)
|
2016-07-25 17:42:56 +08:00 |
|
|
|
ffcd3ba927
|
*: Add docs repo link in README.md (#1501)
|
2016-07-25 17:32:47 +08:00 |
|
|
|
5fee2ffd9b
|
parser: clean up unused code (#1480)
|
2016-07-25 15:21:45 +08:00 |
|
|
|
53cbe0c534
|
mysql: add MyDecimal data type. (#1486)
|
2016-07-25 14:12:59 +08:00 |
|
|
|
212ba73b4a
|
util/codec: encode int64 to varint if not comparable (#1448)
|
2016-07-25 12:52:06 +08:00 |
|
|
|
6abc5d88b7
|
types: Fix bug for CalculateSum (#1497)
|
2016-07-25 12:04:53 +08:00 |
|
|
|
f5a6c962b5
|
*: Change ctx.Value from interface{} to Datum (#1494)
|
2016-07-25 10:42:54 +08:00 |
|
|
|
4eec6caf58
|
*: Fix issue#1435 (#1467)
* *: fix issue 1435
|
2016-07-23 19:08:15 +08:00 |
|
|
|
f780dc448f
|
travis: Add go1.7rc3 (#1489)
|
2016-07-23 18:03:57 +08:00 |
|
|
|
432df5458b
|
*: aggregate related code cleanup (#1488)
|
2016-07-23 14:29:52 +08:00 |
|
|
|
819703589b
|
tidb-server: Add system time monitor for detecting if system time jum… (#1484)
* tidb-server: tidb-server: Add monitor for detecting if system time jump backward
* update to latest systimemon package
|
2016-07-22 19:52:05 +08:00 |
|
|
|
ba59e7975c
|
executor: Support aggregate push down in new index scan executor (#1485)
|
2016-07-22 18:03:55 +08:00 |
|
|
|
7ea65164c8
|
tikv: Enable xapi for avg/max/min (#1487)
|
2016-07-22 16:52:00 +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 |
|
|
|
cbddbcdcd0
|
*: fix add record panic (#1482)
|
2016-07-22 08:38:18 +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 |
|
|
|
deac77f39f
|
store/tikv: use defer to cleanup keys. (#1474)
|
2016-07-20 13:13:57 +08:00 |
|
|
|
945fd1d371
|
*: add error trace (#1477)
|
2016-07-20 11:50:33 +08:00 |
|
|
|
8749945b0c
|
*: add builtin function greatest (#1463)
|
2016-07-20 11:32:14 +08:00 |
|
|
|
3e7269eec1
|
*: remove the useless argument in exec (#1475)
|
2016-07-20 11:04:41 +08:00 |
|
|
|
537abcbd84
|
parser: Allow "no" as an identifier (#1476)
|
2016-07-20 10:46:31 +08:00 |
|
|
|
1a10e4737a
|
fix bug of interpreter. (#1473)
|
2016-07-19 19:26:17 +08:00 |
|
|
|
c5c7ffdeb3
|
fix bug about aggr ppd. (#1472)
|
2016-07-19 14:20:12 +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 |
|
|
|
e402fc81ab
|
*: add constraint for the length of the index prefix (#1462)
|
2016-07-18 13:03:39 +08:00 |
|
|
|
11d642520b
|
fix a bug that select null from a index table. (#1464)
|
2016-07-18 12:01:31 +08:00 |
|
|
|
ebcf42b371
|
parser: add a benchmark test for Parse (#1450)
|
2016-07-18 11:18:25 +08:00 |
|
|
|
c4bf16d888
|
tikv: Enable Plus and Sum for xapi. (#1445)
|
2016-07-18 10:51:32 +08:00 |
|
|
|
bd10f50e26
|
localstore xapi max/min (#1455)
Support Max and Min for localstore xapi.
|
2016-07-17 17:44:59 +08:00 |
|
|
|
7654b6b5d5
|
*: Support sleep function (#1457)
* *: support sleep function
* evaluator: add SQL mode judgement
|
2016-07-16 13:48:45 +08:00 |
|
|
|
61cdf69d16
|
parser: Support show keys statement (#1460)
|
2016-07-16 13:46:16 +08:00 |
|
|
|
fe6386706e
|
*: Update pd/kvproto vendor and change mock-pd interface (#1456)
|
2016-07-15 22:38:50 +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 |
|
|
|
a16baa5d6d
|
*: Add switch for newplanner (#1458)
|
2016-07-15 14:09:23 +08:00 |
|
|
|
04eccb93f0
|
plan: fix like empty pattern panic. (#1449)
|
2016-07-14 17:57:38 +08:00 |
|