Commit Graph

1561 Commits

Author SHA1 Message Date
fac7d27dd2 hbase-store: kv test 2015-11-12 11:17:04 +08:00
eac072d5e6 Merge branch 'master' into disksing/hbase-store 2015-11-11 17:09:39 +08:00
9c711296c1 Merge pull request #551 from pingcap/zimuxia/issue525
*: Support show status statement
2015-11-11 16:38:12 +08:00
046f9d2934 Merge pull request #567 from pingcap/disksing/index-create
kv: optimize index creation
2015-11-11 11:57:06 +08:00
79164b611d kv: optimize index creation 2015-11-11 11:40:22 +08:00
1ae87e7d2f Merge pull request #565 from shuhuai007/master
add intellij items for gitignore config
2015-11-11 11:25:05 +08:00
fce2906c1c Merge pull request #560 from pingcap/disksing/insert-index-prefetch
stmt, kv: prefetch indices for select statement
2015-11-11 11:03:32 +08:00
2224658256 *: tiny refactor 2015-11-10 23:01:27 +08:00
xia
48f6bc4b0d *: add UnknownSystemVar 2015-11-10 21:31:40 +08:00
xia
ed741a3c98 util: update error 2015-11-10 20:59:57 +08:00
xia
301d96bdb1 sessionctx: remove ErrUnKownStatusVar 2015-11-10 20:22:50 +08:00
xia
3684664f5d *: use terror instead of error 2015-11-10 20:16:22 +08:00
2a63a0ec49 add intellij items for gitignore config 2015-11-10 20:12:15 +08:00
xia
809f5055b1 *: adjust the show status results and add test 2015-11-10 19:15:08 +08:00
969ec27c71 Merge pull request #563 from pingcap/shenli/issue-557
*: Move privilege checking from ddl to stmts
2015-11-10 17:43:18 +08:00
421b958f41 localstore: Fix a bug in kv_test.go
Fix ci failure.
2015-11-10 17:38:50 +08:00
594593ea62 Merge pull request #562 from pingcap/qiuyesuifeng/add-removerecord
*: tiny refactor remove record.
2015-11-10 17:24:20 +08:00
d169c08b6f *: Move privilege checking from ddl to stmts
Make ddl.go clean
2015-11-10 17:20:28 +08:00
99212f39fe *: tiny refactor remove record. 2015-11-10 17:16:29 +08:00
c26bf83711 stmt, kv: prefetch indices for select statement 2015-11-10 16:17:49 +08:00
xia
61f9e16931 *: rename getGlobalVar to getExecRet and update comments 2015-11-10 13:23:53 +08:00
c45fc63bd0 Merge pull request #554 from pingcap/disksing/hbase-store-cleanup
hbase-store: clean-ups
2015-11-10 12:38:28 +08:00
75c58b5600 hbase-store: address comment 2015-11-10 12:19:56 +08:00
xia
b1206037b5 *: update comments 2015-11-10 12:16:34 +08:00
c5e238ffce hbase-store: clean-ups 2015-11-10 11:46:28 +08:00
b8858cba76 Merge pull request #538 from pingcap/disksing/kv-cache
kv: add cache to snapshot.
2015-11-10 11:07:19 +08:00
bd5d89df96 kv: BatchGet -> BatchPrefetch, RangeGet -> RangePrefetch 2015-11-10 10:23:48 +08:00
c4b46faaab *: address review comments 2015-11-10 09:39:49 +08:00
xia
415085546b Merge branch 'master' into zimuxia/issue525
Conflicts:
	expression/variable.go
	parser/scanner.l
	plan/plans/show.go
	plan/plans/show_test.go
	stmt/stmts/set.go
2015-11-09 20:22:05 +08:00
xia
f35ec29b6c *: rename GlobalSysVarAccessor to GlobalVarAccessor,
use GetSysVar and GetStatusVar.
2015-11-09 20:02:49 +08:00
xia
23a7e88f0d *: support ast 2015-11-09 19:51:35 +08:00
xia
4bf9133d4a plan: support show status and add the test 2015-11-09 19:50:58 +08:00
xia
4d8ae00846 sessionctx: add StatusVars 2015-11-09 19:49:31 +08:00
xia
5cd36d05f1 *: add GetGlobalStatusVar and SetGlobalStatusVar function,
rename GlobalSysVarAccesssor to GlobalVarAccesssor
2015-11-09 19:41:00 +08:00
xia
784e7a1218 parser: support show status statement and add test. 2015-11-09 19:37:20 +08:00
b803cabc2f Merge pull request #544 from pingcap/shenli/refactor-globalvar
*: Use Bind/Get global sysvar accessor instead of type assertion
2015-11-09 16:55:03 +08:00
a54c7a7ab9 variable: Address comment 2015-11-09 16:50:21 +08:00
8d6598e615 Merge pull request #546 from pingcap/coocood/field-text
parser: set exactly the same field text as MySQL.
2015-11-09 15:10:58 +08:00
df1caf0f54 parser: add test cases and use unicode function. 2015-11-09 15:01:36 +08:00
a1417b0bf4 parser: set exactly the same field text as MySQL. 2015-11-09 14:04:35 +08:00
3736d02f5a Merge pull request #545 from pingcap/goroutine/rename
structure: Rename Length to FieldCount
2015-11-09 13:46:37 +08:00
e97863751f *: address review comments 2015-11-09 13:38:14 +08:00
88e129c3a1 structure: Rename Length to FieldCount 2015-11-09 13:37:30 +08:00
fc980462a0 Merge pull request #524 from pingcap/zimuxia/issue-419
parser: Support ADDDATE and SUBDATE function
2015-11-09 13:25:17 +08:00
57d47635e1 Merge pull request #542 from pingcap/qiuyesuifeng/add-structure-hash-set-check
Add hash set check for not changed value.
2015-11-09 13:22:44 +08:00
7d49f39f2e *: Use Bind/Get global sysvar accessor instead of type assertion 2015-11-09 13:02:30 +08:00
08348d55c3 *: address review comments 2015-11-09 12:27:36 +08:00
c56ef6e737 structure: address comment. 2015-11-09 12:07:21 +08:00
df7b658ebc *: address review comments 2015-11-09 12:01:47 +08:00
b0c54b0288 Merge pull request #541 from pingcap/shenli/issue-540
plans: Fix bug in show variables plan
2015-11-09 11:36:07 +08:00