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
d17e99073d
*: unify errors in ddl package
2016-03-29 11:37:33 +08:00
4319909e08
*: unify error format in infoschema package
2016-03-29 11:10:56 +08:00
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
ac8897e87e
Merge pull request #1010 from pingcap/coocood/executor-x
...
executor: add XAPI executor.
2016-03-25 10:32:38 +08:00
0157bcddc1
executor: add XAPI executor.
2016-03-25 10:21:59 +08:00
a17cc4e84c
Merge pull request #1008 from pingcap/zimuxia/issue#996
...
*: Fix issue#996 and handle prepared retry
2016-03-24 12:18:23 +08:00
6604c81f5a
*: fix issue#996 and handle prepared retry
2016-03-24 12:08:53 +08:00
8fb7a8a522
Merge pull request #1007 from pingcap/shenli/issue-998
...
executor: Fix set multiple variables bug
2016-03-23 17:53:39 +08:00
cda31ae7ab
executor: Fix set multiple variables bug
...
Fix: https://github.com/pingcap/tidb/issues/998
Refactor some old code.
2016-03-23 17:42:55 +08:00
c3545ebcd3
Merge pull request #1002 from pingcap/coocood/xapi
...
xapi: add xapi functions.
2016-03-23 17:42:53 +08:00
1662e7ed68
xapi: add xapi functions.
2016-03-23 17:29:05 +08:00
a224bcc57d
Merge pull request #1004 from pingcap/shenli/retry-exceed-error
...
kv: RunInNewTxn returns error when exceeds max retry count
2016-03-23 13:13:12 +08:00
dc0cba2d0c
Merge pull request #1005 from pingcap/disksing/isolation-test
...
store: move isolation_test to /store/store_test.go
2016-03-23 11:17:51 +08:00
e7275037e6
kv: RunInNewTxn returns error when exceeds max retry count
2016-03-23 10:50:42 +08:00
a6fa7b01f8
store: move isolation_test to /store
2016-03-23 10:42:26 +08:00
14bc9a0ddb
Merge pull request #1003 from pingcap/shenli/fix-shadow
...
*: Fix go vet shadow
2016-03-23 10:41:34 +08:00
5fd28ea1b2
*: Fix go vet shadow
2016-03-23 10:32:29 +08:00
ad5657f9a3
Merge pull request #1000 from pingcap/zxylvlp/change-datum-in-ast
...
evaluator: change the remaining string functions.
2016-03-22 17:58:45 +08:00
2ef0c56ccc
Make some change.
2016-03-22 16:12:07 +08:00
abeea90449
evaluator: change the remaining string functions.
...
Change the remaining string functions.
2016-03-22 14:04:23 +08:00
33197485ab
Merge pull request #999 from pingcap/zxylvlp/change-datum-in-ast
...
evaluator: change concat_ws, left, length, lower, repeat, upper.
2016-03-22 10:19:37 +08:00
1ba2f08a71
evaluator: change concat_ws, left, length, lower, repeat, upper.
...
Change the interfaces of concat_ws, left, length, lower, repeat, upper to datums.
2016-03-21 20:09:54 +08:00
1e8d1a8566
Merge pull request #983 from pingcap/zxylvlp/change-datum-in-ast
...
evaluator: Change the interfaces of builtinConcat to datums
2016-03-21 16:36:53 +08:00
c960c81d86
evaluator: Change the interfaces of builtinConcat to datums.
...
Change the interfaces of builtinConcat to datums.
2016-03-21 16:31:03 +08:00
3019ab7eda
Merge pull request #995 from pingcap/coocood/kv-client
...
kv: add API for kv.Client
2016-03-21 16:05:01 +08:00
ec06184de2
kv: add API for kv.Client
2016-03-21 15:54:02 +08:00
3c6bc80ecd
Merge pull request #997 from pingcap/coocood/fix-ci-bandwidth-limit
...
*: fix ci bandwitdh limit
2016-03-21 14:54:34 +08:00