Commit Graph

3021 Commits

Author SHA1 Message Date
67cdbe2a92 Merge branch 'master' into coocood/fix-join-subquery 2016-04-01 01:01:50 -05: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
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
xia
d1a5a25d92 mysql: update code and name format 2016-03-29 11:10:56 +08:00
48f3385831 Merge pull request #1017 from pingcap/shenli/issue-961
parser: Treat key as primary key in columndef
2016-03-28 22:30:04 +08:00
4e9ebe5636 Merge pull request #1019 from pingcap/coocood/fix-decimal-codec
util/codec: fix decimal encoding.
2016-03-28 20:00:23 +08:00
38f77b979c utll/codec: fix decimal codec 2016-03-28 19:58:25 +08:00
0a55471cba parser: Treat key as primary key in columndef
Fix: https://github.com/pingcap/tidb/issues/961
2016-03-28 14:21:52 +08:00
1d35814e89 Merge pull request #1016 from astaxie/master
Add Go 1.6 for travis and issue template
2016-03-25 09:07:44 -05:00
709219ce2d Add Go 1.6 for travis and issue template 2016-03-25 22:00:53 +08:00
92cfb941bb Merge pull request #1013 from pingcap/coocood/remove-select-points
xapi/tipb: remove points in select request.
2016-03-25 18:07:30 +08:00
c3461363bf Merge pull request #1014 from pingcap/shenli/issue-1012
executor: Fix replace statement conflict with multiple row bug.
2016-03-25 16:49:55 +08:00
08bf548700 *: Fix replace statement conflict with multiple row bug.
Fix: https://github.com/pingcap/tidb/issues/1012
2016-03-25 16:40:12 +08:00
1b4cc6704d Merge pull request #1015 from pingcap/zxylvlp/change-datum-in-ast
evaluator: fix a bug in checkInList.
2016-03-25 14:57:55 +08:00
3ee6c17389 executor: do not append max int64 handle as pb range. 2016-03-25 14:50:05 +08:00
49471419a8 evaluator: fix a bug in checkInList.
Fix a bug in checkInList.
2016-03-25 14:38:17 +08:00
af6c1b36c7 xapi/tipb: renumber the fields, add Offset field. 2016-03-25 14:23:38 +08:00
64cf670b7e xapi/tipb: remove points in select request.
Points was introduced to reduce the data size if there are many point ranges.
But it makes code more complex than expected, and the reduced size is trivial compares to the total package size.

Remove it to simplify code.
2016-03-25 13:07:49 +08:00
8082314f02 Merge pull request #1009 from pingcap/zxylvlp/change-datum-in-ast
evaluator: change interface to datum in evaluator.
2016-03-25 12:13:25 +08:00
419f244031 evaluator: change interface to datum in evaluator package.
Change the remaining string functions.
2016-03-25 12:01:58 +08:00
93c06f236c Merge pull request #1011 from pingcap/shenli/fix-989
executor: Fix replace statement bug when handle is changed.
2016-03-25 11:35:51 +08:00
211a3c0c9c executor: Fix replace statement bug when handle is changed.
Fix: https://github.com/pingcap/tidb/issues/989
When replace row we should check if handle is changed.
2016-03-25 11:04:28 +08:00