Commit Graph

3508 Commits

Author SHA1 Message Date
40dd366203 executor: Use multiple goroutines to do join (#1591) 2016-08-22 15:03:11 +08:00
c90d91cba9 *: Support insert ignore (#1579)
Ignore duplicate key errors for insert ignore stmt, Fix #1570
2016-08-22 14:18:56 +08:00
b082eb666e *: update kvproto. (#1615) 2016-08-22 11:13:05 +08:00
b2e8aa93e9 #1586 support MySQL multi-packet packets (#1588) 2016-08-22 10:02:40 +08:00
27ae3a2f98 *: Cleanup UseNewPlanner (#1614) 2016-08-21 21:20:06 +08:00
3752e706c0 *: When sort data by scanning pkcol, xapi TableScan response should keep order (#1612) 2016-08-21 09:46:34 +08:00
e4ac5301ce remove useless code. (#1609) 2016-08-20 16:00:20 +08:00
c3e3366061 *: Use gogo/protobuf for proto between tidb and tikv (#1610) 2016-08-20 10:32:44 +08:00
99c3bba7c7 xapi: Async fetch xapi result (#1599) 2016-08-19 17:16:38 +08:00
6e878144e5 support UPDATE and DELETE in new plan (#1582) 2016-08-19 14:35:39 +08:00
6b77129023 *: Use gogo Marshal/Unmarshal (#1605) 2016-08-18 22:04:59 +08:00
f7d89362a9 ddl: Fix isReorgRunnable owner bug and update log (#1602)
* ddl: fix isReorgRunnable owner bug
2016-08-18 19:31:37 +08:00
c83b69f125 domain: add log (#1604) 2016-08-18 19:11:53 +08:00
469580ffd0 Use gogo proto for tipb (#1603) 2016-08-18 18:03:40 +08:00
083da90693 mysql: refine decimal (#1598)
Prepare for replace old decimal.
2016-08-18 16:10:45 +08:00
f1e358680b *: remove scanner.go from gitignore (#1601) 2016-08-18 15:47:09 +08:00
3eb6f4f513 parser: remove the old lexer, clean up (#1597) 2016-08-18 14:29:45 +08:00
b3a7272db7 *: enable tikv index aggregate (#1594) 2016-08-17 22:32:10 +08:00
96fe96a6c4 *: Add keepOrder parameter for xapi.Select (#1596)
Not all xapi request should return in key order.
2016-08-17 17:27:16 +08:00
0c539124ff travis: Use golang 1.7 (#1593) 2016-08-16 10:57:10 +08:00
6ccbfb2231 mysql: fix time parse (#1592) 2016-08-16 10:56:25 +08:00
4a2f5ba1b7 *: Abstract coprocess result to interface (#1587) 2016-08-16 10:44:16 +08:00
a3eac844ae *: Support set names binary (#1578) 2016-08-15 22:25:23 +08:00
39e4d52bd7 *: support index where and aggregate push down. (#1567) 2016-08-15 20:03:52 +08:00
ac4b8c90b6 parser: fix a lex bug (#1590)
fix bug `numeric` recognised as numericType in new lexer
2016-08-15 16:59:09 +08:00
c246e8f631 Merge pull request #1589 from pingcap/hanfei/false
optimize when condition is false constant.
2016-08-15 16:15:12 +08:00
22c187e9c5 fix a bug 2016-08-15 14:12:38 +08:00
e5085ad808 Merge branch 'master' into hanfei/false 2016-08-15 11:37:42 +08:00
1cd4b1d036 tiny clean 2016-08-15 11:36:53 +08:00
0fb4cd334d support having 2016-08-15 11:35:41 +08:00
d497d3d875 Fix nil point panic when store failed. (#1583) 2016-08-15 11:23:35 +08:00
392acdcd52 Merge branch 'master' into hanfei/false 2016-08-15 11:13:22 +08:00
c18dd04e04 optimize when condition is false constant. 2016-08-15 11:11:37 +08:00
7736822c02 vendor: update kvproto. (#1581) 2016-08-15 10:44:08 +08:00
0a0abbb2e7 parser: use the new lexer as default (#1566) 2016-08-15 10:06:52 +08:00
3c817210a2 Merge pull request #1584 from nolouch/master
*:fix issue 428
2016-08-11 22:01:08 +08:00
a261ca5c76 Merge branch 'master' into master 2016-08-11 21:52:24 +08:00
4f6168ef7c delete redundant files 2016-08-11 19:40:54 +08:00
a9f704f8a2 reduce the deep nesting 2016-08-11 19:34:41 +08:00
059c375854 *:fix issue 428 2016-08-11 18:08:44 +08:00
dd654d9ed3 parser: peek neither byte nor a valid UTF8 rune bug fix (#1580) 2016-08-11 15:33:16 +08:00
09d23d225c parser: refact scan string (#1563) 2016-08-10 19:10:34 +08:00
84f0e8ac66 vendor: Update log repo (#1575) 2016-08-10 14:50:41 +08:00
aa59ea9bb3 Update QUICKSTART.md
doc link is outdated
2016-08-09 22:31:05 -07:00
39ad472b06 *: fix issue 1545 and 1536 (#1572) 2016-08-10 11:45:41 +08:00
4c0e106152 *: goyacc generated code tiny change (#1574) 2016-08-10 10:32:10 +08:00
3ad82590ba server: trim large sql statement for logging. (#1573) 2016-08-09 19:11:52 +08:00
1f9da091b8 util/types: change FieldType of exprNode to value instead of pointer (#1564) 2016-08-09 12:45:59 +08:00
69c9d59252 plan: fix index double read (#1569) 2016-08-09 11:01:39 +08:00
c6fdeda4c5 *: change Makefile goyacc to go build (#1568) 2016-08-09 10:32:07 +08:00