54615bb012
Merge pull request #1090 from pingcap/add-tikv-link
...
Add TiKV link to readme
2016-04-12 20:25:45 +08:00
7b04877db9
Add TiKV link to readme
2016-04-12 19:49:57 +08:00
52d78136e5
executor: fix bug when the limit value is less than SortBufferSize. ( #1085 )
2016-04-12 19:37:11 +08:00
35b3ceecae
tide-server: create a session on startup. ( #1086 )
...
So information schema will be loaded before executing the first query.
2016-04-12 19:17:28 +08:00
09eb16deb7
Merge pull request #1084 from pingcap/hanfei
...
executor: support limit sort
2016-04-12 14:28:19 +08:00
bdac8ecafa
Merge branch 'master' into hanfei
2016-04-12 14:17:33 +08:00
19310f1511
change format
2016-04-12 13:27:07 +08:00
bebacf4f3a
evaluator: just one time eval ( #1062 )
...
* evaluator: just one time eval
2016-04-12 12:34:27 +08:00
3a92f567b9
executor: support limit sort
2016-04-12 12:09:25 +08:00
457b8c75f0
Merge pull request #1079 from pingcap/siddontang/docker
...
*: use make clean and add docker ignore
2016-04-11 13:54:56 +08:00
fd23cba9c1
*: use make clean and add docker ignore
2016-04-10 22:40:42 +08:00
7e27211233
xapi/xeval: fix AND OR evaluator. ( #1076 )
...
* xapi/xeval: fix AND OR evaluator.
* *: simplify code.
2016-04-10 19:25:51 +08:00
8d9bf2fd6d
executor: xapi support desc ordered table lookup. ( #1078 )
...
* executor: xapi support desc ordered table lookup.
* *: fix golint comment.
* executor: fix push order for multi-column index.
2016-04-10 18:01:49 +08:00
dd21a4d970
perfschema: log error's stack when perfschema init failed. ( #1077 )
2016-04-09 22:36:58 -05:00
f325c0e442
*: change startTs type to uint64 ( #1075 )
2016-04-09 18:37:24 +08:00
6d2f88492f
Merge pull request #1074 from pingcap/siddontang/docker
...
docker use ENTRYPOINT.
2016-04-09 17:27:35 +08:00
bdfd2a3b3b
docker use ENTRYPOINT.
2016-04-09 17:13:55 +08:00
f5daa55eb6
executor: support xapi expression push down. ( #1069 )
...
* executor: support xapi expression push down.
* *: address comment.
* *: fix subquery select from same table.
* executor: add break when matched.
* store/localstore: address comment.
2016-04-09 17:03:29 +08:00
0537b67d2b
*: Add more info into TableInfo and fix bug in show create table ( #1072 )
...
Fix: https://github.com/pingcap/tidb/issues/1061
2016-04-09 15:59:51 +08:00
4c4ef4130c
Merge pull request #1070 from pingcap/siddontang/docker
...
Dockerfile: update docker.
2016-04-09 13:11:05 +08:00
d57f1ba635
Dockerfile: update docker.
2016-04-08 21:32:16 +08:00
49c7b43f24
*: Add tidb-server status rest-api ( #1065 )
...
Report tps, connection count and server version.
2016-04-08 16:34:48 +08:00
c82fbebc7c
tidb: remove tidb dependencies. ( #1068 )
...
* tidb: remove tidb dependencies.
Define multiple main packages for different storage engine, remove `tidb` dependencies.
* *: register store in tidb-server/main.go
2016-04-08 15:57:24 +08:00
a236ab94f3
xapi/xeval: implement tipb.Expr evaluator. ( #1063 )
...
* xapi/xeval: implement tipb.Expr evaluator.
* *: address comment
* xapi/xeval: update import
2016-04-08 14:25:17 +08:00
0a9ece01c3
*: import 'github.com/pingcap/tipb/go-tipb' ( #1067 )
2016-04-08 11:07:16 +08:00
0e08bd4098
Merge pull request #1066 from pingcap/zimuxia/cleanup
...
tidb-server: Remove the useless file
2016-04-08 10:07:40 +08:00
31ada3fdb0
tidb-server: remove the useless file
2016-04-08 09:59: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
eb941fb12f
*: Support mysqldump dump database
...
1. Fix bug in show tables like with escape char.
2. Parse but ignore sql_cache/sql_no_cache.
2016-04-07 16:25:49 +08:00
faa70cf343
infoschema: Add partitions table
...
To prevent mysqldump error:
1. Add File_Type column in files.
2. Add partitions table.
2016-04-07 14:56:16 +08:00
cfc2698ec2
perfschema: Do not ignore error when initialization.
...
* perfschema: Do not ignore error when initialization.
2016-04-07 01:15:59 -05: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
e697aa3e7e
*: Unify import check format and unify test format
2016-04-06 10:47:44 +08:00
d01d516105
evaluator, parser: support UTC_DATE()
...
* evaluator, parser: support UTC_DATE()
Fix issue: #236 .
2016-04-05 21:25:04 +08:00
4b4f29df58
Merge pull request #1049 from pingcap/coocood/bench-insert
...
tidb: add insert benchmark.
2016-04-04 12:28:06 +08:00
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