70078490ad
meta: toggle alloc id log.
2015-12-17 17:55:17 +08:00
e2d6910953
interpreter: address comment.
2015-12-17 16:54:33 +08:00
6fed01d83a
tide-server: address comment.
2015-12-17 15:08:07 +08:00
379f98ce6a
store: log rollback even if LogTxn is false
2015-12-17 14:13:49 +08:00
99ea5ad005
kv: make it possible to turn off transaction debug log.
...
Transaction logs too much entries in debug level, it's overwhelming and obscures other
debug level messages.
When we don't care about transaction log, we should be able to turn it off.
2015-12-17 14:05:37 +08:00
2523e49576
Merge pull request #743 from pingcap/coocood/compactor-log
...
store/localstore: clean up compactor log.
2015-12-17 13:41:45 +08:00
51216d3703
Merge pull request #714 from pingcap/qiuyesuifeng/fix-compactor-waitgroup
...
store: fix compactor waitgroup bug.
2015-12-17 13:24:58 +08:00
eba26bd705
Merge pull request #731 from pingcap/zimuxia/tiny-cleanup
...
*: Tiny clean up
2015-12-17 13:21:41 +08:00
584b700f79
store/localstore: clean up compactor log.
...
Compactor triggers too frequently, generates too much logs, which is distracting when we want to find the log we are interested in.
2015-12-17 12:40:15 +08:00
ebf37deaed
Merge pull request #739 from pingcap/disksing/minimal-interfaces
...
kv, table: use minimal kv interfaces
2015-12-17 10:17:55 +08:00
5a9b210434
Merge branch 'master' into disksing/minimal-interfaces
2015-12-17 10:08:38 +08:00
7416502911
Merge pull request #734 from pingcap/shenli/fix-server-testcase
...
*: Fix auth fail when use fe80::1%lo0
2015-12-16 18:53:28 +08:00
fa32fd207e
server: Address comment
2015-12-16 18:21:22 +08:00
91852d65cc
Merge remote-tracking branch 'origin/master' into shenli/fix-server-testcase
2015-12-16 18:19:51 +08:00
a90413a656
kv, table: use minimal kv interfaces
2015-12-16 17:22:25 +08:00
826287aa30
Merge pull request #736 from pingcap/qiuyesuifeng/update-build-for-go-hbase
...
store/hbase: update for go-hbase.
2015-12-16 15:10:22 +08:00
f9ed583675
store/hbase: update for go-hbase.
2015-12-16 14:51:10 +08:00
6422a12f13
*: Fix auth fail when use fe80::1%lo0
2015-12-16 13:05:49 +08:00
1642c70c64
kv: address comments
2015-12-16 12:37:40 +08:00
859945c754
kv: update comments
2015-12-15 21:55:00 +08:00
614cd7a253
Merge pull request #730 from pingcap/shenli/fix-variable
...
tidb: Fix bug in get/set global system variable
2015-12-15 21:49:27 +08:00
fe57c9f921
kv: update comments
2015-12-15 21:33:20 +08:00
62b132485a
Merge pull request #729 from pingcap/disksing/fix-bytes-convert-issue
...
*: fix bytes convert issue
2015-12-15 21:27:33 +08:00
4af036fbea
kv: update comments
2015-12-15 21:25:40 +08:00
e3dcbfcbc0
ddl: remove getColumn
2015-12-15 21:25:31 +08:00
4909bc682e
tidb: Fix bug in get/set global system variable
2015-12-15 18:04:37 +08:00
1f69a82ae0
Merge pull request #728 from roger-lijian/master
...
parser: support built-in function substr
2015-12-15 17:52:49 +08:00
da547dc073
Update scanner.l
...
finish another format error!
2015-12-15 17:36:24 +08:00
6e33ea7d44
Update scanner.l
...
OK, Align finished.
2015-12-15 17:34:55 +08:00
edf2641df7
*: fix bytes convert issue
2015-12-15 17:22:40 +08:00
cd3b9ba937
parser: support built-in function substr
2015-12-15 16:47:46 +08:00
fc50f33f6f
Merge pull request #726 from pingcap/coocood/fix-order-by
...
parser: parse position expression in parser, fix order by position.
2015-12-15 15:04:02 +08:00
bbb5a5ead6
converter: don's convert to old *expression.Position, convert to value instead.
...
It will be casted to position expression by `rests.castPosition`
2015-12-15 14:44:47 +08:00
d97f091cb7
parser: parse position expression in parser, fix order by position.
...
The position expression, like "1" in "order by 1" was parsed ito `*ast.ValueExpr` in parser, replaced to position expression by resolver,
But flag setter sets flag before resolving process, so position flag is not set.
2015-12-15 14:04:13 +08:00
3aa7d49f3e
Merge pull request #727 from pingcap/shenli/fix-repeat
...
*: Fix bug for parse repeat function
2015-12-15 13:55:03 +08:00
ece23b0c88
*: Fix bug for parse repeat function
2015-12-15 13:43:12 +08:00
8118e0b003
store: add waitgroup test.
2015-12-15 13:22:09 +08:00
42d2694f37
Merge pull request #717 from pingcap/disksing/update-codec
...
update codec
2015-12-15 10:07:32 +08:00
a5f98ddbd8
Merge pull request #724 from pingcap/coocood/parser-show
...
parser: refactor show statement, supports "show databases like 'test2'"
2015-12-15 10:07:25 +08:00
e2cabe0dce
Merge pull request #723 from nieyy/master
...
tidb: minor typo corrections
2015-12-14 17:16:10 +08:00
a453ceca5f
plans: show database like implementation.
2015-12-14 17:09:06 +08:00
54683c5348
parser: refactor show statement, supports "show databases like 'test2'"
2015-12-14 16:43:30 +08:00
0e2d91f330
tidb: minor typo corrections
2015-12-14 16:29:15 +08:00
53a175f81c
Merge pull request #718 from pingcap/shenli/issue-715
...
*: Support connection_id()
2015-12-14 15:40:45 +08:00
1e1ef8a0bd
*: Support connection_id()
...
Fix: https://github.com/pingcap/tidb/issues/715
2015-12-14 14:40:55 +08:00
043f536c32
Merge pull request #692 from pingcap/zimuxia/inspect-kv
...
*: Support inspect kv
2015-12-14 14:29:35 +08:00
c8d7ed1357
Merge branch 'master' into disksing/update-codec
2015-12-14 14:10:10 +08:00
d15bd860a8
Merge pull request #716 from pingcap/shenli/issue-712
...
parser: Support set transaction syntax
2015-12-14 13:32:49 +08:00
8d8a84babd
parser: Support set transaction syntax
...
Fix issue #712
2015-12-14 13:17:44 +08:00
54ed037fa1
store: fix compactor waitgroup bug.
2015-12-14 12:56:24 +08:00