c4e18bb422
Merge branch 'master' into coocood/pk-handle
...
Conflicts:
plan/plans/index_test.go
2015-12-29 09:59:54 +08:00
bd3681ec0e
*: minor changes
2015-12-28 12:49:26 +08:00
c3bdfb1fed
stmt/stmts: insert use primary key value as record ID
2015-12-25 21:02:52 +08:00
48c8b75edb
*: reduce string bytes convert
2015-12-25 20:52:36 +08:00
75a7b8b0d9
Merge pull request #793 from pingcap/shenli/kv-error
...
*: Move kv errors to kv package
2015-12-25 19:25:10 +08:00
42d999f00a
kv: remove RangePrefetchOnCacheMiss option
2015-12-24 15:52:50 +08:00
87d007d234
*: Move kv errors to kv package
2015-12-24 13:34:03 +08:00
f68a3baac2
plans: Address comment
2015-12-23 10:55:51 +08:00
431006dab4
plans: Address comment
2015-12-23 09:20:31 +08:00
4ea31357ae
*: Support show index from table
2015-12-22 23:05:06 +08:00
a6a9b13f99
Merge pull request #763 from pingcap/shenli/show-procedure
...
*: Support show procedure status syntax
2015-12-22 09:33:50 +08:00
7b4a3da9b7
plans: Address comment
2015-12-21 17:56:26 +08:00
48fb16316b
plans: Address comment
2015-12-21 16:28:19 +08:00
48d2d87a95
plans: Fix bug in show full tables
2015-12-21 13:38:09 +08:00
2fe9938ca0
*: Support show procedure status syntax
2015-12-21 12:15:56 +08:00
67ad875a29
*: Convert ErrKeyExists to MySQL error
2015-12-17 23:56:16 +08:00
edf2641df7
*: fix bytes convert issue
2015-12-15 17:22:40 +08:00
42d2694f37
Merge pull request #717 from pingcap/disksing/update-codec
...
update codec
2015-12-15 10:07:32 +08:00
a453ceca5f
plans: show database like implementation.
2015-12-14 17:09:06 +08:00
a66bc590bc
util/codec: remove stringFlag
2015-12-11 12:47:20 +08:00
e8eaf5f295
Merge pull request #688 from pingcap/qiuyesuifeng/refector-codec
...
Codec refactor.
2015-12-10 11:04:10 +08:00
54ddb7b4ed
plans: Add a empty table PROFILING in INFORMATION_SCHEMA
...
Fix: https://github.com/pingcap/tidb/issues/696
2015-12-09 22:16:29 +08:00
910bd0c857
*: address comment.
2015-12-09 21:17:05 +08:00
af6635b079
*: address comments.
2015-12-09 19:08:37 +08:00
45200918a0
*: add error check for create table.
2015-12-08 17:24:18 +08:00
50f9e43e8b
*: tiny clean up.
2015-12-08 16:39:25 +08:00
958ce2284f
*: tiny refactor table record/index key codec.
2015-12-08 15:35:14 +08:00
97e328bf44
Merge pull request #636 from pingcap/shenli/index-id
...
*: Add ID to IndexInfo and use IndexID in prefix instead of IndexName
2015-11-30 19:39:59 +08:00
1a28ff83a0
Merge remote-tracking branch 'origin/master' into shenli/index-id
...
Conflicts:
ddl/ddl.go
kv/index_iter.go
2015-11-27 14:28:59 +08:00
75352d81a4
Merge branch 'master' into disksing/refactor-lasetinsertid
...
Conflicts:
ddl/ddl_test.go
plan/plans/from_test.go
session_test.go
stmt/stmts/insert.go
stmt/stmts/replace.go
2015-11-27 13:29:51 +08:00
b97612130a
*: tiny clean
2015-11-26 11:36:57 +08:00
b9135eadb4
*: Add ID to IndexInfo and use IndexID in prefix instead of IndexName
2015-11-24 21:58:26 +08:00
6b5e22a93f
*: merge master and fix conflict.
2015-11-23 13:34:48 +08:00
e1d30ae367
table: remove dependency on 'LastInsertID'
2015-11-23 13:32:34 +08:00
d8ae7c1e36
*: Make go vet happy
2015-11-23 13:19:12 +08:00
5f3f6b1d97
*: merge master and fix conflict.
2015-11-23 10:44:59 +08:00
d815cfa3d1
plan: tiny clean
2015-11-20 13:11:43 +08:00
fd7eeded6c
Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into zimuxia/show_status
2015-11-20 13:05:49 +08:00
65dc9e9d12
*: remove session variable statuses
2015-11-19 20:00:46 +08:00
842931a56c
*: merge master and fix conflict.
2015-11-19 16:08:50 +08:00
8f13e6ae12
plan: rename MockStatistics to mockStatistics
2015-11-18 13:37:16 +08:00
200686bd57
*: rename mockStatist to mockStatistics, and
...
do tiny clean
2015-11-18 13:33:38 +08:00
ed027d34c8
*: update comments
2015-11-17 17:42:36 +08:00
154c00f004
*: minor change
2015-11-17 17:27:31 +08:00
7b41184fe6
*: rename statist to statistics
2015-11-17 15:12:53 +08:00
051a476b2a
*: update code structure
2015-11-17 14:49:55 +08:00
149180ace7
hbase-store: optimize query performance
...
distinguish point query and range query, use different prefetch strategy.
When we're doing range query, we cloud prefetch next coming rows, but in point
query, we shouldn't do that.
2015-11-16 20:48:36 +08:00
6ba84b78f4
*: fix using stat when ddl is closed
2015-11-16 14:35:54 +08:00
1b721ab994
Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into zimuxia/show_status
...
Conflicts:
ddl/ddl.go
session.go
2015-11-16 13:27:38 +08:00
f34b03f9e2
*: address comment
2015-11-16 13:21:30 +08:00