Commit Graph

3209 Commits

Author SHA1 Message Date
6bbcce2a95 store/tikv: add pd retry, add tid in commit logs (#1255)
* store/tikv: add retry for PD RPC

* store/tikv: add tid in log
2016-05-26 10:50:18 +08:00
084c4b121c Merge pull request #1260 from pingcap/c4pt0r/readme-image
readme: use new logo
2016-05-26 10:03:03 +08:00
ceb61cc8e8 readme: use new logo 2016-05-25 20:12:37 +08:00
809e8154bb *: remove hbase store (#1256) 2016-05-25 16:03:03 +08:00
d3cb90559b *: change Context method FinishTxn to CommitTxn and RollbackTxn. (#1253)
Makes it easier to read.
2016-05-24 13:17:01 +08:00
622f8fca2a *: refactor, move index and column into table package. (#1251) 2016-05-24 11:08:15 +08:00
965e704412 executor: makes dirty table supports XAPI. (#1245) 2016-05-24 10:53:17 +08:00
6326b3d01a Merge pull request #1250 from pingcap/qiuyesuifeng/update-vendor
*: update kvproto vendor.
2016-05-23 19:19:24 +08:00
c9a47a3b73 *: update kvproto vendor. 2016-05-23 19:08:48 +08:00
a98ecf8907 optimizer/plan: fix join panic (#1246)
* optimizer/plan: fix join panic
2016-05-23 15:37:10 +08:00
e22d8d06da *: xapi push down mysql.Duration and mysql.Decimal. (#1243) 2016-05-20 18:30:30 +08:00
4f840a7754 *: Tiny clean up (#1244)
* *: Tiny clean up

* optimizer: update test
2016-05-20 12:59:01 +08:00
228f1d7026 support hash join in new plan (#1234)
* support hash join.

* fix some errors

* add test for predicate push down

* change substitutor...

* add bench mark

* change comment

* fix bug.
2016-05-19 15:43:16 +08:00
bb02c4a4ae domain: Unify lease (#1239)
* domain: unify lease

* domain: tiny clean up


* *: give mock tikv store a uuid
2016-05-19 11:36:09 +08:00
0029d427f4 store/tikv: add batch cleanup, update commit response (#1235) 2016-05-19 00:42:17 +08:00
36c3e801b1 store/tikv: use id+version to identify Region. (#1241) 2016-05-18 16:16:44 +08:00
e069bd8df4 fix default null bug in ddl
fix default null bug and add unittest
2016-05-18 14:49:23 +08:00
eb5e0bade1 *: switch on xapi support for duration and decimal type. (#1240) 2016-05-18 11:47:23 +08:00
cf6d1f5f97 *: do not set null column value to save storage space. (#1236) 2016-05-17 19:14:28 +08:00
602da73640 store/tikv/mock-tikv: add coprocessor support. (#1230)
* store/tikv/mock-tikv: add coprocessor support.
2016-05-17 18:19:51 +08:00
f8d7a3c5ef *: Fix unsigned int as PKColumn bug (#1238)
* *: Fix unsigned int as PKColumn bug
2016-05-17 14:41:11 +08:00
93577c17d1 *: Fix infoschema/perfschema concurrent bugs (#1232)
* *: Fix infoschema/perfschema concurrent bugs

Make it safe to create Handle on multiple stores.
2016-05-16 16:32:34 +08:00
2a98df94b1 store/tikv: update scanner (#1233)
* store/tikv: update scanner

* store/tikv: update tests

* add delete lock test
2016-05-16 12:28:32 +08:00
a9cb8eecb4 store/localstore: fix local region select table in desc order. (#1222)
* store/localstore: fix local region select table in desc order.
2016-05-16 11:49:44 +08:00
55ed68ca6c add builtin-reverse func (#1224) 2016-05-13 20:53:55 +08:00
322731eae9 store/tikv: update scanner lock (#1227)
* store/tikv: scanner resolve lock in `Next()`

* store/tikv: add lock test
2016-05-13 13:56:16 +08:00
1a0aac2227 store/tikv: re-add peer (#1228)
* store/tikv: re-add peer

* store/tikv: update mock-tikv and tests

* *: update vendor
2016-05-13 11:49:50 +08:00
2e355f3749 *: Fix issue#1114 (#1231)
* *: supprot assignment

* *: fix issue 1114
2016-05-13 11:26:26 +08:00
dcec06daad fix concurrent map writes error when a large number of connection comes concurrently (#1226) 2016-05-12 21:57:51 +08:00
ad71aeca9d store/tikv/mocktikv: fix mutex issue (#1229) 2016-05-12 19:37:50 +08:00
e623682db0 store/tikv: encode/decode keys for pd (#1223)
* store/tikv: encode/decode keys for pd
2016-05-11 18:43:35 +08:00
9ec4ecdd73 *: add update dependency script (#1221) 2016-05-11 14:33:55 +08:00
0622f5dacd *: update deps (#1220) 2016-05-11 11:39:33 +08:00
3e09c29f41 mysql: fix fraction format (#1218)
* mysql: fix fraction format
2016-05-11 10:53:37 +08:00
91a2eb1135 store/tikv: update tests with mocktikv (#1216)
* store/tikv: update RegionCache test with mocktikv

* store/tikv: update coprocessor tests with mocktikv

* store/tikv: update scan test with mocktikv
2016-05-10 17:26:13 +08:00
f6e7a331d0 codec: fix datum convert to float32. (#1217) 2016-05-10 16:07:18 +08:00
a4c17db6da Merge pull request #1215 from pingcap/qiuyesuifeng/update-vendor
Add tikv integration test and update vendor.
2016-05-10 11:44:26 +08:00
e5de4e5493 Merge branch 'master' into qiuyesuifeng/update-vendor 2016-05-10 11:22:19 +08:00
b32b26a40d optimizer: Fix a bug in typeinferer (#1214)
* optimizer: Fix a bug in typeinferer

* address comment.
2016-05-10 10:33:22 +08:00
29ad227cc0 *: add tikv integration test and update vendor. 2016-05-10 10:21:26 +08:00
aa3ebc53da executor: Parallelly run table lookup tasks (#1212)
* executor: Parallelly run table lookup tasks
2016-05-09 22:05:41 +08:00
24503eb791 parser: support parse "ALTER TABLE DISABLE KEYS" (#1211)
* parser: support parse "ALTER TABLE DISABLE KEYS"

This statement is used in `mysqldump`.

* parser: address comment
2016-05-09 14:39:31 +08:00
690ab9f274 Parallel coprocessor request (#1204)
Send coprocessor requests parallely
2016-05-09 11:13:21 +08:00
6efa22c6c7 executor: run table lookup tasks concurrently if there is no limit. (#1206)
* executor: run table lookup tasks concurrently.

* executor: set NoLimit and OutOfOrder property for IndexScan plan.

And set index concurrency to 10 if out of order.
2016-05-09 10:40:33 +08:00
b89c92ef2f docker: update dockerfile (#1210) 2016-05-07 16:24:15 +08:00
0841dbef9b *: Support builtin function round(X), round(X, D) (#1208)
Support builtin function round(X), round(X, D)
2016-05-07 13:38:02 +08:00
f3d1de5bdd vendor: update kvproto (#1209) 2016-05-07 13:20:19 +08:00
8a15d2102b parser: Add "action" into UnReservedKeyword (#1205)
Fix zabbix login error
2016-05-06 12:11:46 +08:00
d3a4c256a6 optimizer/plan: support index hint. (#1192)
support index hint.
2016-05-05 23:07:00 +08:00
a396155899 store/tikv: mock tikv tests (#1203) 2016-05-05 17:11:40 +08:00