Commit Graph

3040 Commits

Author SHA1 Message Date
89650ca556 tidb: add insert benchmark. 2016-04-03 13:09:27 +08:00
dbcd7364e0 Merge pull request #1047 from overvenus/fix-cast-date-to-int
mysql: fix incorrect cast date to int.
2016-04-02 20:35:01 +08:00
0b2c9f9eea mysql: fix cast date to int. 2016-04-02 20:12:08 +08:00
3e6788a43f Merge pull request #1042 from pingcap/ngaut/update-readme
Update readme
2016-04-02 19:52:06 +08:00
aae1faa7b3 Merge branch 'master' into ngaut/update-readme 2016-04-01 08:00:19 -05:00
7f3eb2310f Update README.md 2016-04-01 20:52:13 +08:00
8aa1055ceb Merge pull request #1044 from pingcap/coocod/filter-go-vet
*: filter out parser for go vet -shadow
2016-04-01 20:44:33 +08:00
9e810786bb *: filter out parser for go vet -shadow 2016-04-01 20:23:17 +08:00
b25d93358b Merge pull request #1041 from pingcap/coocod/shadow
tidb-server/server: fix shadow found by Go 1.6 vet.
2016-04-01 19:13:36 +08:00
7a0888b7d2 Merge branch 'master' into ngaut/update-readme 2016-04-01 05:59:47 -05:00
51a791eb0d Update Makefile 2016-04-01 18:56:35 +08:00
573689dec1 README: Update to latest TiKV project. 2016-04-01 18:50:29 +08:00
f26e18ae01 tidb-server/server: fix shadow found by Go 1.6 vet. 2016-04-01 18:30:18 +08:00
09ebe28149 Merge pull request #1040 from pingcap/coocod/fix-test-typo
tidb: fix typo in test case.
2016-04-01 14:29:16 +08:00
c1c3ceac3c tidb: fix typo in test case. 2016-04-01 14:17:14 +08:00
e9ff83ac9b Merge pull request #1039 from pingcap/coocood/fix-join-subquery
optimizer/plan: check join path subquery when attach condition.
2016-04-01 14:05:15 +08:00
f8bd285b13 Merge pull request #1038 from pingcap/coocood/temp-fix
perfschema: turn off current statement update.
2016-04-01 14:04:34 +08:00
67cdbe2a92 Merge branch 'master' into coocood/fix-join-subquery 2016-04-01 01:01:50 -05:00
83665b8f5b perfschema: turn off current statement update.
Temporary fix for https://github.com/pingcap/tidb/issues/1037
2016-04-01 13:45:10 +08:00
f8696d66c0 optimizer/plan: check join path subquery when attach condition.
https://github.com/pingcap/tidb/issues/1031
2016-04-01 13:30:46 +08:00
76388c2856 Merge pull request #1036 from pingcap/zxylvlp/change-datum-bit
util: Reserve mysql.Time change.
2016-04-01 13:21:40 +08:00
8a92a083c6 Merge pull request #1035 from pingcap/coocood/xapi-test
*: add tests for xapi
2016-04-01 11:27:15 +08:00
df71593935 *: add tests for xapi 2016-04-01 11:26:29 +08:00
690de9ac52 Merge pull request #1033 from pingcap/zimuxia/change-terror
*: Unfiy error format
2016-03-31 20:00:14 +08:00
86f4459543 util: Reserve mysql.Time change. 2016-03-31 18:49:17 +08:00
xia
aaa7333359 mysql: rename Db to DB 2016-03-31 16:20:51 +08:00
xia
c4d97a7976 ddl: rename startDDLJob to doDDLJob 2016-03-31 16:20:51 +08:00
xia
6aacddd44e *: unify error format 2016-03-31 16:20:47 +08:00
f773610834 Merge pull request #1030 from pingcap/zxylvlp/change-datum-bit
Util: a optimization of mysql.* in Datum
2016-03-31 10:07:41 +08:00
beb76cde02 Util: a optimization of mysql.* in Datum
We can use the space of Datum to save mysql.* to save the cost of interface.
2016-03-30 19:50:14 +08:00
f83e29a81f Merge pull request #1029 from pingcap/coocood/fix-ddl-and-column-modified
*: Fix ddl test and inadvertently modify column info.
2016-03-30 19:30:04 +08:00
1fcaa42bb3 *: Fix ddl test and inadvertently modify column info. 2016-03-30 19:21:29 +08:00
ebba870261 tikv driver 2016-03-30 17:08:45 +08:00
6cb586aa0f Merge pull request #1028 from pingcap/zxylvlp/change-datum-bit
Util: a optimization of mysql.Bit in Datum
2016-03-30 16:11:33 +08:00
8552e1fe43 Address comment. 2016-03-30 13:52:03 +08:00
136e405c04 Util: a optimization of mysql.Bit in Datum
We can use the space of Datum to save mysql.Bit to save the cost of interface.
2016-03-30 13:13:50 +08:00
67bac7770e Update ROADMAP.md 2016-03-29 23:02:21 +08:00
921f65f259 Merge pull request #1026 from pingcap/busyjay/simplify-number-encode
util: Simplify number encoding
2016-03-29 21:18:33 +08:00
456e08f1e1 Merge pull request #1020 from pingcap/coocood/local-x
store/localstore: add local store xapi support.
2016-03-29 21:18:16 +08:00
1bd25a14d8 store/localstore: add local store xapi support. 2016-03-29 20:33:24 +08:00
b92b1e6c62 simplify number encoding 2016-03-29 19:12:30 +08:00
9ffdc69e52 Merge pull request #1025 from pingcap/zxylvlp/change-mysql-time-to-ptr
Change mysql.Time to ptr in datum.
2016-03-29 18:50:14 +08:00
afdf9a4ef6 Change mysql.Time to ptr in datum.
In this way, we can save the cost of the alloc of mysql.Time in interface.
In the future, we will change all mysql.Time to ptr to save the cost of copy mysql.Time struct.
2016-03-29 18:42:16 +08:00
2311a496bb Merge pull request #1022 from pingcap/coocood/select-bench
tidb: add some simple select benchmark.
2016-03-29 15:17:35 +08:00
9773d33354 tidb: add some simple select benchmark. 2016-03-29 15:10:12 +08:00
5004208e27 Merge pull request #1023 from pingcap/zimuxia/issue-572
*: Unify errors in ddl package
2016-03-29 13:55:57 +08:00
0ce11a720b Merge pull request #1024 from pingcap/coocood/decodedesc
util/codec: do not modify data while decoding bytes.
2016-03-29 12:51:15 +08:00
08510fef0e util/codec: do not modify data while decoding bytes.
Decoding method should not modify the original data.
2016-03-29 12:08:30 +08:00
xia
d17e99073d *: unify errors in ddl package 2016-03-29 11:37:33 +08:00
xia
4319909e08 *: unify error format in infoschema package 2016-03-29 11:10:56 +08:00