Commit Graph

  • d1fc0754c2 store/tikv: mock tikv-server mvcc store (#1182) disksing 2016-04-30 10:43:04 +08:00
  • 76eaed8c2e store/tikv: split prewrite/commit request to prevent large RPC requests (#1183) disksing 2016-04-30 10:33:22 +08:00
  • dc885f4b9d change plan to DAG mode (#1180) Han Fei 2016-04-29 15:39:22 +08:00
  • 1d187b493e Makefile: remove create vendor soft link in all (#1178) Ewan Chou 2016-04-28 17:57:32 +08:00
  • 0ecb4da39d *: migrate to vendor (#1175) Ewan Chou 2016-04-28 16:57:18 +08:00
  • 444a700677 localstore: remove MultiSeek method and remove scheduler Ewan Chou 2016-04-28 16:55:54 +08:00
  • 907431cf03 ddl: fix a bug in fktest (#1176) zxylvlp 2016-04-28 16:17:23 +08:00
  • e742def024 add foreign key on update and on delete support (#1152) zxylvlp 2016-04-27 19:44:00 +08:00
  • 42e4dfd428 forbid where condition to be pushed through outer join. Han Fei 2016-04-27 16:55:38 +08:00
  • 14f8c4fe91 makefile: support errcheck option. (#1171) goroutine 2016-04-27 01:30:25 -05:00
  • b2f1cfe9a7 parser: fix typo. (#1172) goroutine 2016-04-27 01:30:00 -05:00
  • cefd089e6f store/tikv: fix invalid timestamp (#1169) disksing 2016-04-27 13:45:47 +08:00
  • 7072eda9b6 ticlient: import ticlient (#1168) Ewan Chou 2016-04-27 11:37:16 +08:00
  • 0031d3c2b5 docs: fix some typos for Docker (#1163) Bin Liu 2016-04-26 17:56:27 +08:00
  • 9bad0c6927 *: remove unused fields. (#1162) goroutine 2016-04-26 04:53:38 -05:00
  • f562161918 executor: make table lookup task size increasing. (#1153) Ewan Chou 2016-04-26 15:55:37 +08:00
  • 270ead000e executor: Fix issue 1154 (#1159) zimulala 2016-04-26 13:07:05 +08:00
  • 36ef582b93 perfschema: fixed concurrent map bug (#1160) Nicole Nie 2016-04-26 13:06:59 +08:00
  • bd2b356725 *: fix dependency. (#1157) Ewan Chou 2016-04-26 11:00:15 +08:00
  • 74aa91a0fc xapi/xeval: fix empty value list. (#1155) Ewan Chou 2016-04-26 09:35:19 +08:00
  • 3671f3958f xapi: support IN expression push down. (#1147) Ewan Chou 2016-04-25 19:50:33 +08:00
  • 4ced2f7e10 *: implement some other builtin functions (#1137) zyguan 2016-04-23 08:04:26 -05:00
  • d73a3fa6f0 Merge pull request #1151 from pingcap/ngaut/tiny-cleanup cuiqiu 2016-04-23 15:31:25 +08:00
  • 5bbb710b76 arena: tiny clean up. ngaut 2016-04-23 15:17:27 +08:00
  • 15db558224 arena: clean up tests. (#1150) goroutine 2016-04-23 02:13:34 -05:00
  • 0b2f00088c *: Make bounded table cursor aligned to fix i386 panic (#1149) Shen Li 2016-04-23 10:36:59 +08:00
  • bbffc220ed *: Tiny cleanup (#1145) Shen Li 2016-04-23 10:27:13 +08:00
  • 3b25069f84 evaluator: avoid evaluate independent subquery multiple times. (#1144) Ewan Chou 2016-04-22 12:51:18 +08:00
  • d78e4044cc *: fix misspells (#1143) disksing 2016-04-22 11:30:37 +08:00
  • f8d3022eee Merge pull request #1131 from pingcap/hanfei/desc_pushdown Han Fei 2016-04-22 11:08:18 +08:00
  • e344410318 Merge branch 'master' into hanfei/desc_pushdown Han Fei 2016-04-22 10:49:24 +08:00
  • 041dfd97c1 executor: evaluate subquery before executing outer query. (#1133) Ewan Chou 2016-04-21 21:51:39 +08:00
  • 65559fc5e3 fix docker compile (#1138) siddontang 2016-04-21 21:43:09 +08:00
  • 661339c90c parser: Support truncate t (#1136) zimulala 2016-04-21 18:05:50 +08:00
  • f0de6488cf reverse the ranges in localstore hanfei19910905 2016-04-21 15:10:29 +08:00
  • e06f3aa140 Merge branch 'master' into hanfei/desc_pushdown Ewan Chou 2016-04-21 14:48:01 +08:00
  • 81df7532e1 support desc push_down hanfei19910905 2016-04-21 13:45:32 +08:00
  • b78d02c110 executor: Fix show status bug (#1128) zimulala 2016-04-21 11:13:06 +08:00
  • b01afcd47b xapi/xeval: support LIKE (#1080) Ewan Chou 2016-04-21 10:34:35 +08:00
  • 130f9f2452 table/tables: change bounded table cursor type from int32 to int64 (#1127) Ewan Chou 2016-04-21 10:24:50 +08:00
  • dda89bc9dd *: Do not specify pd version (#1126) Shen Li 2016-04-20 16:02:58 +08:00
  • d16a23a43b kv: add comment on error instances. (#1124) Ewan Chou 2016-04-20 15:48:22 +08:00
  • f8927d93b5 kv: add SeekReverse for mockTxn and mockSnapshot (#1122) Ewan Chou 2016-04-20 14:58:04 +08:00
  • df8d1de841 [DNM] kv: add SeekReverse method for Retriever. (#1119) Ewan Chou 2016-04-20 14:41:34 +08:00
  • b51ab763df plan: support limit pushdown (#1105) Han Fei 2016-04-20 13:32:20 +08:00
  • 8a3a59deb1 *: fix ci build by checking out a previous version of pd. (#1120) Ewan Chou 2016-04-20 13:12:49 +08:00
  • c26dfd54e4 executor: Change interface to datum in executor. (#1103) zxylvlp 2016-04-20 09:52:23 +08:00
  • 0a0af5aca4 *: remove driver usage in test. (#1104) Ewan Chou 2016-04-20 09:45:04 +08:00
  • ff05329a05 parser: support index hint syntax. (#1113) Ewan Chou 2016-04-19 18:42:44 +08:00
  • ecc59c99eb perfschema: Fix nil pointer panic when perfschema is uninitialized (#1111) Shen Li 2016-04-19 17:28:17 +08:00
  • 0478acaa1b *: fix build by checkout to an old version of grpc. (#1112) Ewan Chou 2016-04-19 17:13:08 +08:00
  • 74ffeb8011 perfschema: make go vet happy. (#1110) cuiqiu 2016-04-18 21:38:14 +08:00
  • 64546d478b perfschema: fixed memory leak issue (#1099) Nicole Nie 2016-04-18 19:17:35 +08:00
  • 895e9a0d86 *: fix issue#1089 and add tests (#1106) zimulala 2016-04-18 17:31:49 +08:00
  • 8d877cc87c *: drop support of running tidb as library. (#1102) Ewan Chou 2016-04-18 13:20:01 +08:00
  • e64539679a kv: remove btree, and use rbtree to implement membuffer. (#1043) Ewan Chou 2016-04-18 11:38:37 +08:00
  • b4f41c18a4 store/localstore: evaluate where before get row. (#1093) Ewan Chou 2016-04-18 11:18:00 +08:00
  • 31b9cc7339 bootstrap: Add recheck after bootstrap doDMLWork failed. (#1097) Shen Li 2016-04-18 10:08:01 +08:00
  • cd3d424252 evaluator: partially fix issue #1098 (#1100) zyguan 2016-04-17 00:43:30 +08:00
  • bfa3ed7a2d *: Fix issue #1071 (#1088) zimulala 2016-04-14 16:56:24 +08:00
  • 2baa40f59b tide-server/server: support unix socket. (#1095) Ewan Chou 2016-04-14 15:08:08 +08:00
  • 8c164bc078 evaluator,parser: support ASCII(). (#309) (#1083) zyguan 2016-04-14 14:53:50 +08:00
  • baa39688fc fix docker, make clean will remove /go/bin/ (#1092) siddontang 2016-04-13 10:30:43 +08:00
  • 708c195782 *:generate local schema ID for memory table. (#1094) Ewan Chou 2016-04-13 10:29:16 +08:00
  • a85c94501e Update README.md goroutine 2016-04-13 01:06:04 +08:00
  • e1b2c8bf0d evaluator: fix a bug in bebacf4f3a (#1087) zxylvlp 2016-04-12 20:32:12 +08:00
  • 54615bb012 Merge pull request #1090 from pingcap/add-tikv-link dongxu 2016-04-12 20:25:45 +08:00
  • 7b04877db9 Add TiKV link to readme goroutine 2016-04-12 19:49:57 +08:00
  • 52d78136e5 executor: fix bug when the limit value is less than SortBufferSize. (#1085) Han Fei 2016-04-12 19:37:11 +08:00
  • 35b3ceecae tide-server: create a session on startup. (#1086) Ewan Chou 2016-04-12 19:17:28 +08:00
  • 09eb16deb7 Merge pull request #1084 from pingcap/hanfei Han Fei 2016-04-12 14:28:19 +08:00
  • bdac8ecafa Merge branch 'master' into hanfei Han Fei 2016-04-12 14:17:33 +08:00
  • 19310f1511 change format Fei Han 2016-04-12 13:27:07 +08:00
  • bebacf4f3a evaluator: just one time eval (#1062) zxylvlp 2016-04-12 12:34:27 +08:00
  • 3a92f567b9 executor: support limit sort Fei Han 2016-04-12 12:09:25 +08:00
  • 457b8c75f0 Merge pull request #1079 from pingcap/siddontang/docker cuiqiu 2016-04-11 13:54:56 +08:00
  • fd23cba9c1 *: use make clean and add docker ignore siddontang 2016-04-10 22:40:42 +08:00
  • 7e27211233 xapi/xeval: fix AND OR evaluator. (#1076) Ewan Chou 2016-04-10 19:25:51 +08:00
  • 8d9bf2fd6d executor: xapi support desc ordered table lookup. (#1078) Ewan Chou 2016-04-10 18:01:49 +08:00
  • dd21a4d970 perfschema: log error's stack when perfschema init failed. (#1077) goroutine 2016-04-09 22:36:58 -05:00
  • f325c0e442 *: change startTs type to uint64 (#1075) Ewan Chou 2016-04-09 18:37:24 +08:00
  • 6d2f88492f Merge pull request #1074 from pingcap/siddontang/docker siddontang 2016-04-09 17:27:35 +08:00
  • bdfd2a3b3b docker use ENTRYPOINT. siddontang 2016-04-09 17:13:55 +08:00
  • f5daa55eb6 executor: support xapi expression push down. (#1069) Ewan Chou 2016-04-09 17:03:29 +08:00
  • 0537b67d2b *: Add more info into TableInfo and fix bug in show create table (#1072) Shen Li 2016-04-09 15:59:51 +08:00
  • 4c4ef4130c Merge pull request #1070 from pingcap/siddontang/docker siddontang 2016-04-09 13:11:05 +08:00
  • d57f1ba635 Dockerfile: update docker. siddontang 2016-04-08 21:32:16 +08:00
  • 49c7b43f24 *: Add tidb-server status rest-api (#1065) Shen Li 2016-04-08 16:34:48 +08:00
  • c82fbebc7c tidb: remove tidb dependencies. (#1068) Ewan Chou 2016-04-08 15:57:24 +08:00
  • a236ab94f3 xapi/xeval: implement tipb.Expr evaluator. (#1063) Ewan Chou 2016-04-08 14:25:17 +08:00
  • 0a9ece01c3 *: import 'github.com/pingcap/tipb/go-tipb' (#1067) Ewan Chou 2016-04-08 11:07:16 +08:00
  • 0e08bd4098 Merge pull request #1066 from pingcap/zimuxia/cleanup cuiqiu 2016-04-08 10:07:40 +08:00
  • 31ada3fdb0 tidb-server: remove the useless file xia 2016-04-08 09:59:16 +08:00
  • 08034540f0 *: Add leak test zimulala 2016-04-07 20:53:45 +08:00
  • eb941fb12f *: Support mysqldump dump database Shen Li 2016-04-07 16:25:49 +08:00
  • faa70cf343 infoschema: Add partitions table Shen Li 2016-04-07 14:56:16 +08:00
  • cfc2698ec2 perfschema: Do not ignore error when initialization. goroutine 2016-04-07 01:15:59 -05:00
  • 204ed5456b *: fix ddl test Ewan Chou 2016-04-06 21:20:18 +08:00
  • dc8bd3e337 *: optimization, do not read not referenced columns. Ewan Chou 2016-04-06 13:29:21 +08:00
  • e697aa3e7e *: Unify import check format and unify test format zimulala 2016-04-06 10:47:44 +08:00