e3597b6548
Add Datum.IsNull() fucntion ( #1298 )
...
Add IsNull function for Datum to simplify null check.
2016-06-07 23:35:25 +08:00
7c7b1b59f5
*: Unify error ( #1273 )
...
* *: unify error format in table, server and xapi package
* terror: remove duplicated code
2016-05-31 15:06:11 +08:00
a05f3fde6d
*: fix decimal fraction value. ( #1271 )
2016-05-31 10:29:02 +08:00
e22d8d06da
*: xapi push down mysql.Duration and mysql.Decimal. ( #1243 )
2016-05-20 18:30:30 +08:00
f8d7a3c5ef
*: Fix unsigned int as PKColumn bug ( #1238 )
...
* *: Fix unsigned int as PKColumn bug
2016-05-17 14:41:11 +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
0a9ece01c3
*: import 'github.com/pingcap/tipb/go-tipb' ( #1067 )
2016-04-08 11:07:16 +08:00
08034540f0
*: Add leak test
...
* *: add leak test and tiny clean up
* *: unify test format and add leak test
Conflicts:
store/localstore/compactor_test.go
mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +08:00
204ed5456b
*: fix ddl test
...
Replace tablecodec TableToProto with ColumnsToProto, avoid index out of range panic.
2016-04-06 21:20:18 +08:00
dc8bd3e337
*: optimization, do not read not referenced columns.
2016-04-06 13:29:21 +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
df71593935
*: add tests for xapi
2016-04-01 11:26:29 +08:00
86f4459543
util: Reserve mysql.Time change.
2016-03-31 18:49:17 +08:00
1fcaa42bb3
*: Fix ddl test and inadvertently modify column info.
2016-03-30 19:21:29 +08:00
1bd25a14d8
store/localstore: add local store xapi support.
2016-03-29 20:33:24 +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
0157bcddc1
executor: add XAPI executor.
2016-03-25 10:21:59 +08:00
1662e7ed68
xapi: add xapi functions.
2016-03-23 17:29:05 +08:00